Shades of Shady Lady #ABA8A9
Tints of Shady Lady #ABA8A9
RGB
CMYK
RGB Variations
Color information
#ABA8A9 (or 0xABA8A9) is known color: Shady Lady. HEX triplet: AB, A8 and A9. RGB value is (171,168,169). Sum of RGB (Red+Green+Blue) = 171+168+169=508 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.66% from 508); Green value is 168 (66.02% from 255 or 33.07% from 508); Blue value is 169 (66.41% from 255 or 33.27% from 508); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA8A9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA8A9 is #545756. Grayscale: #A9A9A9. Windows color (decimal): -5527383 or 11118763. OLE color: 11118763.
HSL color Cylindrical-coordinate representation of color #ABA8A9: hue angle of 340º degrees, saturation: 0.02, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #ABA8A9 is Cyan = 0, Magento = 0.02, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 168 | 169 | - |
| CMYK | 0 | 0.02 | 0.01 | 0.33 |
| HSL | 340º | 0.02% | 0.66% | - |
| HSV(B) | 340º | 0.02% | 0.67% | - |
| XYZ | 37.96 | 39.53 | 43.17 | - |
| YUV | 169.01 | 127.99 | 129.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 168 | 169 | 0 | 0.02 | 0.01 | 0.33 | 340 | 0.02 | 0.66 |
| Hex | AB | A8 | A9 | 0 | 2 | 1 | 21 | 154 | 2 | 42 |
| Octal | 253 | 250 | 251 | 0 | 2 | 1 | 41 | 524 | 2 | 102 |
| Binary | 10101011 | 10101000 | 10101001 | 0 | 10 | 1 | 100001 | 101010100 | 10 | 1000010 |
Color Harmonies of #ABA8A9
Complementary color
Monochromatic Colors of #ABA8A9
Black with #ABA8A9
Text Example
Text Example
White with #ABA8A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA8A9; }
p { color: rgb(171,168,169); }
H1.HeaderClassName
{
color: #ABA8A9;
}
.AnyTagClassName
{
color: #ABA8A9;
}
</style>
background-color css
<style>
a { background-color: #ABA8A9; }
a { background-color: rgb(171,168,169); }
div.DivClassName
{
background-color: #ABA8A9;
}
.BgClassName
{
background-color: #ABA8A9;
}
</style>
border-color css
<style>
span { border-color: #ABA8A9; }
span { border-color: rgb(171,168,169); }
td.TdClassName
{
border-color: #ABA8A9;
}
.TagClassName
{
border-color: #ABA8A9;
}
</style>