Shades of Shady Lady #AA969B
Tints of Shady Lady #AA969B
RGB
CMYK
RGB Variations
Color information
#AA969B (or 0xAA969B) is known color: Shady Lady. HEX triplet: AA, 96 and 9B. RGB value is (170,150,155). Sum of RGB (Red+Green+Blue) = 170+150+155=475 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.79% from 475); Green value is 150 (58.98% from 255 or 31.58% from 475); Blue value is 155 (60.94% from 255 or 32.63% from 475); Max value from RGB is 170 - color contains mainly: red. Hex color #AA969B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA969B is #556964. Grayscale: #9C9C9C. Windows color (decimal): -5597541 or 10196650. OLE color: 10196650.
HSL color Cylindrical-coordinate representation of color #AA969B: hue angle of 345º degrees, saturation: 0.11, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AA969B is Cyan = 0, Magento = 0.12, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 150 | 155 | - |
| CMYK | 0 | 0.12 | 0.09 | 0.33 |
| HSL | 345º | 0.11% | 0.63% | - |
| HSV(B) | 345º | 0.12% | 0.67% | - |
| XYZ | 33.4 | 32.73 | 35.57 | - |
| YUV | 156.55 | 127.13 | 137.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 150 | 155 | 0 | 0.12 | 0.09 | 0.33 | 345 | 0.11 | 0.63 |
| Hex | AA | 96 | 9B | 0 | C | 9 | 21 | 159 | B | 3F |
| Octal | 252 | 226 | 233 | 0 | 14 | 11 | 41 | 531 | 13 | 77 |
| Binary | 10101010 | 10010110 | 10011011 | 0 | 1100 | 1001 | 100001 | 101011001 | 1011 | 111111 |
Color Harmonies of #AA969B
Complementary color
Monochromatic Colors of #AA969B
Black with #AA969B
Text Example
Text Example
White with #AA969B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA969B; }
p { color: rgb(170,150,155); }
H1.HeaderClassName
{
color: #AA969B;
}
.AnyTagClassName
{
color: #AA969B;
}
</style>
background-color css
<style>
a { background-color: #AA969B; }
a { background-color: rgb(170,150,155); }
div.DivClassName
{
background-color: #AA969B;
}
.BgClassName
{
background-color: #AA969B;
}
</style>
border-color css
<style>
span { border-color: #AA969B; }
span { border-color: rgb(170,150,155); }
td.TdClassName
{
border-color: #AA969B;
}
.TagClassName
{
border-color: #AA969B;
}
</style>