What is the HEX code for greyish?
The CSS color greyish in HEX format is #a8a495. Use this value directly in CSS, SVG, and most design tools.
How do I use greyish in CSS?
To apply greyish in CSS:
- Text color: color: #a8a495;
- Background: background-color: #a8a495;
- Border: border-color: #a8a495;
What are all the color format values for greyish?
| Format | Value |
|---|---|
| HEX | #a8a495 |
| RGB | rgb(168, 164, 149) |
| HSL | hsl(47.4, 9.8%, 62.2%) |
| CMYK | cmyk(0%, 2.4%, 11.3%, 34.1%) |
How do I convert greyish to HEX?
Select greyish from the color name list in our color converter. The HEX value — #a8a495 — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does greyish belong to?
greyish belongs to the yellow color family. It is a medium, muted color with HSL values: hue 47.4°, saturation 9.8%, lightness 62.2%.
How do I create lighter and darker shades of greyish?
Lighter variant (lightness 77.2%): #cbc8bf. Darker variant (lightness 47.2%): #847f6d. 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.