Shades of Shady Lady #AB919C
Tints of Shady Lady #AB919C
RGB
CMYK
RGB Variations
Color information
#AB919C (or 0xAB919C) is known color: Shady Lady. HEX triplet: AB, 91 and 9C. RGB value is (171,145,156). Sum of RGB (Red+Green+Blue) = 171+145+156=472 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.23% from 472); Green value is 145 (57.03% from 255 or 30.72% from 472); Blue value is 156 (61.33% from 255 or 33.05% from 472); Max value from RGB is 171 - color contains mainly: red. Hex color #AB919C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB919C is #546E63. Grayscale: #9A9A9A. Windows color (decimal): -5533284 or 10260907. OLE color: 10260907.
HSL color Cylindrical-coordinate representation of color #AB919C: hue angle of 334.62º degrees, saturation: 0.13, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AB919C is Cyan = 0, Magento = 0.15, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 145 | 156 | - |
| CMYK | 0 | 0.15 | 0.09 | 0.33 |
| HSL | 334.62º | 0.13% | 0.62% | - |
| HSV(B) | 334.62º | 0.15% | 0.67% | - |
| XYZ | 32.92 | 31.31 | 35.76 | - |
| YUV | 154.03 | 129.11 | 140.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 145 | 156 | 0 | 0.15 | 0.09 | 0.33 | 334.62 | 0.13 | 0.62 |
| Hex | AB | 91 | 9C | 0 | F | 9 | 21 | 14F | D | 3E |
| Octal | 253 | 221 | 234 | 0 | 17 | 11 | 41 | 517 | 15 | 76 |
| Binary | 10101011 | 10010001 | 10011100 | 0 | 1111 | 1001 | 100001 | 101001111 | 1101 | 111110 |
Color Harmonies of #AB919C
Complementary color
Monochromatic Colors of #AB919C
Black with #AB919C
Text Example
Text Example
White with #AB919C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB919C; }
p { color: rgb(171,145,156); }
H1.HeaderClassName
{
color: #AB919C;
}
.AnyTagClassName
{
color: #AB919C;
}
</style>
background-color css
<style>
a { background-color: #AB919C; }
a { background-color: rgb(171,145,156); }
div.DivClassName
{
background-color: #AB919C;
}
.BgClassName
{
background-color: #AB919C;
}
</style>
border-color css
<style>
span { border-color: #AB919C; }
span { border-color: rgb(171,145,156); }
td.TdClassName
{
border-color: #AB919C;
}
.TagClassName
{
border-color: #AB919C;
}
</style>