Shades of Foggy Grey #A9A896
Tints of Foggy Grey #A9A896
RGB
CMYK
RGB Variations
Color information
#A9A896 (or 0xA9A896) is known color: Foggy Grey. HEX triplet: A9, A8 and 96. RGB value is (169,168,150). Sum of RGB (Red+Green+Blue) = 169+168+150=487 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.70% from 487); Green value is 168 (66.02% from 255 or 34.50% from 487); Blue value is 150 (58.98% from 255 or 30.80% from 487); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A896 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9A896 is #565769. Grayscale: #A6A6A6. Windows color (decimal): -5658474 or 9873577. OLE color: 9873577.
HSL color Cylindrical-coordinate representation of color #A9A896: hue angle of 56.84º degrees, saturation: 0.1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A9A896 is Cyan = 0, Magento = 0.01, Yellow = 0.11 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 168 | 150 | - |
| CMYK | 0 | 0.01 | 0.11 | 0.34 |
| HSL | 56.84º | 0.1% | 0.63% | - |
| HSV(B) | 56.84º | 0.11% | 0.66% | - |
| XYZ | 35.87 | 38.64 | 34.42 | - |
| YUV | 166.25 | 118.83 | 129.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 168 | 150 | 0 | 0.01 | 0.11 | 0.34 | 56.84 | 0.1 | 0.63 |
| Hex | A9 | A8 | 96 | 0 | 1 | B | 22 | 39 | A | 3F |
| Octal | 251 | 250 | 226 | 0 | 1 | 13 | 42 | 71 | 12 | 77 |
| Binary | 10101001 | 10101000 | 10010110 | 0 | 1 | 1011 | 100010 | 111001 | 1010 | 111111 |
Color Harmonies of #A9A896
Complementary color
Monochromatic Colors of #A9A896
Black with #A9A896
Text Example
Text Example
White with #A9A896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9A896; }
p { color: rgb(169,168,150); }
H1.HeaderClassName
{
color: #A9A896;
}
.AnyTagClassName
{
color: #A9A896;
}
</style>
background-color css
<style>
a { background-color: #A9A896; }
a { background-color: rgb(169,168,150); }
div.DivClassName
{
background-color: #A9A896;
}
.BgClassName
{
background-color: #A9A896;
}
</style>
border-color css
<style>
span { border-color: #A9A896; }
span { border-color: rgb(169,168,150); }
td.TdClassName
{
border-color: #A9A896;
}
.TagClassName
{
border-color: #A9A896;
}
</style>