What is the RGB code for stone?
The CSS color stone in RGB format is rgb(173, 165, 135). Use this value directly in CSS, SVG, and most design tools.
How do I use stone in CSS?
To apply stone in CSS:
- Text color: color: rgb(173, 165, 135);
- Background: background-color: rgb(173, 165, 135);
- Border: border-color: rgb(173, 165, 135);
What are all the color format values for stone?
| Format | Value |
|---|---|
| HEX | #ada587 |
| RGB | rgb(173, 165, 135) |
| HSL | hsl(47.4, 18.8%, 60.4%) |
| CMYK | cmyk(0%, 4.6%, 22%, 32.2%) |
How do I convert stone to RGB?
Select stone from the color name list in our color converter. The RGB value — rgb(173, 165, 135) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does stone belong to?
stone belongs to the yellow color family. It is a medium, muted color with HSL values: hue 47.4°, saturation 18.8%, lightness 60.4%.
How do I create lighter and darker shades of stone?
Lighter variant (lightness 75.4%): #ccc7b4. Darker variant (lightness 45.4%): #8a805e. 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.