What is the HSL code for dark beige?
The CSS color dark beige in HSL format is hsl(39.7, 30.8%, 52.9%). Use this value directly in CSS, SVG, and most design tools.
How do I use dark beige in CSS?
To apply dark beige in CSS:
- Text color: color: hsl(39.7, 30.8%, 52.9%);
- Background: background-color: hsl(39.7, 30.8%, 52.9%);
- Border: border-color: hsl(39.7, 30.8%, 52.9%);
What are all the color format values for dark beige?
| Format | Value |
|---|---|
| HEX | #ac9362 |
| RGB | rgb(172, 147, 98) |
| HSL | hsl(39.7, 30.8%, 52.9%) |
| CMYK | cmyk(0%, 14.5%, 43%, 32.5%) |
How do I convert dark beige to HSL?
Select dark beige from the color name list in our color converter. The HSL value — hsl(39.7, 30.8%, 52.9%) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does dark beige belong to?
dark beige belongs to the orange color family. It is a medium, moderately saturated color with HSL values: hue 39.7°, saturation 30.8%, lightness 52.9%.
How do I create lighter and darker shades of dark beige?
Lighter variant (lightness 67.9%): #c6b594. Darker variant (lightness 37.9%): #7e6a43. 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.