Shades of Shady Lady #AB8F9E
Tints of Shady Lady #AB8F9E
RGB
CMYK
RGB Variations
Color information
#AB8F9E (or 0xAB8F9E) is known color: Shady Lady. HEX triplet: AB, 8F and 9E. RGB value is (171,143,158). Sum of RGB (Red+Green+Blue) = 171+143+158=472 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.23% from 472); Green value is 143 (56.25% from 255 or 30.30% from 472); Blue value is 158 (62.11% from 255 or 33.47% from 472); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8F9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB8F9E is #547061. Grayscale: #999999. Windows color (decimal): -5533794 or 10391467. OLE color: 10391467.
HSL color Cylindrical-coordinate representation of color #AB8F9E: hue angle of 327.86º degrees, saturation: 0.14, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AB8F9E is Cyan = 0, Magento = 0.16, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 143 | 158 | - |
| CMYK | 0 | 0.16 | 0.08 | 0.33 |
| HSL | 327.86º | 0.14% | 0.62% | - |
| HSV(B) | 327.86º | 0.16% | 0.67% | - |
| XYZ | 32.79 | 30.77 | 36.56 | - |
| YUV | 153.08 | 130.78 | 140.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 143 | 158 | 0 | 0.16 | 0.08 | 0.33 | 327.86 | 0.14 | 0.62 |
| Hex | AB | 8F | 9E | 0 | 10 | 8 | 21 | 148 | E | 3E |
| Octal | 253 | 217 | 236 | 0 | 20 | 10 | 41 | 510 | 16 | 76 |
| Binary | 10101011 | 10001111 | 10011110 | 0 | 10000 | 1000 | 100001 | 101001000 | 1110 | 111110 |
Color Harmonies of #AB8F9E
Complementary color
Monochromatic Colors of #AB8F9E
Black with #AB8F9E
Text Example
Text Example
White with #AB8F9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8F9E; }
p { color: rgb(171,143,158); }
H1.HeaderClassName
{
color: #AB8F9E;
}
.AnyTagClassName
{
color: #AB8F9E;
}
</style>
background-color css
<style>
a { background-color: #AB8F9E; }
a { background-color: rgb(171,143,158); }
div.DivClassName
{
background-color: #AB8F9E;
}
.BgClassName
{
background-color: #AB8F9E;
}
</style>
border-color css
<style>
span { border-color: #AB8F9E; }
span { border-color: rgb(171,143,158); }
td.TdClassName
{
border-color: #AB8F9E;
}
.TagClassName
{
border-color: #AB8F9E;
}
</style>