Shades of Foggy Grey #AAA897
Tints of Foggy Grey #AAA897
RGB
CMYK
RGB Variations
Color information
#AAA897 (or 0xAAA897) is known color: Foggy Grey. HEX triplet: AA, A8 and 97. RGB value is (170,168,151). Sum of RGB (Red+Green+Blue) = 170+168+151=489 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.76% from 489); Green value is 168 (66.02% from 255 or 34.36% from 489); Blue value is 151 (59.38% from 255 or 30.88% from 489); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA897 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA897 is #555768. Grayscale: #A6A6A6. Windows color (decimal): -5592937 or 9939114. OLE color: 9939114.
HSL color Cylindrical-coordinate representation of color #AAA897: hue angle of 53.68º degrees, saturation: 0.1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AAA897 is Cyan = 0, Magento = 0.01, Yellow = 0.11 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 168 | 151 | - |
| CMYK | 0 | 0.01 | 0.11 | 0.33 |
| HSL | 53.68º | 0.1% | 0.63% | - |
| HSV(B) | 53.68º | 0.11% | 0.67% | - |
| XYZ | 36.17 | 38.79 | 34.86 | - |
| YUV | 166.66 | 119.16 | 130.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 168 | 151 | 0 | 0.01 | 0.11 | 0.33 | 53.68 | 0.1 | 0.63 |
| Hex | AA | A8 | 97 | 0 | 1 | B | 21 | 36 | A | 3F |
| Octal | 252 | 250 | 227 | 0 | 1 | 13 | 41 | 66 | 12 | 77 |
| Binary | 10101010 | 10101000 | 10010111 | 0 | 1 | 1011 | 100001 | 110110 | 1010 | 111111 |
Color Harmonies of #AAA897
Complementary color
Monochromatic Colors of #AAA897
Black with #AAA897
Text Example
Text Example
White with #AAA897
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA897; }
p { color: rgb(170,168,151); }
H1.HeaderClassName
{
color: #AAA897;
}
.AnyTagClassName
{
color: #AAA897;
}
</style>
background-color css
<style>
a { background-color: #AAA897; }
a { background-color: rgb(170,168,151); }
div.DivClassName
{
background-color: #AAA897;
}
.BgClassName
{
background-color: #AAA897;
}
</style>
border-color css
<style>
span { border-color: #AAA897; }
span { border-color: rgb(170,168,151); }
td.TdClassName
{
border-color: #AAA897;
}
.TagClassName
{
border-color: #AAA897;
}
</style>