Shades of Shady Lady #AA9CA5
Tints of Shady Lady #AA9CA5
RGB
CMYK
RGB Variations
Color information
#AA9CA5 (or 0xAA9CA5) is known color: Shady Lady. HEX triplet: AA, 9C and A5. RGB value is (170,156,165). Sum of RGB (Red+Green+Blue) = 170+156+165=491 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.62% from 491); Green value is 156 (61.33% from 255 or 31.77% from 491); Blue value is 165 (64.84% from 255 or 33.60% from 491); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9CA5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9CA5 is #55635A. Grayscale: #A1A1A1. Windows color (decimal): -5595995 or 10853546. OLE color: 10853546.
HSL color Cylindrical-coordinate representation of color #AA9CA5: hue angle of 321.43º 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 #AA9CA5 is Cyan = 0, Magento = 0.08, Yellow = 0.03 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 156 | 165 | - |
| CMYK | 0 | 0.08 | 0.03 | 0.33 |
| HSL | 321.43º | 0.08% | 0.64% | - |
| HSV(B) | 321.43º | 0.08% | 0.67% | - |
| XYZ | 35.26 | 35.04 | 40.5 | - |
| YUV | 161.21 | 130.14 | 134.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 156 | 165 | 0 | 0.08 | 0.03 | 0.33 | 321.43 | 0.08 | 0.64 |
| Hex | AA | 9C | A5 | 0 | 8 | 3 | 21 | 141 | 8 | 40 |
| Octal | 252 | 234 | 245 | 0 | 10 | 3 | 41 | 501 | 10 | 100 |
| Binary | 10101010 | 10011100 | 10100101 | 0 | 1000 | 11 | 100001 | 101000001 | 1000 | 1000000 |
Color Harmonies of #AA9CA5
Complementary color
Monochromatic Colors of #AA9CA5
Black with #AA9CA5
Text Example
Text Example
White with #AA9CA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9CA5; }
p { color: rgb(170,156,165); }
H1.HeaderClassName
{
color: #AA9CA5;
}
.AnyTagClassName
{
color: #AA9CA5;
}
</style>
background-color css
<style>
a { background-color: #AA9CA5; }
a { background-color: rgb(170,156,165); }
div.DivClassName
{
background-color: #AA9CA5;
}
.BgClassName
{
background-color: #AA9CA5;
}
</style>
border-color css
<style>
span { border-color: #AA9CA5; }
span { border-color: rgb(170,156,165); }
td.TdClassName
{
border-color: #AA9CA5;
}
.TagClassName
{
border-color: #AA9CA5;
}
</style>