Shades of Shady Lady #AD9DA1
Tints of Shady Lady #AD9DA1
RGB
CMYK
RGB Variations
Color information
#AD9DA1 (or 0xAD9DA1) is known color: Shady Lady. HEX triplet: AD, 9D and A1. RGB value is (173,157,161). Sum of RGB (Red+Green+Blue) = 173+157+161=491 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.23% from 491); Green value is 157 (61.72% from 255 or 31.98% from 491); Blue value is 161 (63.28% from 255 or 32.79% from 491); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9DA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9DA1 is #52625E. Grayscale: #A2A2A2. Windows color (decimal): -5399135 or 10591661. OLE color: 10591661.
HSL color Cylindrical-coordinate representation of color #AD9DA1: hue angle of 345º degrees, saturation: 0.09, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #AD9DA1 is Cyan = 0, Magento = 0.09, Yellow = 0.07 and Black (K on CMYK) = 0.32.
Color convert
RGB | 173 | 157 | 161 | - |
CMYK | 0 | 0.09 | 0.07 | 0.32 |
HSL | 345º | 0.09% | 0.65% | - |
HSV(B) | 345º | 0.09% | 0.68% | - |
XYZ | 35.72 | 35.57 | 38.7 | - |
YUV | 162.24 | 127.3 | 135.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 157 | 161 | 0 | 0.09 | 0.07 | 0.32 | 345 | 0.09 | 0.65 |
Hex | AD | 9D | A1 | 0 | 9 | 7 | 20 | 159 | 9 | 41 |
Octal | 255 | 235 | 241 | 0 | 11 | 7 | 40 | 531 | 11 | 101 |
Binary | 10101101 | 10011101 | 10100001 | 0 | 1001 | 111 | 100000 | 101011001 | 1001 | 1000001 |
Color Harmonies of #AD9DA1
Complementary color
Monochromatic Colors of #AD9DA1
Black with #AD9DA1
Text Example
Text Example
White with #AD9DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9DA1; }
p { color: rgb(173,157,161); }
H1.HeaderClassName
{
color: #AD9DA1;
}
.AnyTagClassName
{
color: #AD9DA1;
}
</style>
background-color css
<style>
a { background-color: #AD9DA1; }
a { background-color: rgb(173,157,161); }
div.DivClassName
{
background-color: #AD9DA1;
}
.BgClassName
{
background-color: #AD9DA1;
}
</style>
border-color css
<style>
span { border-color: #AD9DA1; }
span { border-color: rgb(173,157,161); }
td.TdClassName
{
border-color: #AD9DA1;
}
.TagClassName
{
border-color: #AD9DA1;
}
</style>