Shades of Shady Lady #AB959B
Tints of Shady Lady #AB959B
RGB
CMYK
RGB Variations
Color information
#AB959B (or 0xAB959B) is known color: Shady Lady. HEX triplet: AB, 95 and 9B. RGB value is (171,149,155). Sum of RGB (Red+Green+Blue) = 171+149+155=475 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36% from 475); Green value is 149 (58.59% from 255 or 31.37% from 475); Blue value is 155 (60.94% from 255 or 32.63% from 475); Max value from RGB is 171 - color contains mainly: red. Hex color #AB959B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB959B is #546A64. Grayscale: #9C9C9C. Windows color (decimal): -5532261 or 10196395. OLE color: 10196395.
HSL color Cylindrical-coordinate representation of color #AB959B: hue angle of 343.64º degrees, saturation: 0.12, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AB959B is Cyan = 0, Magento = 0.13, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 149 | 155 | - |
| CMYK | 0 | 0.13 | 0.09 | 0.33 |
| HSL | 343.64º | 0.12% | 0.63% | - |
| HSV(B) | 343.64º | 0.13% | 0.67% | - |
| XYZ | 33.46 | 32.52 | 35.52 | - |
| YUV | 156.26 | 127.29 | 138.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 149 | 155 | 0 | 0.13 | 0.09 | 0.33 | 343.64 | 0.12 | 0.63 |
| Hex | AB | 95 | 9B | 0 | D | 9 | 21 | 158 | C | 3F |
| Octal | 253 | 225 | 233 | 0 | 15 | 11 | 41 | 530 | 14 | 77 |
| Binary | 10101011 | 10010101 | 10011011 | 0 | 1101 | 1001 | 100001 | 101011000 | 1100 | 111111 |
Color Harmonies of #AB959B
Complementary color
Monochromatic Colors of #AB959B
Black with #AB959B
Text Example
Text Example
White with #AB959B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB959B; }
p { color: rgb(171,149,155); }
H1.HeaderClassName
{
color: #AB959B;
}
.AnyTagClassName
{
color: #AB959B;
}
</style>
background-color css
<style>
a { background-color: #AB959B; }
a { background-color: rgb(171,149,155); }
div.DivClassName
{
background-color: #AB959B;
}
.BgClassName
{
background-color: #AB959B;
}
</style>
border-color css
<style>
span { border-color: #AB959B; }
span { border-color: rgb(171,149,155); }
td.TdClassName
{
border-color: #AB959B;
}
.TagClassName
{
border-color: #AB959B;
}
</style>