Shades of Shady Lady #AA9BA5
Tints of Shady Lady #AA9BA5
RGB
CMYK
RGB Variations
Color information
#AA9BA5 (or 0xAA9BA5) is known color: Shady Lady. HEX triplet: AA, 9B and A5. RGB value is (170,155,165). Sum of RGB (Red+Green+Blue) = 170+155+165=490 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.69% from 490); Green value is 155 (60.94% from 255 or 31.63% from 490); Blue value is 165 (64.84% from 255 or 33.67% from 490); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9BA5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9BA5 is #55645A. Grayscale: #A0A0A0. Windows color (decimal): -5596251 or 10853290. OLE color: 10853290.
HSL color Cylindrical-coordinate representation of color #AA9BA5: hue angle of 320º degrees, saturation: 0.08, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #AA9BA5 is Cyan = 0, Magento = 0.09, Yellow = 0.03 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 155 | 165 | - |
| CMYK | 0 | 0.09 | 0.03 | 0.33 |
| HSL | 320º | 0.08% | 0.64% | - |
| HSV(B) | 320º | 0.09% | 0.67% | - |
| XYZ | 35.09 | 34.71 | 40.45 | - |
| YUV | 160.63 | 130.47 | 134.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 155 | 165 | 0 | 0.09 | 0.03 | 0.33 | 320 | 0.08 | 0.64 |
| Hex | AA | 9B | A5 | 0 | 9 | 3 | 21 | 140 | 8 | 40 |
| Octal | 252 | 233 | 245 | 0 | 11 | 3 | 41 | 500 | 10 | 100 |
| Binary | 10101010 | 10011011 | 10100101 | 0 | 1001 | 11 | 100001 | 101000000 | 1000 | 1000000 |
Color Harmonies of #AA9BA5
Complementary color
Monochromatic Colors of #AA9BA5
Black with #AA9BA5
Text Example
Text Example
White with #AA9BA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9BA5; }
p { color: rgb(170,155,165); }
H1.HeaderClassName
{
color: #AA9BA5;
}
.AnyTagClassName
{
color: #AA9BA5;
}
</style>
background-color css
<style>
a { background-color: #AA9BA5; }
a { background-color: rgb(170,155,165); }
div.DivClassName
{
background-color: #AA9BA5;
}
.BgClassName
{
background-color: #AA9BA5;
}
</style>
border-color css
<style>
span { border-color: #AA9BA5; }
span { border-color: rgb(170,155,165); }
td.TdClassName
{
border-color: #AA9BA5;
}
.TagClassName
{
border-color: #AA9BA5;
}
</style>