Shades of Shady Lady #AA9CA3
Tints of Shady Lady #AA9CA3
RGB
CMYK
RGB Variations
Color information
#AA9CA3 (or 0xAA9CA3) is known color: Shady Lady. HEX triplet: AA, 9C and A3. RGB value is (170,156,163). Sum of RGB (Red+Green+Blue) = 170+156+163=489 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.76% from 489); Green value is 156 (61.33% from 255 or 31.90% from 489); Blue value is 163 (64.06% from 255 or 33.33% from 489); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9CA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9CA3 is #55635C. Grayscale: #A0A0A0. Windows color (decimal): -5595997 or 10722474. OLE color: 10722474.
HSL color Cylindrical-coordinate representation of color #AA9CA3: hue angle of 330º degrees, saturation: 0.08, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #AA9CA3 is Cyan = 0, Magento = 0.08, Yellow = 0.04 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 156 | 163 | - |
| CMYK | 0 | 0.08 | 0.04 | 0.33 |
| HSL | 330º | 0.08% | 0.64% | - |
| HSV(B) | 330º | 0.08% | 0.67% | - |
| XYZ | 35.08 | 34.97 | 39.55 | - |
| YUV | 160.98 | 129.14 | 134.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 156 | 163 | 0 | 0.08 | 0.04 | 0.33 | 330 | 0.08 | 0.64 |
| Hex | AA | 9C | A3 | 0 | 8 | 4 | 21 | 14A | 8 | 40 |
| Octal | 252 | 234 | 243 | 0 | 10 | 4 | 41 | 512 | 10 | 100 |
| Binary | 10101010 | 10011100 | 10100011 | 0 | 1000 | 100 | 100001 | 101001010 | 1000 | 1000000 |
Color Harmonies of #AA9CA3
Complementary color
Monochromatic Colors of #AA9CA3
Black with #AA9CA3
Text Example
Text Example
White with #AA9CA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9CA3; }
p { color: rgb(170,156,163); }
H1.HeaderClassName
{
color: #AA9CA3;
}
.AnyTagClassName
{
color: #AA9CA3;
}
</style>
background-color css
<style>
a { background-color: #AA9CA3; }
a { background-color: rgb(170,156,163); }
div.DivClassName
{
background-color: #AA9CA3;
}
.BgClassName
{
background-color: #AA9CA3;
}
</style>
border-color css
<style>
span { border-color: #AA9CA3; }
span { border-color: rgb(170,156,163); }
td.TdClassName
{
border-color: #AA9CA3;
}
.TagClassName
{
border-color: #AA9CA3;
}
</style>