Shades of Shady Lady #AB919B
Tints of Shady Lady #AB919B
RGB
CMYK
RGB Variations
Color information
#AB919B (or 0xAB919B) is known color: Shady Lady. HEX triplet: AB, 91 and 9B. RGB value is (171,145,155). Sum of RGB (Red+Green+Blue) = 171+145+155=471 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.31% from 471); Green value is 145 (57.03% from 255 or 30.79% from 471); Blue value is 155 (60.94% from 255 or 32.91% from 471); Max value from RGB is 171 - color contains mainly: red. Hex color #AB919B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB919B is #546E64. Grayscale: #999999. Windows color (decimal): -5533285 or 10195371. OLE color: 10195371.
HSL color Cylindrical-coordinate representation of color #AB919B: hue angle of 336.92º 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 #AB919B is Cyan = 0, Magento = 0.15, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 145 | 155 | - |
| CMYK | 0 | 0.15 | 0.09 | 0.33 |
| HSL | 336.92º | 0.13% | 0.62% | - |
| HSV(B) | 336.92º | 0.15% | 0.67% | - |
| XYZ | 32.84 | 31.28 | 35.32 | - |
| YUV | 153.91 | 128.61 | 140.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 145 | 155 | 0 | 0.15 | 0.09 | 0.33 | 336.92 | 0.13 | 0.62 |
| Hex | AB | 91 | 9B | 0 | F | 9 | 21 | 151 | D | 3E |
| Octal | 253 | 221 | 233 | 0 | 17 | 11 | 41 | 521 | 15 | 76 |
| Binary | 10101011 | 10010001 | 10011011 | 0 | 1111 | 1001 | 100001 | 101010001 | 1101 | 111110 |
Color Harmonies of #AB919B
Complementary color
Monochromatic Colors of #AB919B
Black with #AB919B
Text Example
Text Example
White with #AB919B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB919B; }
p { color: rgb(171,145,155); }
H1.HeaderClassName
{
color: #AB919B;
}
.AnyTagClassName
{
color: #AB919B;
}
</style>
background-color css
<style>
a { background-color: #AB919B; }
a { background-color: rgb(171,145,155); }
div.DivClassName
{
background-color: #AB919B;
}
.BgClassName
{
background-color: #AB919B;
}
</style>
border-color css
<style>
span { border-color: #AB919B; }
span { border-color: rgb(171,145,155); }
td.TdClassName
{
border-color: #AB919B;
}
.TagClassName
{
border-color: #AB919B;
}
</style>