Shades of Shady Lady #AB9AA3
Tints of Shady Lady #AB9AA3
RGB
CMYK
RGB Variations
Color information
#AB9AA3 (or 0xAB9AA3) is known color: Shady Lady. HEX triplet: AB, 9A and A3. RGB value is (171,154,163). Sum of RGB (Red+Green+Blue) = 171+154+163=488 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.04% from 488); Green value is 154 (60.55% from 255 or 31.56% from 488); Blue value is 163 (64.06% from 255 or 33.40% from 488); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9AA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9AA3 is #54655C. Grayscale: #A0A0A0. Windows color (decimal): -5530973 or 10721963. OLE color: 10721963.
HSL color Cylindrical-coordinate representation of color #AB9AA3: hue angle of 328.24º degrees, saturation: 0.09, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AB9AA3 is Cyan = 0, Magento = 0.10, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 154 | 163 | - |
| CMYK | 0 | 0.10 | 0.05 | 0.33 |
| HSL | 328.24º | 0.09% | 0.64% | - |
| HSV(B) | 328.24º | 0.1% | 0.67% | - |
| XYZ | 34.96 | 34.41 | 39.45 | - |
| YUV | 160.11 | 129.63 | 135.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 154 | 163 | 0 | 0.10 | 0.05 | 0.33 | 328.24 | 0.09 | 0.64 |
| Hex | AB | 9A | A3 | 0 | A | 5 | 21 | 148 | 9 | 40 |
| Octal | 253 | 232 | 243 | 0 | 12 | 5 | 41 | 510 | 11 | 100 |
| Binary | 10101011 | 10011010 | 10100011 | 0 | 1010 | 101 | 100001 | 101001000 | 1001 | 1000000 |
Color Harmonies of #AB9AA3
Complementary color
Monochromatic Colors of #AB9AA3
Black with #AB9AA3
Text Example
Text Example
White with #AB9AA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9AA3; }
p { color: rgb(171,154,163); }
H1.HeaderClassName
{
color: #AB9AA3;
}
.AnyTagClassName
{
color: #AB9AA3;
}
</style>
background-color css
<style>
a { background-color: #AB9AA3; }
a { background-color: rgb(171,154,163); }
div.DivClassName
{
background-color: #AB9AA3;
}
.BgClassName
{
background-color: #AB9AA3;
}
</style>
border-color css
<style>
span { border-color: #AB9AA3; }
span { border-color: rgb(171,154,163); }
td.TdClassName
{
border-color: #AB9AA3;
}
.TagClassName
{
border-color: #AB9AA3;
}
</style>