Shades of Shady Lady #ADA9AA
Tints of Shady Lady #ADA9AA
RGB
CMYK
RGB Variations
Color information
#ADA9AA (or 0xADA9AA) is known color: Shady Lady. HEX triplet: AD, A9 and AA. RGB value is (173,169,170). Sum of RGB (Red+Green+Blue) = 173+169+170=512 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.79% from 512); Green value is 169 (66.41% from 255 or 33.01% from 512); Blue value is 170 (66.80% from 255 or 33.20% from 512); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA9AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA9AA is #525655. Grayscale: #AAAAAA. Windows color (decimal): -5396054 or 11184557. OLE color: 11184557.
HSL color Cylindrical-coordinate representation of color #ADA9AA: hue angle of 345º degrees, saturation: 0.02, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #ADA9AA is Cyan = 0, Magento = 0.02, Yellow = 0.02 and Black (K on CMYK) = 0.32.
Color convert
RGB | 173 | 169 | 170 | - |
CMYK | 0 | 0.02 | 0.02 | 0.32 |
HSL | 345º | 0.02% | 0.67% | - |
HSV(B) | 345º | 0.02% | 0.68% | - |
XYZ | 38.68 | 40.16 | 43.74 | - |
YUV | 170.31 | 127.83 | 129.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 169 | 170 | 0 | 0.02 | 0.02 | 0.32 | 345 | 0.02 | 0.67 |
Hex | AD | A9 | AA | 0 | 2 | 2 | 20 | 159 | 2 | 43 |
Octal | 255 | 251 | 252 | 0 | 2 | 2 | 40 | 531 | 2 | 103 |
Binary | 10101101 | 10101001 | 10101010 | 0 | 10 | 10 | 100000 | 101011001 | 10 | 1000011 |
Color Harmonies of #ADA9AA
Complementary color
Monochromatic Colors of #ADA9AA
Black with #ADA9AA
Text Example
Text Example
White with #ADA9AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA9AA; }
p { color: rgb(173,169,170); }
H1.HeaderClassName
{
color: #ADA9AA;
}
.AnyTagClassName
{
color: #ADA9AA;
}
</style>
background-color css
<style>
a { background-color: #ADA9AA; }
a { background-color: rgb(173,169,170); }
div.DivClassName
{
background-color: #ADA9AA;
}
.BgClassName
{
background-color: #ADA9AA;
}
</style>
border-color css
<style>
span { border-color: #ADA9AA; }
span { border-color: rgb(173,169,170); }
td.TdClassName
{
border-color: #ADA9AA;
}
.TagClassName
{
border-color: #ADA9AA;
}
</style>