What is the HSL code for dark tan?
The CSS color dark tan in HSL format is hsl(36.8, 40.6%, 48.8%). 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: hsl(36.8, 40.6%, 48.8%);
- Background: background-color: hsl(36.8, 40.6%, 48.8%);
- Border: border-color: hsl(36.8, 40.6%, 48.8%);
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 HSL?
Select dark tan from the color name list in our color converter. The HSL value — hsl(36.8, 40.6%, 48.8%) — 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 HSL used for?
HSL describes colors by hue (0–360°), saturation (0–100%) and lightness (0–100%). It is more intuitive for designers — easy to create lighter, darker or less saturated variants of any color.