Shades of Shady Lady #AB9BA5
Tints of Shady Lady #AB9BA5
RGB
CMYK
RGB Variations
Color information
#AB9BA5 (or 0xAB9BA5) is known color: Shady Lady. HEX triplet: AB, 9B and A5. RGB value is (171,155,165). Sum of RGB (Red+Green+Blue) = 171+155+165=491 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.83% from 491); Green value is 155 (60.94% from 255 or 31.57% from 491); Blue value is 165 (64.84% from 255 or 33.60% from 491); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9BA5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9BA5 is #54645A. Grayscale: #A0A0A0. Windows color (decimal): -5530715 or 10853291. OLE color: 10853291.
HSL color Cylindrical-coordinate representation of color #AB9BA5: hue angle of 322.5º 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 #AB9BA5 is Cyan = 0, Magento = 0.09, Yellow = 0.04 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 155 | 165 | - |
| CMYK | 0 | 0.09 | 0.04 | 0.33 |
| HSL | 322.5º | 0.09% | 0.64% | - |
| HSV(B) | 322.5º | 0.09% | 0.67% | - |
| XYZ | 35.31 | 34.82 | 40.46 | - |
| YUV | 160.92 | 130.3 | 135.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 155 | 165 | 0 | 0.09 | 0.04 | 0.33 | 322.5 | 0.09 | 0.64 |
| Hex | AB | 9B | A5 | 0 | 9 | 4 | 21 | 142 | 9 | 40 |
| Octal | 253 | 233 | 245 | 0 | 11 | 4 | 41 | 502 | 11 | 100 |
| Binary | 10101011 | 10011011 | 10100101 | 0 | 1001 | 100 | 100001 | 101000010 | 1001 | 1000000 |
Color Harmonies of #AB9BA5
Complementary color
Monochromatic Colors of #AB9BA5
Black with #AB9BA5
Text Example
Text Example
White with #AB9BA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9BA5; }
p { color: rgb(171,155,165); }
H1.HeaderClassName
{
color: #AB9BA5;
}
.AnyTagClassName
{
color: #AB9BA5;
}
</style>
background-color css
<style>
a { background-color: #AB9BA5; }
a { background-color: rgb(171,155,165); }
div.DivClassName
{
background-color: #AB9BA5;
}
.BgClassName
{
background-color: #AB9BA5;
}
</style>
border-color css
<style>
span { border-color: #AB9BA5; }
span { border-color: rgb(171,155,165); }
td.TdClassName
{
border-color: #AB9BA5;
}
.TagClassName
{
border-color: #AB9BA5;
}
</style>