Shades of Shady Lady #ABA8AA
Tints of Shady Lady #ABA8AA
RGB
CMYK
RGB Variations
Color information
#ABA8AA (or 0xABA8AA) is known color: Shady Lady. HEX triplet: AB, A8 and AA. RGB value is (171,168,170). Sum of RGB (Red+Green+Blue) = 171+168+170=509 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.60% from 509); Green value is 168 (66.02% from 255 or 33.01% from 509); Blue value is 170 (66.80% from 255 or 33.40% from 509); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA8AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA8AA is #545755. Grayscale: #A9A9A9. Windows color (decimal): -5527382 or 11184299. OLE color: 11184299.
HSL color Cylindrical-coordinate representation of color #ABA8AA: hue angle of 320º 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 #ABA8AA is Cyan = 0, Magento = 0.02, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 168 | 170 | - |
| CMYK | 0 | 0.02 | 0.01 | 0.33 |
| HSL | 320º | 0.02% | 0.66% | - |
| HSV(B) | 320º | 0.02% | 0.67% | - |
| XYZ | 38.05 | 39.57 | 43.66 | - |
| YUV | 169.13 | 128.49 | 129.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 168 | 170 | 0 | 0.02 | 0.01 | 0.33 | 320 | 0.02 | 0.66 |
| Hex | AB | A8 | AA | 0 | 2 | 1 | 21 | 140 | 2 | 42 |
| Octal | 253 | 250 | 252 | 0 | 2 | 1 | 41 | 500 | 2 | 102 |
| Binary | 10101011 | 10101000 | 10101010 | 0 | 10 | 1 | 100001 | 101000000 | 10 | 1000010 |
Color Harmonies of #ABA8AA
Complementary color
Monochromatic Colors of #ABA8AA
Black with #ABA8AA
Text Example
Text Example
White with #ABA8AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA8AA; }
p { color: rgb(171,168,170); }
H1.HeaderClassName
{
color: #ABA8AA;
}
.AnyTagClassName
{
color: #ABA8AA;
}
</style>
background-color css
<style>
a { background-color: #ABA8AA; }
a { background-color: rgb(171,168,170); }
div.DivClassName
{
background-color: #ABA8AA;
}
.BgClassName
{
background-color: #ABA8AA;
}
</style>
border-color css
<style>
span { border-color: #ABA8AA; }
span { border-color: rgb(171,168,170); }
td.TdClassName
{
border-color: #ABA8AA;
}
.TagClassName
{
border-color: #ABA8AA;
}
</style>