Shades of Foggy Grey #AAA79D
Tints of Foggy Grey #AAA79D
RGB
CMYK
RGB Variations
Color information
#AAA79D (or 0xAAA79D) is known color: Foggy Grey. HEX triplet: AA, A7 and 9D. RGB value is (170,167,157). Sum of RGB (Red+Green+Blue) = 170+167+157=494 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.41% from 494); Green value is 167 (65.62% from 255 or 33.81% from 494); Blue value is 157 (61.72% from 255 or 31.78% from 494); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA79D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA79D is #555862. Grayscale: #A6A6A6. Windows color (decimal): -5593187 or 10332074. OLE color: 10332074.
HSL color Cylindrical-coordinate representation of color #AAA79D: hue angle of 46.15º degrees, saturation: 0.07, 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 #AAA79D is Cyan = 0, Magento = 0.02, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 167 | 157 | - |
| CMYK | 0 | 0.02 | 0.08 | 0.33 |
| HSL | 46.15º | 0.07% | 0.64% | - |
| HSV(B) | 46.15º | 0.08% | 0.67% | - |
| XYZ | 36.48 | 38.62 | 37.43 | - |
| YUV | 166.76 | 122.49 | 130.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 167 | 157 | 0 | 0.02 | 0.08 | 0.33 | 46.15 | 0.07 | 0.64 |
| Hex | AA | A7 | 9D | 0 | 2 | 8 | 21 | 2E | 7 | 40 |
| Octal | 252 | 247 | 235 | 0 | 2 | 10 | 41 | 56 | 7 | 100 |
| Binary | 10101010 | 10100111 | 10011101 | 0 | 10 | 1000 | 100001 | 101110 | 111 | 1000000 |
Color Harmonies of #AAA79D
Complementary color
Monochromatic Colors of #AAA79D
Black with #AAA79D
Text Example
Text Example
White with #AAA79D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA79D; }
p { color: rgb(170,167,157); }
H1.HeaderClassName
{
color: #AAA79D;
}
.AnyTagClassName
{
color: #AAA79D;
}
</style>
background-color css
<style>
a { background-color: #AAA79D; }
a { background-color: rgb(170,167,157); }
div.DivClassName
{
background-color: #AAA79D;
}
.BgClassName
{
background-color: #AAA79D;
}
</style>
border-color css
<style>
span { border-color: #AAA79D; }
span { border-color: rgb(170,167,157); }
td.TdClassName
{
border-color: #AAA79D;
}
.TagClassName
{
border-color: #AAA79D;
}
</style>