Shades of Shady Lady #ABA4A7
Tints of Shady Lady #ABA4A7
RGB
CMYK
RGB Variations
Color information
#ABA4A7 (or 0xABA4A7) is known color: Shady Lady. HEX triplet: AB, A4 and A7. RGB value is (171,164,167). Sum of RGB (Red+Green+Blue) = 171+164+167=502 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.06% from 502); Green value is 164 (64.45% from 255 or 32.67% from 502); Blue value is 167 (65.62% from 255 or 33.27% from 502); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA4A7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA4A7 is #545B58. Grayscale: #A6A6A6. Windows color (decimal): -5528409 or 10986667. OLE color: 10986667.
HSL color Cylindrical-coordinate representation of color #ABA4A7: hue angle of 334.29º degrees, saturation: 0.04, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #ABA4A7 is Cyan = 0, Magento = 0.04, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 164 | 167 | - |
| CMYK | 0 | 0.04 | 0.02 | 0.33 |
| HSL | 334.29º | 0.04% | 0.66% | - |
| HSV(B) | 334.29º | 0.04% | 0.67% | - |
| XYZ | 37.05 | 38 | 41.94 | - |
| YUV | 166.44 | 128.32 | 131.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 164 | 167 | 0 | 0.04 | 0.02 | 0.33 | 334.29 | 0.04 | 0.66 |
| Hex | AB | A4 | A7 | 0 | 4 | 2 | 21 | 14E | 4 | 42 |
| Octal | 253 | 244 | 247 | 0 | 4 | 2 | 41 | 516 | 4 | 102 |
| Binary | 10101011 | 10100100 | 10100111 | 0 | 100 | 10 | 100001 | 101001110 | 100 | 1000010 |
Color Harmonies of #ABA4A7
Complementary color
Monochromatic Colors of #ABA4A7
Black with #ABA4A7
Text Example
Text Example
White with #ABA4A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA4A7; }
p { color: rgb(171,164,167); }
H1.HeaderClassName
{
color: #ABA4A7;
}
.AnyTagClassName
{
color: #ABA4A7;
}
</style>
background-color css
<style>
a { background-color: #ABA4A7; }
a { background-color: rgb(171,164,167); }
div.DivClassName
{
background-color: #ABA4A7;
}
.BgClassName
{
background-color: #ABA4A7;
}
</style>
border-color css
<style>
span { border-color: #ABA4A7; }
span { border-color: rgb(171,164,167); }
td.TdClassName
{
border-color: #ABA4A7;
}
.TagClassName
{
border-color: #ABA4A7;
}
</style>