Shades of Shady Lady #AB8F9B
Tints of Shady Lady #AB8F9B
RGB
CMYK
RGB Variations
Color information
#AB8F9B (or 0xAB8F9B) is known color: Shady Lady. HEX triplet: AB, 8F and 9B. RGB value is (171,143,155). Sum of RGB (Red+Green+Blue) = 171+143+155=469 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.46% from 469); Green value is 143 (56.25% from 255 or 30.49% from 469); Blue value is 155 (60.94% from 255 or 33.05% from 469); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8F9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB8F9B is #547064. Grayscale: #989898. Windows color (decimal): -5533797 or 10194859. OLE color: 10194859.
HSL color Cylindrical-coordinate representation of color #AB8F9B: hue angle of 334.29º 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 #AB8F9B is Cyan = 0, Magento = 0.16, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 143 | 155 | - |
| CMYK | 0 | 0.16 | 0.09 | 0.33 |
| HSL | 334.29º | 0.14% | 0.62% | - |
| HSV(B) | 334.29º | 0.16% | 0.67% | - |
| XYZ | 32.53 | 30.67 | 35.22 | - |
| YUV | 152.74 | 129.28 | 141.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 143 | 155 | 0 | 0.16 | 0.09 | 0.33 | 334.29 | 0.14 | 0.62 |
| Hex | AB | 8F | 9B | 0 | 10 | 9 | 21 | 14E | E | 3E |
| Octal | 253 | 217 | 233 | 0 | 20 | 11 | 41 | 516 | 16 | 76 |
| Binary | 10101011 | 10001111 | 10011011 | 0 | 10000 | 1001 | 100001 | 101001110 | 1110 | 111110 |
Color Harmonies of #AB8F9B
Complementary color
Monochromatic Colors of #AB8F9B
Black with #AB8F9B
Text Example
Text Example
White with #AB8F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8F9B; }
p { color: rgb(171,143,155); }
H1.HeaderClassName
{
color: #AB8F9B;
}
.AnyTagClassName
{
color: #AB8F9B;
}
</style>
background-color css
<style>
a { background-color: #AB8F9B; }
a { background-color: rgb(171,143,155); }
div.DivClassName
{
background-color: #AB8F9B;
}
.BgClassName
{
background-color: #AB8F9B;
}
</style>
border-color css
<style>
span { border-color: #AB8F9B; }
span { border-color: rgb(171,143,155); }
td.TdClassName
{
border-color: #AB8F9B;
}
.TagClassName
{
border-color: #AB8F9B;
}
</style>