Shades of Shady Lady #AB93A2
Tints of Shady Lady #AB93A2
RGB
CMYK
RGB Variations
Color information
#AB93A2 (or 0xAB93A2) is known color: Shady Lady. HEX triplet: AB, 93 and A2. RGB value is (171,147,162). Sum of RGB (Red+Green+Blue) = 171+147+162=480 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.62% from 480); Green value is 147 (57.81% from 255 or 30.62% from 480); Blue value is 162 (63.67% from 255 or 33.75% from 480); Max value from RGB is 171 - color contains mainly: red. Hex color #AB93A2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB93A2 is #546C5D. Grayscale: #9B9B9B. Windows color (decimal): -5532766 or 10654635. OLE color: 10654635.
HSL color Cylindrical-coordinate representation of color #AB93A2: hue angle of 322.5º degrees, saturation: 0.12, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AB93A2 is Cyan = 0, Magento = 0.14, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 147 | 162 | - |
| CMYK | 0 | 0.14 | 0.05 | 0.33 |
| HSL | 322.5º | 0.13% | 0.62% | - |
| HSV(B) | 322.5º | 0.14% | 0.67% | - |
| XYZ | 33.75 | 32.13 | 38.61 | - |
| YUV | 155.89 | 131.45 | 138.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 147 | 162 | 0 | 0.14 | 0.05 | 0.33 | 322.5 | 0.13 | 0.62 |
| Hex | AB | 93 | A2 | 0 | E | 5 | 21 | 142 | C | 3E |
| Octal | 253 | 223 | 242 | 0 | 16 | 5 | 41 | 502 | 14 | 76 |
| Binary | 10101011 | 10010011 | 10100010 | 0 | 1110 | 101 | 100001 | 101000010 | 1100 | 111110 |
Color Harmonies of #AB93A2
Complementary color
Monochromatic Colors of #AB93A2
Black with #AB93A2
Text Example
Text Example
White with #AB93A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB93A2; }
p { color: rgb(171,147,162); }
H1.HeaderClassName
{
color: #AB93A2;
}
.AnyTagClassName
{
color: #AB93A2;
}
</style>
background-color css
<style>
a { background-color: #AB93A2; }
a { background-color: rgb(171,147,162); }
div.DivClassName
{
background-color: #AB93A2;
}
.BgClassName
{
background-color: #AB93A2;
}
</style>
border-color css
<style>
span { border-color: #AB93A2; }
span { border-color: rgb(171,147,162); }
td.TdClassName
{
border-color: #AB93A2;
}
.TagClassName
{
border-color: #AB93A2;
}
</style>