Dark tan to RGB — Color Code

RGB

rgb(175, 136, 74)

Format Value
HEX #af884a
RGB rgb(175, 136, 74)
HSL hsl(36.8, 40.6%, 48.8%)
CMYK cmyk(0%, 22.3%, 57.7%, 31.4%)

What is the RGB code for dark tan?

The CSS color dark tan in RGB format is rgb(175, 136, 74). Use this value directly in CSS, SVG, and most design tools.

How do I use dark tan in CSS?

To apply dark tan in CSS:

  • Text color: color: rgb(175, 136, 74);
  • Background: background-color: rgb(175, 136, 74);
  • Border: border-color: rgb(175, 136, 74);

What are all the color format values for dark tan?

FormatValue
HEX#af884a
RGBrgb(175, 136, 74)
HSLhsl(36.8, 40.6%, 48.8%)
CMYKcmyk(0%, 22.3%, 57.7%, 31.4%)

How do I convert dark tan to RGB?

Select dark tan from the color name list in our color converter. The RGB value — rgb(175, 136, 74) — appears instantly alongside HEX, RGB, HSL and CMYK.

What color family does dark tan belong to?

dark tan belongs to the orange color family. It is a medium, moderately saturated color with HSL values: hue 36.8°, saturation 40.6%, lightness 48.8%.

How do I create lighter and darker shades of dark tan?

Lighter variant (lightness 63.8%): #c8ab7d. Darker variant (lightness 33.8%): #795e33. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.

What is RGB used for?

RGB defines colors using three values from 0 to 255 — red, green and blue intensity. It is the native format for screens, monitors and web browsers.