What is the RGB code for dark beige?
The CSS color dark beige in RGB format is rgb(172, 147, 98). 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: rgb(172, 147, 98);
- Background: background-color: rgb(172, 147, 98);
- Border: border-color: rgb(172, 147, 98);
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 RGB?
Select dark beige from the color name list in our color converter. The RGB value — rgb(172, 147, 98) — 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 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.