What is the HEX code for dark beige?
The CSS color dark beige in HEX format is #ac9362. 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: #ac9362;
- Background: background-color: #ac9362;
- Border: border-color: #ac9362;
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 HEX?
Select dark beige from the color name list in our color converter. The HEX value — #ac9362 — 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 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.