Shades of Foggy Grey #AAA89C
Tints of Foggy Grey #AAA89C
RGB
CMYK
RGB Variations
Color information
#AAA89C (or 0xAAA89C) is known color: Foggy Grey. HEX triplet: AA, A8 and 9C. RGB value is (170,168,156). Sum of RGB (Red+Green+Blue) = 170+168+156=494 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.41% from 494); Green value is 168 (66.02% from 255 or 34.01% from 494); Blue value is 156 (61.33% from 255 or 31.58% from 494); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA89C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA89C is #555763. Grayscale: #A7A7A7. Windows color (decimal): -5592932 or 10266794. OLE color: 10266794.
HSL color Cylindrical-coordinate representation of color #AAA89C: hue angle of 51.43º 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 #AAA89C is Cyan = 0, Magento = 0.01, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 168 | 156 | - |
| CMYK | 0 | 0.01 | 0.08 | 0.33 |
| HSL | 51.43º | 0.08% | 0.64% | - |
| HSV(B) | 51.43º | 0.08% | 0.67% | - |
| XYZ | 36.58 | 38.95 | 37.04 | - |
| YUV | 167.23 | 121.66 | 129.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 168 | 156 | 0 | 0.01 | 0.08 | 0.33 | 51.43 | 0.08 | 0.64 |
| Hex | AA | A8 | 9C | 0 | 1 | 8 | 21 | 33 | 8 | 40 |
| Octal | 252 | 250 | 234 | 0 | 1 | 10 | 41 | 63 | 10 | 100 |
| Binary | 10101010 | 10101000 | 10011100 | 0 | 1 | 1000 | 100001 | 110011 | 1000 | 1000000 |
Color Harmonies of #AAA89C
Complementary color
Monochromatic Colors of #AAA89C
Black with #AAA89C
Text Example
Text Example
White with #AAA89C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA89C; }
p { color: rgb(170,168,156); }
H1.HeaderClassName
{
color: #AAA89C;
}
.AnyTagClassName
{
color: #AAA89C;
}
</style>
background-color css
<style>
a { background-color: #AAA89C; }
a { background-color: rgb(170,168,156); }
div.DivClassName
{
background-color: #AAA89C;
}
.BgClassName
{
background-color: #AAA89C;
}
</style>
border-color css
<style>
span { border-color: #AAA89C; }
span { border-color: rgb(170,168,156); }
td.TdClassName
{
border-color: #AAA89C;
}
.TagClassName
{
border-color: #AAA89C;
}
</style>