Shades of Foggy Grey #AAA797
Tints of Foggy Grey #AAA797
RGB
CMYK
RGB Variations
Color information
#AAA797 (or 0xAAA797) is known color: Foggy Grey. HEX triplet: AA, A7 and 97. RGB value is (170,167,151). Sum of RGB (Red+Green+Blue) = 170+167+151=488 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.84% from 488); Green value is 167 (65.62% from 255 or 34.22% from 488); Blue value is 151 (59.38% from 255 or 30.94% from 488); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA797 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA797 is #555868. Grayscale: #A6A6A6. Windows color (decimal): -5593193 or 9938858. OLE color: 9938858.
HSL color Cylindrical-coordinate representation of color #AAA797: hue angle of 50.53º degrees, saturation: 0.1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AAA797 is Cyan = 0, Magento = 0.02, Yellow = 0.11 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 167 | 151 | - |
| CMYK | 0 | 0.02 | 0.11 | 0.33 |
| HSL | 50.53º | 0.1% | 0.63% | - |
| HSV(B) | 50.53º | 0.11% | 0.67% | - |
| XYZ | 35.98 | 38.42 | 34.8 | - |
| YUV | 166.07 | 119.49 | 130.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 167 | 151 | 0 | 0.02 | 0.11 | 0.33 | 50.53 | 0.1 | 0.63 |
| Hex | AA | A7 | 97 | 0 | 2 | B | 21 | 33 | A | 3F |
| Octal | 252 | 247 | 227 | 0 | 2 | 13 | 41 | 63 | 12 | 77 |
| Binary | 10101010 | 10100111 | 10010111 | 0 | 10 | 1011 | 100001 | 110011 | 1010 | 111111 |
Color Harmonies of #AAA797
Complementary color
Monochromatic Colors of #AAA797
Black with #AAA797
Text Example
Text Example
White with #AAA797
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA797; }
p { color: rgb(170,167,151); }
H1.HeaderClassName
{
color: #AAA797;
}
.AnyTagClassName
{
color: #AAA797;
}
</style>
background-color css
<style>
a { background-color: #AAA797; }
a { background-color: rgb(170,167,151); }
div.DivClassName
{
background-color: #AAA797;
}
.BgClassName
{
background-color: #AAA797;
}
</style>
border-color css
<style>
span { border-color: #AAA797; }
span { border-color: rgb(170,167,151); }
td.TdClassName
{
border-color: #AAA797;
}
.TagClassName
{
border-color: #AAA797;
}
</style>