Shades of Shady Lady #AB9FA3
Tints of Shady Lady #AB9FA3
RGB
CMYK
RGB Variations
Color information
#AB9FA3 (or 0xAB9FA3) is known color: Shady Lady. HEX triplet: AB, 9F and A3. RGB value is (171,159,163). Sum of RGB (Red+Green+Blue) = 171+159+163=493 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.69% from 493); Green value is 159 (62.5% from 255 or 32.25% from 493); Blue value is 163 (64.06% from 255 or 33.06% from 493); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9FA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9FA3 is #54605C. Grayscale: #A3A3A3. Windows color (decimal): -5529693 or 10723243. OLE color: 10723243.
HSL color Cylindrical-coordinate representation of color #AB9FA3: hue angle of 340º degrees, saturation: 0.07, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #AB9FA3 is Cyan = 0, Magento = 0.07, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 159 | 163 | - |
| CMYK | 0 | 0.07 | 0.05 | 0.33 |
| HSL | 340º | 0.07% | 0.65% | - |
| HSV(B) | 340º | 0.07% | 0.67% | - |
| XYZ | 35.8 | 36.1 | 39.73 | - |
| YUV | 163.04 | 127.98 | 133.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 159 | 163 | 0 | 0.07 | 0.05 | 0.33 | 340 | 0.07 | 0.65 |
| Hex | AB | 9F | A3 | 0 | 7 | 5 | 21 | 154 | 7 | 41 |
| Octal | 253 | 237 | 243 | 0 | 7 | 5 | 41 | 524 | 7 | 101 |
| Binary | 10101011 | 10011111 | 10100011 | 0 | 111 | 101 | 100001 | 101010100 | 111 | 1000001 |
Color Harmonies of #AB9FA3
Complementary color
Monochromatic Colors of #AB9FA3
Black with #AB9FA3
Text Example
Text Example
White with #AB9FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9FA3; }
p { color: rgb(171,159,163); }
H1.HeaderClassName
{
color: #AB9FA3;
}
.AnyTagClassName
{
color: #AB9FA3;
}
</style>
background-color css
<style>
a { background-color: #AB9FA3; }
a { background-color: rgb(171,159,163); }
div.DivClassName
{
background-color: #AB9FA3;
}
.BgClassName
{
background-color: #AB9FA3;
}
</style>
border-color css
<style>
span { border-color: #AB9FA3; }
span { border-color: rgb(171,159,163); }
td.TdClassName
{
border-color: #AB9FA3;
}
.TagClassName
{
border-color: #AB9FA3;
}
</style>