Shades of Shady Lady #AB9BA2
Tints of Shady Lady #AB9BA2
RGB
CMYK
RGB Variations
Color information
#AB9BA2 (or 0xAB9BA2) is known color: Shady Lady. HEX triplet: AB, 9B and A2. RGB value is (171,155,162). Sum of RGB (Red+Green+Blue) = 171+155+162=488 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.04% from 488); Green value is 155 (60.94% from 255 or 31.76% from 488); Blue value is 162 (63.67% from 255 or 33.20% from 488); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9BA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9BA2 is #54645D. Grayscale: #A0A0A0. Windows color (decimal): -5530718 or 10656683. OLE color: 10656683.
HSL color Cylindrical-coordinate representation of color #AB9BA2: hue angle of 333.75º degrees, saturation: 0.09, 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 #AB9BA2 is Cyan = 0, Magento = 0.09, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 155 | 162 | - |
| CMYK | 0 | 0.09 | 0.05 | 0.33 |
| HSL | 333.75º | 0.09% | 0.64% | - |
| HSV(B) | 333.75º | 0.09% | 0.67% | - |
| XYZ | 35.04 | 34.71 | 39.04 | - |
| YUV | 160.58 | 128.8 | 135.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 155 | 162 | 0 | 0.09 | 0.05 | 0.33 | 333.75 | 0.09 | 0.64 |
| Hex | AB | 9B | A2 | 0 | 9 | 5 | 21 | 14E | 9 | 40 |
| Octal | 253 | 233 | 242 | 0 | 11 | 5 | 41 | 516 | 11 | 100 |
| Binary | 10101011 | 10011011 | 10100010 | 0 | 1001 | 101 | 100001 | 101001110 | 1001 | 1000000 |
Color Harmonies of #AB9BA2
Complementary color
Monochromatic Colors of #AB9BA2
Black with #AB9BA2
Text Example
Text Example
White with #AB9BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9BA2; }
p { color: rgb(171,155,162); }
H1.HeaderClassName
{
color: #AB9BA2;
}
.AnyTagClassName
{
color: #AB9BA2;
}
</style>
background-color css
<style>
a { background-color: #AB9BA2; }
a { background-color: rgb(171,155,162); }
div.DivClassName
{
background-color: #AB9BA2;
}
.BgClassName
{
background-color: #AB9BA2;
}
</style>
border-color css
<style>
span { border-color: #AB9BA2; }
span { border-color: rgb(171,155,162); }
td.TdClassName
{
border-color: #AB9BA2;
}
.TagClassName
{
border-color: #AB9BA2;
}
</style>