Shades of Shady Lady #AB959A
Tints of Shady Lady #AB959A
RGB
CMYK
RGB Variations
Color information
#AB959A (or 0xAB959A) is known color: Shady Lady. HEX triplet: AB, 95 and 9A. RGB value is (171,149,154). Sum of RGB (Red+Green+Blue) = 171+149+154=474 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.08% from 474); Green value is 149 (58.59% from 255 or 31.43% from 474); Blue value is 154 (60.55% from 255 or 32.49% from 474); Max value from RGB is 171 - color contains mainly: red. Hex color #AB959A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB959A is #546A65. Grayscale: #9C9C9C. Windows color (decimal): -5532262 or 10130859. OLE color: 10130859.
HSL color Cylindrical-coordinate representation of color #AB959A: hue angle of 346.36º 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 #AB959A is Cyan = 0, Magento = 0.13, Yellow = 0.10 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 149 | 154 | - |
| CMYK | 0 | 0.13 | 0.10 | 0.33 |
| HSL | 346.36º | 0.12% | 0.63% | - |
| HSV(B) | 346.36º | 0.13% | 0.67% | - |
| XYZ | 33.37 | 32.49 | 35.08 | - |
| YUV | 156.15 | 126.79 | 138.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 149 | 154 | 0 | 0.13 | 0.10 | 0.33 | 346.36 | 0.12 | 0.63 |
| Hex | AB | 95 | 9A | 0 | D | A | 21 | 15A | C | 3F |
| Octal | 253 | 225 | 232 | 0 | 15 | 12 | 41 | 532 | 14 | 77 |
| Binary | 10101011 | 10010101 | 10011010 | 0 | 1101 | 1010 | 100001 | 101011010 | 1100 | 111111 |
Color Harmonies of #AB959A
Complementary color
Monochromatic Colors of #AB959A
Black with #AB959A
Text Example
Text Example
White with #AB959A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB959A; }
p { color: rgb(171,149,154); }
H1.HeaderClassName
{
color: #AB959A;
}
.AnyTagClassName
{
color: #AB959A;
}
</style>
background-color css
<style>
a { background-color: #AB959A; }
a { background-color: rgb(171,149,154); }
div.DivClassName
{
background-color: #AB959A;
}
.BgClassName
{
background-color: #AB959A;
}
</style>
border-color css
<style>
span { border-color: #AB959A; }
span { border-color: rgb(171,149,154); }
td.TdClassName
{
border-color: #AB959A;
}
.TagClassName
{
border-color: #AB959A;
}
</style>