Shades of Shady Lady #AB96A3
Tints of Shady Lady #AB96A3
RGB
CMYK
RGB Variations
Color information
#AB96A3 (or 0xAB96A3) is known color: Shady Lady. HEX triplet: AB, 96 and A3. RGB value is (171,150,163). Sum of RGB (Red+Green+Blue) = 171+150+163=484 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.33% from 484); Green value is 150 (58.98% from 255 or 30.99% from 484); Blue value is 163 (64.06% from 255 or 33.68% from 484); Max value from RGB is 171 - color contains mainly: red. Hex color #AB96A3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB96A3 is #54695C. Grayscale: #9D9D9D. Windows color (decimal): -5531997 or 10720939. OLE color: 10720939.
HSL color Cylindrical-coordinate representation of color #AB96A3: hue angle of 322.86º degrees, saturation: 0.11, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AB96A3 is Cyan = 0, Magento = 0.12, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 150 | 163 | - |
| CMYK | 0 | 0.12 | 0.05 | 0.33 |
| HSL | 322.86º | 0.11% | 0.63% | - |
| HSV(B) | 322.86º | 0.12% | 0.67% | - |
| XYZ | 34.31 | 33.11 | 39.23 | - |
| YUV | 157.76 | 130.96 | 137.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 150 | 163 | 0 | 0.12 | 0.05 | 0.33 | 322.86 | 0.11 | 0.63 |
| Hex | AB | 96 | A3 | 0 | C | 5 | 21 | 143 | B | 3F |
| Octal | 253 | 226 | 243 | 0 | 14 | 5 | 41 | 503 | 13 | 77 |
| Binary | 10101011 | 10010110 | 10100011 | 0 | 1100 | 101 | 100001 | 101000011 | 1011 | 111111 |
Color Harmonies of #AB96A3
Complementary color
Monochromatic Colors of #AB96A3
Black with #AB96A3
Text Example
Text Example
White with #AB96A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB96A3; }
p { color: rgb(171,150,163); }
H1.HeaderClassName
{
color: #AB96A3;
}
.AnyTagClassName
{
color: #AB96A3;
}
</style>
background-color css
<style>
a { background-color: #AB96A3; }
a { background-color: rgb(171,150,163); }
div.DivClassName
{
background-color: #AB96A3;
}
.BgClassName
{
background-color: #AB96A3;
}
</style>
border-color css
<style>
span { border-color: #AB96A3; }
span { border-color: rgb(171,150,163); }
td.TdClassName
{
border-color: #AB96A3;
}
.TagClassName
{
border-color: #AB96A3;
}
</style>