Shades of Shady Lady #AB99A3
Tints of Shady Lady #AB99A3
RGB
CMYK
RGB Variations
Color information
#AB99A3 (or 0xAB99A3) is known color: Shady Lady. HEX triplet: AB, 99 and A3. RGB value is (171,153,163). Sum of RGB (Red+Green+Blue) = 171+153+163=487 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.11% from 487); Green value is 153 (60.16% from 255 or 31.42% from 487); Blue value is 163 (64.06% from 255 or 33.47% from 487); Max value from RGB is 171 - color contains mainly: red. Hex color #AB99A3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB99A3 is #54665C. Grayscale: #9F9F9F. Windows color (decimal): -5531229 or 10721707. OLE color: 10721707.
HSL color Cylindrical-coordinate representation of color #AB99A3: hue angle of 326.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 #AB99A3 is Cyan = 0, Magento = 0.11, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 153 | 163 | - |
| CMYK | 0 | 0.11 | 0.05 | 0.33 |
| HSL | 326.67º | 0.1% | 0.64% | - |
| HSV(B) | 326.67º | 0.11% | 0.67% | - |
| XYZ | 34.8 | 34.08 | 39.4 | - |
| YUV | 159.52 | 129.96 | 136.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 153 | 163 | 0 | 0.11 | 0.05 | 0.33 | 326.67 | 0.1 | 0.64 |
| Hex | AB | 99 | A3 | 0 | B | 5 | 21 | 147 | A | 40 |
| Octal | 253 | 231 | 243 | 0 | 13 | 5 | 41 | 507 | 12 | 100 |
| Binary | 10101011 | 10011001 | 10100011 | 0 | 1011 | 101 | 100001 | 101000111 | 1010 | 1000000 |
Color Harmonies of #AB99A3
Complementary color
Monochromatic Colors of #AB99A3
Black with #AB99A3
Text Example
Text Example
White with #AB99A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB99A3; }
p { color: rgb(171,153,163); }
H1.HeaderClassName
{
color: #AB99A3;
}
.AnyTagClassName
{
color: #AB99A3;
}
</style>
background-color css
<style>
a { background-color: #AB99A3; }
a { background-color: rgb(171,153,163); }
div.DivClassName
{
background-color: #AB99A3;
}
.BgClassName
{
background-color: #AB99A3;
}
</style>
border-color css
<style>
span { border-color: #AB99A3; }
span { border-color: rgb(171,153,163); }
td.TdClassName
{
border-color: #AB99A3;
}
.TagClassName
{
border-color: #AB99A3;
}
</style>