Shades of Shady Lady #ABA7A8
Tints of Shady Lady #ABA7A8
RGB
CMYK
RGB Variations
Color information
#ABA7A8 (or 0xABA7A8) is known color: Shady Lady. HEX triplet: AB, A7 and A8. RGB value is (171,167,168). Sum of RGB (Red+Green+Blue) = 171+167+168=506 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.79% from 506); Green value is 167 (65.62% from 255 or 33.00% from 506); Blue value is 168 (66.02% from 255 or 33.20% from 506); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA7A8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA7A8 is #545857. Grayscale: #A8A8A8. Windows color (decimal): -5527640 or 11052971. OLE color: 11052971.
HSL color Cylindrical-coordinate representation of color #ABA7A8: hue angle of 345º 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 #ABA7A8 is Cyan = 0, Magento = 0.02, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
RGB | 171 | 167 | 168 | - |
CMYK | 0 | 0.02 | 0.02 | 0.33 |
HSL | 345º | 0.02% | 0.66% | - |
HSV(B) | 345º | 0.02% | 0.67% | - |
XYZ | 37.68 | 39.12 | 42.61 | - |
YUV | 168.31 | 127.83 | 129.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 171 | 167 | 168 | 0 | 0.02 | 0.02 | 0.33 | 345 | 0.02 | 0.66 |
Hex | AB | A7 | A8 | 0 | 2 | 2 | 21 | 159 | 2 | 42 |
Octal | 253 | 247 | 250 | 0 | 2 | 2 | 41 | 531 | 2 | 102 |
Binary | 10101011 | 10100111 | 10101000 | 0 | 10 | 10 | 100001 | 101011001 | 10 | 1000010 |
Color Harmonies of #ABA7A8
Complementary color
Monochromatic Colors of #ABA7A8
Black with #ABA7A8
Text Example
Text Example
White with #ABA7A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA7A8; }
p { color: rgb(171,167,168); }
H1.HeaderClassName
{
color: #ABA7A8;
}
.AnyTagClassName
{
color: #ABA7A8;
}
</style>
background-color css
<style>
a { background-color: #ABA7A8; }
a { background-color: rgb(171,167,168); }
div.DivClassName
{
background-color: #ABA7A8;
}
.BgClassName
{
background-color: #ABA7A8;
}
</style>
border-color css
<style>
span { border-color: #ABA7A8; }
span { border-color: rgb(171,167,168); }
td.TdClassName
{
border-color: #ABA7A8;
}
.TagClassName
{
border-color: #ABA7A8;
}
</style>