Shades of Shady Lady #AAA5A6
Tints of Shady Lady #AAA5A6
RGB
CMYK
RGB Variations
Color information
#AAA5A6 (or 0xAAA5A6) is known color: Shady Lady. HEX triplet: AA, A5 and A6. RGB value is (170,165,166). Sum of RGB (Red+Green+Blue) = 170+165+166=501 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.93% from 501); Green value is 165 (64.84% from 255 or 32.93% from 501); Blue value is 166 (65.23% from 255 or 33.13% from 501); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA5A6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA5A6 is #555A59. Grayscale: #A6A6A6. Windows color (decimal): -5593690 or 10921386. OLE color: 10921386.
HSL color Cylindrical-coordinate representation of color #AAA5A6: hue angle of 348º degrees, saturation: 0.03, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #AAA5A6 is Cyan = 0, Magento = 0.03, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
RGB | 170 | 165 | 166 | - |
CMYK | 0 | 0.03 | 0.02 | 0.33 |
HSL | 348º | 0.03% | 0.66% | - |
HSV(B) | 348º | 0.03% | 0.67% | - |
XYZ | 36.92 | 38.21 | 41.51 | - |
YUV | 166.61 | 127.66 | 130.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 170 | 165 | 166 | 0 | 0.03 | 0.02 | 0.33 | 348 | 0.03 | 0.66 |
Hex | AA | A5 | A6 | 0 | 3 | 2 | 21 | 15C | 3 | 42 |
Octal | 252 | 245 | 246 | 0 | 3 | 2 | 41 | 534 | 3 | 102 |
Binary | 10101010 | 10100101 | 10100110 | 0 | 11 | 10 | 100001 | 101011100 | 11 | 1000010 |
Color Harmonies of #AAA5A6
Complementary color
Monochromatic Colors of #AAA5A6
Black with #AAA5A6
Text Example
Text Example
White with #AAA5A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA5A6; }
p { color: rgb(170,165,166); }
H1.HeaderClassName
{
color: #AAA5A6;
}
.AnyTagClassName
{
color: #AAA5A6;
}
</style>
background-color css
<style>
a { background-color: #AAA5A6; }
a { background-color: rgb(170,165,166); }
div.DivClassName
{
background-color: #AAA5A6;
}
.BgClassName
{
background-color: #AAA5A6;
}
</style>
border-color css
<style>
span { border-color: #AAA5A6; }
span { border-color: rgb(170,165,166); }
td.TdClassName
{
border-color: #AAA5A6;
}
.TagClassName
{
border-color: #AAA5A6;
}
</style>