Shades of Shady Lady #AB92A1
Tints of Shady Lady #AB92A1
RGB
CMYK
RGB Variations
Color information
#AB92A1 (or 0xAB92A1) is known color: Shady Lady. HEX triplet: AB, 92 and A1. RGB value is (171,146,161). Sum of RGB (Red+Green+Blue) = 171+146+161=478 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.77% from 478); Green value is 146 (57.42% from 255 or 30.54% from 478); Blue value is 161 (63.28% from 255 or 33.68% from 478); Max value from RGB is 171 - color contains mainly: red. Hex color #AB92A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB92A1 is #546D5E. Grayscale: #9B9B9B. Windows color (decimal): -5533023 or 10588843. OLE color: 10588843.
HSL color Cylindrical-coordinate representation of color #AB92A1: hue angle of 324º 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 #AB92A1 is Cyan = 0, Magento = 0.15, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 146 | 161 | - |
| CMYK | 0 | 0.15 | 0.06 | 0.33 |
| HSL | 324º | 0.13% | 0.62% | - |
| HSV(B) | 324º | 0.15% | 0.67% | - |
| XYZ | 33.51 | 31.79 | 38.09 | - |
| YUV | 155.19 | 131.28 | 139.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 146 | 161 | 0 | 0.15 | 0.06 | 0.33 | 324 | 0.13 | 0.62 |
| Hex | AB | 92 | A1 | 0 | F | 6 | 21 | 144 | D | 3E |
| Octal | 253 | 222 | 241 | 0 | 17 | 6 | 41 | 504 | 15 | 76 |
| Binary | 10101011 | 10010010 | 10100001 | 0 | 1111 | 110 | 100001 | 101000100 | 1101 | 111110 |
Color Harmonies of #AB92A1
Complementary color
Monochromatic Colors of #AB92A1
Black with #AB92A1
Text Example
Text Example
White with #AB92A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB92A1; }
p { color: rgb(171,146,161); }
H1.HeaderClassName
{
color: #AB92A1;
}
.AnyTagClassName
{
color: #AB92A1;
}
</style>
background-color css
<style>
a { background-color: #AB92A1; }
a { background-color: rgb(171,146,161); }
div.DivClassName
{
background-color: #AB92A1;
}
.BgClassName
{
background-color: #AB92A1;
}
</style>
border-color css
<style>
span { border-color: #AB92A1; }
span { border-color: rgb(171,146,161); }
td.TdClassName
{
border-color: #AB92A1;
}
.TagClassName
{
border-color: #AB92A1;
}
</style>