Shades of Foggy Grey #AAAA9C
Tints of Foggy Grey #AAAA9C
RGB
CMYK
RGB Variations
Color information
#AAAA9C (or 0xAAAA9C) is known color: Foggy Grey. HEX triplet: AA, AA and 9C. RGB value is (170,170,156). Sum of RGB (Red+Green+Blue) = 170+170+156=496 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.27% from 496); Green value is 170 (66.80% from 255 or 34.27% from 496); Blue value is 156 (61.33% from 255 or 31.45% from 496); Max value from RGB is 170 - color contains mainly: red, green. Hex color #AAAA9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAAA9C is #555563. Grayscale: #A8A8A8. Windows color (decimal): -5592420 or 10267306. OLE color: 10267306.
HSL color Cylindrical-coordinate representation of color #AAAA9C: hue angle of 60º degrees, saturation: 0.08, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #AAAA9C is Cyan = 0, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 170 | 156 | - |
| CMYK | 0 | 0 | 0.08 | 0.33 |
| HSL | 60º | 0.08% | 0.64% | - |
| HSV(B) | 60º | 0.08% | 0.67% | - |
| XYZ | 36.95 | 39.7 | 37.17 | - |
| YUV | 168.4 | 121 | 129.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 170 | 156 | 0 | 0 | 0.08 | 0.33 | 60 | 0.08 | 0.64 |
| Hex | AA | AA | 9C | 0 | 0 | 8 | 21 | 3C | 8 | 40 |
| Octal | 252 | 252 | 234 | 0 | 0 | 10 | 41 | 74 | 10 | 100 |
| Binary | 10101010 | 10101010 | 10011100 | 0 | 0 | 1000 | 100001 | 111100 | 1000 | 1000000 |
Color Harmonies of #AAAA9C
Complementary color
Monochromatic Colors of #AAAA9C
Black with #AAAA9C
Text Example
Text Example
White with #AAAA9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAA9C; }
p { color: rgb(170,170,156); }
H1.HeaderClassName
{
color: #AAAA9C;
}
.AnyTagClassName
{
color: #AAAA9C;
}
</style>
background-color css
<style>
a { background-color: #AAAA9C; }
a { background-color: rgb(170,170,156); }
div.DivClassName
{
background-color: #AAAA9C;
}
.BgClassName
{
background-color: #AAAA9C;
}
</style>
border-color css
<style>
span { border-color: #AAAA9C; }
span { border-color: rgb(170,170,156); }
td.TdClassName
{
border-color: #AAAA9C;
}
.TagClassName
{
border-color: #AAAA9C;
}
</style>