Shades of Foggy Grey #AAA997
Tints of Foggy Grey #AAA997
RGB
CMYK
RGB Variations
Color information
#AAA997 (or 0xAAA997) is known color: Foggy Grey. HEX triplet: AA, A9 and 97. RGB value is (170,169,151). Sum of RGB (Red+Green+Blue) = 170+169+151=490 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.69% from 490); Green value is 169 (66.41% from 255 or 34.49% from 490); Blue value is 151 (59.38% from 255 or 30.82% from 490); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA997 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA997 is #555668. Grayscale: #A7A7A7. Windows color (decimal): -5592681 or 9939370. OLE color: 9939370.
HSL color Cylindrical-coordinate representation of color #AAA997: hue angle of 56.84º 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 #AAA997 is Cyan = 0, Magento = 0.01, Yellow = 0.11 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 169 | 151 | - |
| CMYK | 0 | 0.01 | 0.11 | 0.33 |
| HSL | 56.84º | 0.1% | 0.63% | - |
| HSV(B) | 56.84º | 0.11% | 0.67% | - |
| XYZ | 36.35 | 39.16 | 34.92 | - |
| YUV | 167.25 | 118.83 | 129.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 169 | 151 | 0 | 0.01 | 0.11 | 0.33 | 56.84 | 0.1 | 0.63 |
| Hex | AA | A9 | 97 | 0 | 1 | B | 21 | 39 | A | 3F |
| Octal | 252 | 251 | 227 | 0 | 1 | 13 | 41 | 71 | 12 | 77 |
| Binary | 10101010 | 10101001 | 10010111 | 0 | 1 | 1011 | 100001 | 111001 | 1010 | 111111 |
Color Harmonies of #AAA997
Complementary color
Monochromatic Colors of #AAA997
Black with #AAA997
Text Example
Text Example
White with #AAA997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA997; }
p { color: rgb(170,169,151); }
H1.HeaderClassName
{
color: #AAA997;
}
.AnyTagClassName
{
color: #AAA997;
}
</style>
background-color css
<style>
a { background-color: #AAA997; }
a { background-color: rgb(170,169,151); }
div.DivClassName
{
background-color: #AAA997;
}
.BgClassName
{
background-color: #AAA997;
}
</style>
border-color css
<style>
span { border-color: #AAA997; }
span { border-color: rgb(170,169,151); }
td.TdClassName
{
border-color: #AAA997;
}
.TagClassName
{
border-color: #AAA997;
}
</style>