Shades of Foggy Grey #AAAA9A
Tints of Foggy Grey #AAAA9A
RGB
CMYK
RGB Variations
Color information
#AAAA9A (or 0xAAAA9A) is known color: Foggy Grey. HEX triplet: AA, AA and 9A. RGB value is (170,170,154). Sum of RGB (Red+Green+Blue) = 170+170+154=494 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.41% from 494); Green value is 170 (66.80% from 255 or 34.41% from 494); Blue value is 154 (60.55% from 255 or 31.17% from 494); Max value from RGB is 170 - color contains mainly: red, green. Hex color #AAAA9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAAA9A is #555565. Grayscale: #A8A8A8. Windows color (decimal): -5592422 or 10136234. OLE color: 10136234.
HSL color Cylindrical-coordinate representation of color #AAAA9A: hue angle of 60º degrees, saturation: 0.09, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #AAAA9A is Cyan = 0, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 170 | 154 | - |
| CMYK | 0 | 0 | 0.09 | 0.33 |
| HSL | 60º | 0.09% | 0.64% | - |
| HSV(B) | 60º | 0.09% | 0.67% | - |
| XYZ | 36.79 | 39.63 | 36.28 | - |
| YUV | 168.18 | 120 | 129.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 170 | 154 | 0 | 0 | 0.09 | 0.33 | 60 | 0.09 | 0.64 |
| Hex | AA | AA | 9A | 0 | 0 | 9 | 21 | 3C | 9 | 40 |
| Octal | 252 | 252 | 232 | 0 | 0 | 11 | 41 | 74 | 11 | 100 |
| Binary | 10101010 | 10101010 | 10011010 | 0 | 0 | 1001 | 100001 | 111100 | 1001 | 1000000 |
Color Harmonies of #AAAA9A
Complementary color
Monochromatic Colors of #AAAA9A
Black with #AAAA9A
Text Example
Text Example
White with #AAAA9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAA9A; }
p { color: rgb(170,170,154); }
H1.HeaderClassName
{
color: #AAAA9A;
}
.AnyTagClassName
{
color: #AAAA9A;
}
</style>
background-color css
<style>
a { background-color: #AAAA9A; }
a { background-color: rgb(170,170,154); }
div.DivClassName
{
background-color: #AAAA9A;
}
.BgClassName
{
background-color: #AAAA9A;
}
</style>
border-color css
<style>
span { border-color: #AAAA9A; }
span { border-color: rgb(170,170,154); }
td.TdClassName
{
border-color: #AAAA9A;
}
.TagClassName
{
border-color: #AAAA9A;
}
</style>