Shades of Shady Lady #ADA1A8
Tints of Shady Lady #ADA1A8
RGB
CMYK
RGB Variations
Color information
#ADA1A8 (or 0xADA1A8) is known color: Shady Lady. HEX triplet: AD, A1 and A8. RGB value is (173,161,168). Sum of RGB (Red+Green+Blue) = 173+161+168=502 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.46% from 502); Green value is 161 (63.28% from 255 or 32.07% from 502); Blue value is 168 (66.02% from 255 or 33.47% from 502); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA1A8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA1A8 is #525E57. Grayscale: #A5A5A5. Windows color (decimal): -5398104 or 11051437. OLE color: 11051437.
HSL color Cylindrical-coordinate representation of color #ADA1A8: hue angle of 325º degrees, saturation: 0.07, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #ADA1A8 is Cyan = 0, Magento = 0.07, Yellow = 0.03 and Black (K on CMYK) = 0.32.
Color convert
RGB | 173 | 161 | 168 | - |
CMYK | 0 | 0.07 | 0.03 | 0.32 |
HSL | 325º | 0.07% | 0.65% | - |
HSV(B) | 325º | 0.07% | 0.68% | - |
XYZ | 37.05 | 37.2 | 42.27 | - |
YUV | 165.39 | 129.48 | 133.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 161 | 168 | 0 | 0.07 | 0.03 | 0.32 | 325 | 0.07 | 0.65 |
Hex | AD | A1 | A8 | 0 | 7 | 3 | 20 | 145 | 7 | 41 |
Octal | 255 | 241 | 250 | 0 | 7 | 3 | 40 | 505 | 7 | 101 |
Binary | 10101101 | 10100001 | 10101000 | 0 | 111 | 11 | 100000 | 101000101 | 111 | 1000001 |
Color Harmonies of #ADA1A8
Complementary color
Monochromatic Colors of #ADA1A8
Black with #ADA1A8
Text Example
Text Example
White with #ADA1A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA1A8; }
p { color: rgb(173,161,168); }
H1.HeaderClassName
{
color: #ADA1A8;
}
.AnyTagClassName
{
color: #ADA1A8;
}
</style>
background-color css
<style>
a { background-color: #ADA1A8; }
a { background-color: rgb(173,161,168); }
div.DivClassName
{
background-color: #ADA1A8;
}
.BgClassName
{
background-color: #ADA1A8;
}
</style>
border-color css
<style>
span { border-color: #ADA1A8; }
span { border-color: rgb(173,161,168); }
td.TdClassName
{
border-color: #ADA1A8;
}
.TagClassName
{
border-color: #ADA1A8;
}
</style>