Shades of Shady Lady #AB8A95
Tints of Shady Lady #AB8A95
RGB
CMYK
RGB Variations
Color information
#AB8A95 (or 0xAB8A95) is known color: Shady Lady. HEX triplet: AB, 8A and 95. RGB value is (171,138,149). Sum of RGB (Red+Green+Blue) = 171+138+149=458 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.34% from 458); Green value is 138 (54.30% from 255 or 30.13% from 458); Blue value is 149 (58.59% from 255 or 32.53% from 458); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8A95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB8A95 is #54756A. Grayscale: #959595. Windows color (decimal): -5535083 or 9800363. OLE color: 9800363.
HSL color Cylindrical-coordinate representation of color #AB8A95: hue angle of 340º degrees, saturation: 0.16, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AB8A95 is Cyan = 0, Magento = 0.19, Yellow = 0.13 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 138 | 149 | - |
| CMYK | 0 | 0.19 | 0.13 | 0.33 |
| HSL | 340º | 0.16% | 0.61% | - |
| HSV(B) | 340º | 0.19% | 0.67% | - |
| XYZ | 31.31 | 29 | 32.38 | - |
| YUV | 149.12 | 127.93 | 143.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 138 | 149 | 0 | 0.19 | 0.13 | 0.33 | 340 | 0.16 | 0.61 |
| Hex | AB | 8A | 95 | 0 | 13 | D | 21 | 154 | 10 | 3D |
| Octal | 253 | 212 | 225 | 0 | 23 | 15 | 41 | 524 | 20 | 75 |
| Binary | 10101011 | 10001010 | 10010101 | 0 | 10011 | 1101 | 100001 | 101010100 | 10000 | 111101 |
Color Harmonies of #AB8A95
Complementary color
Monochromatic Colors of #AB8A95
Black with #AB8A95
Text Example
Text Example
White with #AB8A95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8A95; }
p { color: rgb(171,138,149); }
H1.HeaderClassName
{
color: #AB8A95;
}
.AnyTagClassName
{
color: #AB8A95;
}
</style>
background-color css
<style>
a { background-color: #AB8A95; }
a { background-color: rgb(171,138,149); }
div.DivClassName
{
background-color: #AB8A95;
}
.BgClassName
{
background-color: #AB8A95;
}
</style>
border-color css
<style>
span { border-color: #AB8A95; }
span { border-color: rgb(171,138,149); }
td.TdClassName
{
border-color: #AB8A95;
}
.TagClassName
{
border-color: #AB8A95;
}
</style>