Shades of Foggy Grey #AAAA99
Tints of Foggy Grey #AAAA99
RGB
CMYK
RGB Variations
Color information
#AAAA99 (or 0xAAAA99) is known color: Foggy Grey. HEX triplet: AA, AA and 99. RGB value is (170,170,153). Sum of RGB (Red+Green+Blue) = 170+170+153=493 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.48% from 493); Green value is 170 (66.80% from 255 or 34.48% from 493); Blue value is 153 (60.16% from 255 or 31.03% from 493); Max value from RGB is 170 - color contains mainly: red, green. Hex color #AAAA99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAAA99 is #555566. Grayscale: #A8A8A8. Windows color (decimal): -5592423 or 10070698. OLE color: 10070698.
HSL color Cylindrical-coordinate representation of color #AAAA99: hue angle of 60º degrees, saturation: 0.09, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AAAA99 is Cyan = 0, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.33.
Color convert
RGB | 170 | 170 | 153 | - |
CMYK | 0 | 0 | 0.1 | 0.33 |
HSL | 60º | 0.09% | 0.63% | - |
HSV(B) | 60º | 0.1% | 0.67% | - |
XYZ | 36.7 | 39.6 | 35.85 | - |
YUV | 168.06 | 119.5 | 129.38 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 170 | 170 | 153 | 0 | 0 | 0.1 | 0.33 | 60 | 0.09 | 0.63 |
Hex | AA | AA | 99 | 0 | 0 | A | 21 | 3C | 9 | 3F |
Octal | 252 | 252 | 231 | 0 | 0 | 12 | 41 | 74 | 11 | 77 |
Binary | 10101010 | 10101010 | 10011001 | 0 | 0 | 1010 | 100001 | 111100 | 1001 | 111111 |
Color Harmonies of #AAAA99
Complementary color
Monochromatic Colors of #AAAA99
Black with #AAAA99
Text Example
Text Example
White with #AAAA99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAA99; }
p { color: rgb(170,170,153); }
H1.HeaderClassName
{
color: #AAAA99;
}
.AnyTagClassName
{
color: #AAAA99;
}
</style>
background-color css
<style>
a { background-color: #AAAA99; }
a { background-color: rgb(170,170,153); }
div.DivClassName
{
background-color: #AAAA99;
}
.BgClassName
{
background-color: #AAAA99;
}
</style>
border-color css
<style>
span { border-color: #AAAA99; }
span { border-color: rgb(170,170,153); }
td.TdClassName
{
border-color: #AAAA99;
}
.TagClassName
{
border-color: #AAAA99;
}
</style>