Shades of Shady Lady #AAA7A9
Tints of Shady Lady #AAA7A9
RGB
CMYK
RGB Variations
Color information
#AAA7A9 (or 0xAAA7A9) is known color: Shady Lady. HEX triplet: AA, A7 and A9. RGB value is (170,167,169). Sum of RGB (Red+Green+Blue) = 170+167+169=506 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.60% from 506); Green value is 167 (65.62% from 255 or 33.00% from 506); Blue value is 169 (66.41% from 255 or 33.40% from 506); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA7A9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA7A9 is #555856. Grayscale: #A8A8A8. Windows color (decimal): -5593175 or 11118506. OLE color: 11118506.
HSL color Cylindrical-coordinate representation of color #AAA7A9: hue angle of 320º degrees, saturation: 0.02, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #AAA7A9 is Cyan = 0, Magento = 0.02, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 167 | 169 | - |
| CMYK | 0 | 0.02 | 0.01 | 0.33 |
| HSL | 320º | 0.02% | 0.66% | - |
| HSV(B) | 320º | 0.02% | 0.67% | - |
| XYZ | 37.56 | 39.05 | 43.09 | - |
| YUV | 168.13 | 128.49 | 129.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 167 | 169 | 0 | 0.02 | 0.01 | 0.33 | 320 | 0.02 | 0.66 |
| Hex | AA | A7 | A9 | 0 | 2 | 1 | 21 | 140 | 2 | 42 |
| Octal | 252 | 247 | 251 | 0 | 2 | 1 | 41 | 500 | 2 | 102 |
| Binary | 10101010 | 10100111 | 10101001 | 0 | 10 | 1 | 100001 | 101000000 | 10 | 1000010 |
Color Harmonies of #AAA7A9
Complementary color
Monochromatic Colors of #AAA7A9
Black with #AAA7A9
Text Example
Text Example
White with #AAA7A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA7A9; }
p { color: rgb(170,167,169); }
H1.HeaderClassName
{
color: #AAA7A9;
}
.AnyTagClassName
{
color: #AAA7A9;
}
</style>
background-color css
<style>
a { background-color: #AAA7A9; }
a { background-color: rgb(170,167,169); }
div.DivClassName
{
background-color: #AAA7A9;
}
.BgClassName
{
background-color: #AAA7A9;
}
</style>
border-color css
<style>
span { border-color: #AAA7A9; }
span { border-color: rgb(170,167,169); }
td.TdClassName
{
border-color: #AAA7A9;
}
.TagClassName
{
border-color: #AAA7A9;
}
</style>