Shades of Shady Lady #ABA2A7
Tints of Shady Lady #ABA2A7
RGB
CMYK
RGB Variations
Color information
#ABA2A7 (or 0xABA2A7) is known color: Shady Lady. HEX triplet: AB, A2 and A7. RGB value is (171,162,167). Sum of RGB (Red+Green+Blue) = 171+162+167=500 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.2% from 500); Green value is 162 (63.67% from 255 or 32.4% from 500); Blue value is 167 (65.62% from 255 or 33.4% from 500); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA2A7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA2A7 is #545D58. Grayscale: #A5A5A5. Windows color (decimal): -5528921 or 10986155. OLE color: 10986155.
HSL color Cylindrical-coordinate representation of color #ABA2A7: hue angle of 326.67º degrees, saturation: 0.05, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #ABA2A7 is Cyan = 0, Magento = 0.05, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 162 | 167 | - |
| CMYK | 0 | 0.05 | 0.02 | 0.33 |
| HSL | 326.67º | 0.05% | 0.65% | - |
| HSV(B) | 326.67º | 0.05% | 0.67% | - |
| XYZ | 36.69 | 37.29 | 41.82 | - |
| YUV | 165.26 | 128.98 | 132.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 162 | 167 | 0 | 0.05 | 0.02 | 0.33 | 326.67 | 0.05 | 0.65 |
| Hex | AB | A2 | A7 | 0 | 5 | 2 | 21 | 147 | 5 | 41 |
| Octal | 253 | 242 | 247 | 0 | 5 | 2 | 41 | 507 | 5 | 101 |
| Binary | 10101011 | 10100010 | 10100111 | 0 | 101 | 10 | 100001 | 101000111 | 101 | 1000001 |
Color Harmonies of #ABA2A7
Complementary color
Monochromatic Colors of #ABA2A7
Black with #ABA2A7
Text Example
Text Example
White with #ABA2A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA2A7; }
p { color: rgb(171,162,167); }
H1.HeaderClassName
{
color: #ABA2A7;
}
.AnyTagClassName
{
color: #ABA2A7;
}
</style>
background-color css
<style>
a { background-color: #ABA2A7; }
a { background-color: rgb(171,162,167); }
div.DivClassName
{
background-color: #ABA2A7;
}
.BgClassName
{
background-color: #ABA2A7;
}
</style>
border-color css
<style>
span { border-color: #ABA2A7; }
span { border-color: rgb(171,162,167); }
td.TdClassName
{
border-color: #ABA2A7;
}
.TagClassName
{
border-color: #ABA2A7;
}
</style>