Shades of Shady Lady #AB99A0
Tints of Shady Lady #AB99A0
RGB
CMYK
RGB Variations
Color information
#AB99A0 (or 0xAB99A0) is known color: Shady Lady. HEX triplet: AB, 99 and A0. RGB value is (171,153,160). Sum of RGB (Red+Green+Blue) = 171+153+160=484 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.33% from 484); Green value is 153 (60.16% from 255 or 31.61% from 484); Blue value is 160 (62.89% from 255 or 33.06% from 484); Max value from RGB is 171 - color contains mainly: red. Hex color #AB99A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB99A0 is #54665F. Grayscale: #9F9F9F. Windows color (decimal): -5531232 or 10525099. OLE color: 10525099.
HSL color Cylindrical-coordinate representation of color #AB99A0: hue angle of 336.67º degrees, saturation: 0.1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AB99A0 is Cyan = 0, Magento = 0.11, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 153 | 160 | - |
| CMYK | 0 | 0.11 | 0.06 | 0.33 |
| HSL | 336.67º | 0.1% | 0.64% | - |
| HSV(B) | 336.67º | 0.11% | 0.67% | - |
| XYZ | 34.53 | 33.98 | 38 | - |
| YUV | 159.18 | 128.46 | 136.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 153 | 160 | 0 | 0.11 | 0.06 | 0.33 | 336.67 | 0.1 | 0.64 |
| Hex | AB | 99 | A0 | 0 | B | 6 | 21 | 151 | A | 40 |
| Octal | 253 | 231 | 240 | 0 | 13 | 6 | 41 | 521 | 12 | 100 |
| Binary | 10101011 | 10011001 | 10100000 | 0 | 1011 | 110 | 100001 | 101010001 | 1010 | 1000000 |
Color Harmonies of #AB99A0
Complementary color
Monochromatic Colors of #AB99A0
Black with #AB99A0
Text Example
Text Example
White with #AB99A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB99A0; }
p { color: rgb(171,153,160); }
H1.HeaderClassName
{
color: #AB99A0;
}
.AnyTagClassName
{
color: #AB99A0;
}
</style>
background-color css
<style>
a { background-color: #AB99A0; }
a { background-color: rgb(171,153,160); }
div.DivClassName
{
background-color: #AB99A0;
}
.BgClassName
{
background-color: #AB99A0;
}
</style>
border-color css
<style>
span { border-color: #AB99A0; }
span { border-color: rgb(171,153,160); }
td.TdClassName
{
border-color: #AB99A0;
}
.TagClassName
{
border-color: #AB99A0;
}
</style>