Shades of Shady Lady #AB8F99
Tints of Shady Lady #AB8F99
RGB
CMYK
RGB Variations
Color information
#AB8F99 (or 0xAB8F99) is known color: Shady Lady. HEX triplet: AB, 8F and 99. RGB value is (171,143,153). Sum of RGB (Red+Green+Blue) = 171+143+153=467 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.62% from 467); Green value is 143 (56.25% from 255 or 30.62% from 467); Blue value is 153 (60.16% from 255 or 32.76% from 467); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8F99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB8F99 is #547066. Grayscale: #989898. Windows color (decimal): -5533799 or 10063787. OLE color: 10063787.
HSL color Cylindrical-coordinate representation of color #AB8F99: hue angle of 338.57º 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 #AB8F99 is Cyan = 0, Magento = 0.16, Yellow = 0.11 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 143 | 153 | - |
| CMYK | 0 | 0.16 | 0.11 | 0.33 |
| HSL | 338.57º | 0.14% | 0.62% | - |
| HSV(B) | 338.57º | 0.16% | 0.67% | - |
| XYZ | 32.37 | 30.6 | 34.34 | - |
| YUV | 152.51 | 128.28 | 141.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 143 | 153 | 0 | 0.16 | 0.11 | 0.33 | 338.57 | 0.14 | 0.62 |
| Hex | AB | 8F | 99 | 0 | 10 | B | 21 | 153 | E | 3E |
| Octal | 253 | 217 | 231 | 0 | 20 | 13 | 41 | 523 | 16 | 76 |
| Binary | 10101011 | 10001111 | 10011001 | 0 | 10000 | 1011 | 100001 | 101010011 | 1110 | 111110 |
Color Harmonies of #AB8F99
Complementary color
Monochromatic Colors of #AB8F99
Black with #AB8F99
Text Example
Text Example
White with #AB8F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8F99; }
p { color: rgb(171,143,153); }
H1.HeaderClassName
{
color: #AB8F99;
}
.AnyTagClassName
{
color: #AB8F99;
}
</style>
background-color css
<style>
a { background-color: #AB8F99; }
a { background-color: rgb(171,143,153); }
div.DivClassName
{
background-color: #AB8F99;
}
.BgClassName
{
background-color: #AB8F99;
}
</style>
border-color css
<style>
span { border-color: #AB8F99; }
span { border-color: rgb(171,143,153); }
td.TdClassName
{
border-color: #AB8F99;
}
.TagClassName
{
border-color: #AB8F99;
}
</style>