Shades of Foggy Grey #AAA896
Tints of Foggy Grey #AAA896
RGB
CMYK
RGB Variations
Color information
#AAA896 (or 0xAAA896) is known color: Foggy Grey. HEX triplet: AA, A8 and 96. RGB value is (170,168,150). Sum of RGB (Red+Green+Blue) = 170+168+150=488 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.84% from 488); Green value is 168 (66.02% from 255 or 34.43% from 488); Blue value is 150 (58.98% from 255 or 30.74% from 488); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA896 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA896 is #555769. Grayscale: #A6A6A6. Windows color (decimal): -5592938 or 9873578. OLE color: 9873578.
HSL color Cylindrical-coordinate representation of color #AAA896: hue angle of 54º degrees, saturation: 0.11, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AAA896 is Cyan = 0, Magento = 0.01, Yellow = 0.12 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 168 | 150 | - |
| CMYK | 0 | 0.01 | 0.12 | 0.33 |
| HSL | 54º | 0.11% | 0.63% | - |
| HSV(B) | 54º | 0.12% | 0.67% | - |
| XYZ | 36.09 | 38.75 | 34.43 | - |
| YUV | 166.55 | 118.66 | 130.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 168 | 150 | 0 | 0.01 | 0.12 | 0.33 | 54 | 0.11 | 0.63 |
| Hex | AA | A8 | 96 | 0 | 1 | C | 21 | 36 | B | 3F |
| Octal | 252 | 250 | 226 | 0 | 1 | 14 | 41 | 66 | 13 | 77 |
| Binary | 10101010 | 10101000 | 10010110 | 0 | 1 | 1100 | 100001 | 110110 | 1011 | 111111 |
Color Harmonies of #AAA896
Complementary color
Monochromatic Colors of #AAA896
Black with #AAA896
Text Example
Text Example
White with #AAA896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA896; }
p { color: rgb(170,168,150); }
H1.HeaderClassName
{
color: #AAA896;
}
.AnyTagClassName
{
color: #AAA896;
}
</style>
background-color css
<style>
a { background-color: #AAA896; }
a { background-color: rgb(170,168,150); }
div.DivClassName
{
background-color: #AAA896;
}
.BgClassName
{
background-color: #AAA896;
}
</style>
border-color css
<style>
span { border-color: #AAA896; }
span { border-color: rgb(170,168,150); }
td.TdClassName
{
border-color: #AAA896;
}
.TagClassName
{
border-color: #AAA896;
}
</style>