Shades of Foggy Grey #A9A8A2
Tints of Foggy Grey #A9A8A2
RGB
CMYK
RGB Variations
Color information
#A9A8A2 (or 0xA9A8A2) is known color: Foggy Grey. HEX triplet: A9, A8 and A2. RGB value is (169,168,162). Sum of RGB (Red+Green+Blue) = 169+168+162=499 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.87% from 499); Green value is 168 (66.02% from 255 or 33.67% from 499); Blue value is 162 (63.67% from 255 or 32.46% from 499); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A8A2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9A8A2 is #56575D. Grayscale: #A7A7A7. Windows color (decimal): -5658462 or 10660009. OLE color: 10660009.
HSL color Cylindrical-coordinate representation of color #A9A8A2: hue angle of 51.43º degrees, saturation: 0.04, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #A9A8A2 is Cyan = 0, Magento = 0.01, Yellow = 0.04 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 168 | 162 | - |
| CMYK | 0 | 0.01 | 0.04 | 0.34 |
| HSL | 51.43º | 0.04% | 0.65% | - |
| HSV(B) | 51.43º | 0.04% | 0.66% | - |
| XYZ | 36.89 | 39.05 | 39.78 | - |
| YUV | 167.62 | 124.83 | 128.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 168 | 162 | 0 | 0.01 | 0.04 | 0.34 | 51.43 | 0.04 | 0.65 |
| Hex | A9 | A8 | A2 | 0 | 1 | 4 | 22 | 33 | 4 | 41 |
| Octal | 251 | 250 | 242 | 0 | 1 | 4 | 42 | 63 | 4 | 101 |
| Binary | 10101001 | 10101000 | 10100010 | 0 | 1 | 100 | 100010 | 110011 | 100 | 1000001 |
Color Harmonies of #A9A8A2
Complementary color
Monochromatic Colors of #A9A8A2
Black with #A9A8A2
Text Example
Text Example
White with #A9A8A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9A8A2; }
p { color: rgb(169,168,162); }
H1.HeaderClassName
{
color: #A9A8A2;
}
.AnyTagClassName
{
color: #A9A8A2;
}
</style>
background-color css
<style>
a { background-color: #A9A8A2; }
a { background-color: rgb(169,168,162); }
div.DivClassName
{
background-color: #A9A8A2;
}
.BgClassName
{
background-color: #A9A8A2;
}
</style>
border-color css
<style>
span { border-color: #A9A8A2; }
span { border-color: rgb(169,168,162); }
td.TdClassName
{
border-color: #A9A8A2;
}
.TagClassName
{
border-color: #A9A8A2;
}
</style>