Shades of Shady Lady #ABA1A6
Tints of Shady Lady #ABA1A6
RGB
CMYK
RGB Variations
Color information
#ABA1A6 (or 0xABA1A6) is known color: Shady Lady. HEX triplet: AB, A1 and A6. RGB value is (171,161,166). Sum of RGB (Red+Green+Blue) = 171+161+166=498 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.34% from 498); Green value is 161 (63.28% from 255 or 32.33% from 498); Blue value is 166 (65.23% from 255 or 33.33% from 498); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA1A6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA1A6 is #545E59. Grayscale: #A4A4A4. Windows color (decimal): -5529178 or 10920363. OLE color: 10920363.
HSL color Cylindrical-coordinate representation of color #ABA1A6: hue angle of 330º degrees, saturation: 0.06, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #ABA1A6 is Cyan = 0, Magento = 0.06, Yellow = 0.03 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 161 | 166 | - |
| CMYK | 0 | 0.06 | 0.03 | 0.33 |
| HSL | 330º | 0.06% | 0.65% | - |
| HSV(B) | 330º | 0.06% | 0.67% | - |
| XYZ | 36.42 | 36.9 | 41.28 | - |
| YUV | 164.56 | 128.81 | 132.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 161 | 166 | 0 | 0.06 | 0.03 | 0.33 | 330 | 0.06 | 0.65 |
| Hex | AB | A1 | A6 | 0 | 6 | 3 | 21 | 14A | 6 | 41 |
| Octal | 253 | 241 | 246 | 0 | 6 | 3 | 41 | 512 | 6 | 101 |
| Binary | 10101011 | 10100001 | 10100110 | 0 | 110 | 11 | 100001 | 101001010 | 110 | 1000001 |
Color Harmonies of #ABA1A6
Complementary color
Monochromatic Colors of #ABA1A6
Black with #ABA1A6
Text Example
Text Example
White with #ABA1A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA1A6; }
p { color: rgb(171,161,166); }
H1.HeaderClassName
{
color: #ABA1A6;
}
.AnyTagClassName
{
color: #ABA1A6;
}
</style>
background-color css
<style>
a { background-color: #ABA1A6; }
a { background-color: rgb(171,161,166); }
div.DivClassName
{
background-color: #ABA1A6;
}
.BgClassName
{
background-color: #ABA1A6;
}
</style>
border-color css
<style>
span { border-color: #ABA1A6; }
span { border-color: rgb(171,161,166); }
td.TdClassName
{
border-color: #ABA1A6;
}
.TagClassName
{
border-color: #ABA1A6;
}
</style>