Shades of Shady Lady #AAA3A6
Tints of Shady Lady #AAA3A6
RGB
CMYK
RGB Variations
Color information
#AAA3A6 (or 0xAAA3A6) is known color: Shady Lady. HEX triplet: AA, A3 and A6. RGB value is (170,163,166). Sum of RGB (Red+Green+Blue) = 170+163+166=499 (66% of max value = 765). Red value is 170 (66.80% from 255 or 34.07% from 499); Green value is 163 (64.06% from 255 or 32.67% from 499); Blue value is 166 (65.23% from 255 or 33.27% from 499); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA3A6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA3A6 is #555C59. Grayscale: #A5A5A5. Windows color (decimal): -5594202 or 10920874. OLE color: 10920874.
HSL color Cylindrical-coordinate representation of color #AAA3A6: hue angle of 334.29º degrees, saturation: 0.04, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #AAA3A6 is Cyan = 0, Magento = 0.04, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
RGB | 170 | 163 | 166 | - |
CMYK | 0 | 0.04 | 0.02 | 0.33 |
HSL | 334.29º | 0.04% | 0.65% | - |
HSV(B) | 334.29º | 0.04% | 0.67% | - |
XYZ | 36.56 | 37.49 | 41.39 | - |
YUV | 165.44 | 128.32 | 131.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 170 | 163 | 166 | 0 | 0.04 | 0.02 | 0.33 | 334.29 | 0.04 | 0.65 |
Hex | AA | A3 | A6 | 0 | 4 | 2 | 21 | 14E | 4 | 41 |
Octal | 252 | 243 | 246 | 0 | 4 | 2 | 41 | 516 | 4 | 101 |
Binary | 10101010 | 10100011 | 10100110 | 0 | 100 | 10 | 100001 | 101001110 | 100 | 1000001 |
Color Harmonies of #AAA3A6
Complementary color
Monochromatic Colors of #AAA3A6
Black with #AAA3A6
Text Example
Text Example
White with #AAA3A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA3A6; }
p { color: rgb(170,163,166); }
H1.HeaderClassName
{
color: #AAA3A6;
}
.AnyTagClassName
{
color: #AAA3A6;
}
</style>
background-color css
<style>
a { background-color: #AAA3A6; }
a { background-color: rgb(170,163,166); }
div.DivClassName
{
background-color: #AAA3A6;
}
.BgClassName
{
background-color: #AAA3A6;
}
</style>
border-color css
<style>
span { border-color: #AAA3A6; }
span { border-color: rgb(170,163,166); }
td.TdClassName
{
border-color: #AAA3A6;
}
.TagClassName
{
border-color: #AAA3A6;
}
</style>