Shades of Foggy Grey #AAA898
Tints of Foggy Grey #AAA898
RGB
CMYK
RGB Variations
Color information
#AAA898 (or 0xAAA898) is known color: Foggy Grey. HEX triplet: AA, A8 and 98. RGB value is (170,168,152). Sum of RGB (Red+Green+Blue) = 170+168+152=490 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.69% from 490); Green value is 168 (66.02% from 255 or 34.29% from 490); Blue value is 152 (59.77% from 255 or 31.02% from 490); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA898 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA898 is #555767. Grayscale: #A6A6A6. Windows color (decimal): -5592936 or 10004650. OLE color: 10004650.
HSL color Cylindrical-coordinate representation of color #AAA898: hue angle of 53.33º 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 #AAA898 is Cyan = 0, Magento = 0.01, Yellow = 0.11 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 168 | 152 | - |
| CMYK | 0 | 0.01 | 0.11 | 0.33 |
| HSL | 53.33º | 0.1% | 0.63% | - |
| HSV(B) | 53.33º | 0.11% | 0.67% | - |
| XYZ | 36.25 | 38.82 | 35.29 | - |
| YUV | 166.77 | 119.66 | 130.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 168 | 152 | 0 | 0.01 | 0.11 | 0.33 | 53.33 | 0.1 | 0.63 |
| Hex | AA | A8 | 98 | 0 | 1 | B | 21 | 35 | A | 3F |
| Octal | 252 | 250 | 230 | 0 | 1 | 13 | 41 | 65 | 12 | 77 |
| Binary | 10101010 | 10101000 | 10011000 | 0 | 1 | 1011 | 100001 | 110101 | 1010 | 111111 |
Color Harmonies of #AAA898
Complementary color
Monochromatic Colors of #AAA898
Black with #AAA898
Text Example
Text Example
White with #AAA898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA898; }
p { color: rgb(170,168,152); }
H1.HeaderClassName
{
color: #AAA898;
}
.AnyTagClassName
{
color: #AAA898;
}
</style>
background-color css
<style>
a { background-color: #AAA898; }
a { background-color: rgb(170,168,152); }
div.DivClassName
{
background-color: #AAA898;
}
.BgClassName
{
background-color: #AAA898;
}
</style>
border-color css
<style>
span { border-color: #AAA898; }
span { border-color: rgb(170,168,152); }
td.TdClassName
{
border-color: #AAA898;
}
.TagClassName
{
border-color: #AAA898;
}
</style>