Shades of Foggy Grey #AAAA9E
Tints of Foggy Grey #AAAA9E
RGB
CMYK
RGB Variations
Color information
#AAAA9E (or 0xAAAA9E) is known color: Foggy Grey. HEX triplet: AA, AA and 9E. RGB value is (170,170,158). Sum of RGB (Red+Green+Blue) = 170+170+158=498 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.14% from 498); Green value is 170 (66.80% from 255 or 34.14% from 498); Blue value is 158 (62.11% from 255 or 31.73% from 498); Max value from RGB is 170 - color contains mainly: red, green. Hex color #AAAA9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAAA9E is #555561. Grayscale: #A8A8A8. Windows color (decimal): -5592418 or 10398378. OLE color: 10398378.
HSL color Cylindrical-coordinate representation of color #AAAA9E: hue angle of 60º degrees, saturation: 0.07, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #AAAA9E is Cyan = 0, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.33.
Color convert
RGB | 170 | 170 | 158 | - |
CMYK | 0 | 0 | 0.07 | 0.33 |
HSL | 60º | 0.07% | 0.64% | - |
HSV(B) | 60º | 0.07% | 0.67% | - |
XYZ | 37.12 | 39.76 | 38.07 | - |
YUV | 168.63 | 122 | 128.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 170 | 170 | 158 | 0 | 0 | 0.07 | 0.33 | 60 | 0.07 | 0.64 |
Hex | AA | AA | 9E | 0 | 0 | 7 | 21 | 3C | 7 | 40 |
Octal | 252 | 252 | 236 | 0 | 0 | 7 | 41 | 74 | 7 | 100 |
Binary | 10101010 | 10101010 | 10011110 | 0 | 0 | 111 | 100001 | 111100 | 111 | 1000000 |
Color Harmonies of #AAAA9E
Complementary color
Monochromatic Colors of #AAAA9E
Black with #AAAA9E
Text Example
Text Example
White with #AAAA9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAA9E; }
p { color: rgb(170,170,158); }
H1.HeaderClassName
{
color: #AAAA9E;
}
.AnyTagClassName
{
color: #AAAA9E;
}
</style>
background-color css
<style>
a { background-color: #AAAA9E; }
a { background-color: rgb(170,170,158); }
div.DivClassName
{
background-color: #AAAA9E;
}
.BgClassName
{
background-color: #AAAA9E;
}
</style>
border-color css
<style>
span { border-color: #AAAA9E; }
span { border-color: rgb(170,170,158); }
td.TdClassName
{
border-color: #AAAA9E;
}
.TagClassName
{
border-color: #AAAA9E;
}
</style>