Shades of Shady Lady #ADA8AA
Tints of Shady Lady #ADA8AA
RGB
CMYK
RGB Variations
Color information
#ADA8AA (or 0xADA8AA) is known color: Shady Lady. HEX triplet: AD, A8 and AA. RGB value is (173,168,170). Sum of RGB (Red+Green+Blue) = 173+168+170=511 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.86% from 511); Green value is 168 (66.02% from 255 or 32.88% from 511); Blue value is 170 (66.80% from 255 or 33.27% from 511); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA8AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA8AA is #525755. Grayscale: #A9A9A9. Windows color (decimal): -5396310 or 11184301. OLE color: 11184301.
HSL color Cylindrical-coordinate representation of color #ADA8AA: hue angle of 336º degrees, saturation: 0.03, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #ADA8AA is Cyan = 0, Magento = 0.03, Yellow = 0.02 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 168 | 170 | - |
| CMYK | 0 | 0.03 | 0.02 | 0.32 |
| HSL | 336º | 0.03% | 0.67% | - |
| HSV(B) | 336º | 0.03% | 0.68% | - |
| XYZ | 38.49 | 39.79 | 43.68 | - |
| YUV | 169.72 | 128.16 | 130.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 168 | 170 | 0 | 0.03 | 0.02 | 0.32 | 336 | 0.03 | 0.67 |
| Hex | AD | A8 | AA | 0 | 3 | 2 | 20 | 150 | 3 | 43 |
| Octal | 255 | 250 | 252 | 0 | 3 | 2 | 40 | 520 | 3 | 103 |
| Binary | 10101101 | 10101000 | 10101010 | 0 | 11 | 10 | 100000 | 101010000 | 11 | 1000011 |
Color Harmonies of #ADA8AA
Complementary color
Monochromatic Colors of #ADA8AA
Black with #ADA8AA
Text Example
Text Example
White with #ADA8AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA8AA; }
p { color: rgb(173,168,170); }
H1.HeaderClassName
{
color: #ADA8AA;
}
.AnyTagClassName
{
color: #ADA8AA;
}
</style>
background-color css
<style>
a { background-color: #ADA8AA; }
a { background-color: rgb(173,168,170); }
div.DivClassName
{
background-color: #ADA8AA;
}
.BgClassName
{
background-color: #ADA8AA;
}
</style>
border-color css
<style>
span { border-color: #ADA8AA; }
span { border-color: rgb(173,168,170); }
td.TdClassName
{
border-color: #ADA8AA;
}
.TagClassName
{
border-color: #ADA8AA;
}
</style>