Shades of Shady Lady #AAA7A8
Tints of Shady Lady #AAA7A8
RGB
CMYK
RGB Variations
Color information
#AAA7A8 (or 0xAAA7A8) is known color: Shady Lady. HEX triplet: AA, A7 and A8. RGB value is (170,167,168). Sum of RGB (Red+Green+Blue) = 170+167+168=505 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.66% from 505); Green value is 167 (65.62% from 255 or 33.07% from 505); Blue value is 168 (66.02% from 255 or 33.27% from 505); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA7A8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA7A8 is #555857. Grayscale: #A8A8A8. Windows color (decimal): -5593176 or 11052970. OLE color: 11052970.
HSL color Cylindrical-coordinate representation of color #AAA7A8: hue angle of 340º 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 #AAA7A8 is Cyan = 0, Magento = 0.02, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
RGB | 170 | 167 | 168 | - |
CMYK | 0 | 0.02 | 0.01 | 0.33 |
HSL | 340º | 0.02% | 0.66% | - |
HSV(B) | 340º | 0.02% | 0.67% | - |
XYZ | 37.46 | 39.01 | 42.6 | - |
YUV | 168.01 | 127.99 | 129.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 170 | 167 | 168 | 0 | 0.02 | 0.01 | 0.33 | 340 | 0.02 | 0.66 |
Hex | AA | A7 | A8 | 0 | 2 | 1 | 21 | 154 | 2 | 42 |
Octal | 252 | 247 | 250 | 0 | 2 | 1 | 41 | 524 | 2 | 102 |
Binary | 10101010 | 10100111 | 10101000 | 0 | 10 | 1 | 100001 | 101010100 | 10 | 1000010 |
Color Harmonies of #AAA7A8
Complementary color
Monochromatic Colors of #AAA7A8
Black with #AAA7A8
Text Example
Text Example
White with #AAA7A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA7A8; }
p { color: rgb(170,167,168); }
H1.HeaderClassName
{
color: #AAA7A8;
}
.AnyTagClassName
{
color: #AAA7A8;
}
</style>
background-color css
<style>
a { background-color: #AAA7A8; }
a { background-color: rgb(170,167,168); }
div.DivClassName
{
background-color: #AAA7A8;
}
.BgClassName
{
background-color: #AAA7A8;
}
</style>
border-color css
<style>
span { border-color: #AAA7A8; }
span { border-color: rgb(170,167,168); }
td.TdClassName
{
border-color: #AAA7A8;
}
.TagClassName
{
border-color: #AAA7A8;
}
</style>