Shades of Foggy Grey #AAA79A
Tints of Foggy Grey #AAA79A
RGB
CMYK
RGB Variations
Color information
#AAA79A (or 0xAAA79A) is known color: Foggy Grey. HEX triplet: AA, A7 and 9A. RGB value is (170,167,154). Sum of RGB (Red+Green+Blue) = 170+167+154=491 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.62% from 491); Green value is 167 (65.62% from 255 or 34.01% from 491); Blue value is 154 (60.55% from 255 or 31.36% from 491); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA79A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA79A is #555865. Grayscale: #A6A6A6. Windows color (decimal): -5593190 or 10135466. OLE color: 10135466.
HSL color Cylindrical-coordinate representation of color #AAA79A: hue angle of 48.75º 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 #AAA79A is Cyan = 0, Magento = 0.02, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 167 | 154 | - |
| CMYK | 0 | 0.02 | 0.09 | 0.33 |
| HSL | 48.75º | 0.09% | 0.64% | - |
| HSV(B) | 48.75º | 0.09% | 0.67% | - |
| XYZ | 36.23 | 38.52 | 36.1 | - |
| YUV | 166.42 | 120.99 | 130.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 167 | 154 | 0 | 0.02 | 0.09 | 0.33 | 48.75 | 0.09 | 0.64 |
| Hex | AA | A7 | 9A | 0 | 2 | 9 | 21 | 31 | 9 | 40 |
| Octal | 252 | 247 | 232 | 0 | 2 | 11 | 41 | 61 | 11 | 100 |
| Binary | 10101010 | 10100111 | 10011010 | 0 | 10 | 1001 | 100001 | 110001 | 1001 | 1000000 |
Color Harmonies of #AAA79A
Complementary color
Monochromatic Colors of #AAA79A
Black with #AAA79A
Text Example
Text Example
White with #AAA79A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA79A; }
p { color: rgb(170,167,154); }
H1.HeaderClassName
{
color: #AAA79A;
}
.AnyTagClassName
{
color: #AAA79A;
}
</style>
background-color css
<style>
a { background-color: #AAA79A; }
a { background-color: rgb(170,167,154); }
div.DivClassName
{
background-color: #AAA79A;
}
.BgClassName
{
background-color: #AAA79A;
}
</style>
border-color css
<style>
span { border-color: #AAA79A; }
span { border-color: rgb(170,167,154); }
td.TdClassName
{
border-color: #AAA79A;
}
.TagClassName
{
border-color: #AAA79A;
}
</style>