What is the RGB code for dark sand?
The CSS color dark sand in RGB format is rgb(168, 143, 89). Use this value directly in CSS, SVG, and most design tools.
How do I use dark sand in CSS?
To apply dark sand in CSS:
- Text color: color: rgb(168, 143, 89);
- Background: background-color: rgb(168, 143, 89);
- Border: border-color: rgb(168, 143, 89);
What are all the color format values for dark sand?
| Format | Value |
|---|---|
| HEX | #a88f59 |
| RGB | rgb(168, 143, 89) |
| HSL | hsl(41, 31.2%, 50.4%) |
| CMYK | cmyk(0%, 14.9%, 47%, 34.1%) |
How do I convert dark sand to RGB?
Select dark sand from the color name list in our color converter. The RGB value — rgb(168, 143, 89) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does dark sand belong to?
dark sand belongs to the orange color family. It is a medium, moderately saturated color with HSL values: hue 41°, saturation 31.2%, lightness 50.4%.
How do I create lighter and darker shades of dark sand?
Lighter variant (lightness 65.4%): #c2b18b. Darker variant (lightness 35.4%): #76653e. 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.