What is the HEX code for dark tan?
The CSS color dark tan in HEX format is #af884a. 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: #af884a;
- Background: background-color: #af884a;
- Border: border-color: #af884a;
What are all the color format values for dark tan?
| 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%) |
How do I convert dark tan to HEX?
Select dark tan from the color name list in our color converter. The HEX value — #af884a — 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 HEX used for?
HEX color codes are used in CSS, HTML and design tools. They encode red, green and blue as two hexadecimal digits each (00–FF), forming a compact 6-character code like #ff0000.