Shades of Shady Lady #ADA2A6
Tints of Shady Lady #ADA2A6
RGB
CMYK
RGB Variations
Color information
#ADA2A6 (or 0xADA2A6) is known color: Shady Lady. HEX triplet: AD, A2 and A6. RGB value is (173,162,166). Sum of RGB (Red+Green+Blue) = 173+162+166=501 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.53% from 501); Green value is 162 (63.67% from 255 or 32.34% from 501); Blue value is 166 (65.23% from 255 or 33.13% from 501); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA2A6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA2A6 is #525D59. Grayscale: #A5A5A5. Windows color (decimal): -5397850 or 10920621. OLE color: 10920621.
HSL color Cylindrical-coordinate representation of color #ADA2A6: hue angle of 338.18º degrees, saturation: 0.06, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #ADA2A6 is Cyan = 0, Magento = 0.06, Yellow = 0.04 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 162 | 166 | - |
| CMYK | 0 | 0.06 | 0.04 | 0.32 |
| HSL | 338.18º | 0.06% | 0.66% | - |
| HSV(B) | 338.18º | 0.06% | 0.68% | - |
| XYZ | 37.04 | 37.48 | 41.36 | - |
| YUV | 165.75 | 128.14 | 133.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 162 | 166 | 0 | 0.06 | 0.04 | 0.32 | 338.18 | 0.06 | 0.66 |
| Hex | AD | A2 | A6 | 0 | 6 | 4 | 20 | 152 | 6 | 42 |
| Octal | 255 | 242 | 246 | 0 | 6 | 4 | 40 | 522 | 6 | 102 |
| Binary | 10101101 | 10100010 | 10100110 | 0 | 110 | 100 | 100000 | 101010010 | 110 | 1000010 |
Color Harmonies of #ADA2A6
Complementary color
Monochromatic Colors of #ADA2A6
Black with #ADA2A6
Text Example
Text Example
White with #ADA2A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA2A6; }
p { color: rgb(173,162,166); }
H1.HeaderClassName
{
color: #ADA2A6;
}
.AnyTagClassName
{
color: #ADA2A6;
}
</style>
background-color css
<style>
a { background-color: #ADA2A6; }
a { background-color: rgb(173,162,166); }
div.DivClassName
{
background-color: #ADA2A6;
}
.BgClassName
{
background-color: #ADA2A6;
}
</style>
border-color css
<style>
span { border-color: #ADA2A6; }
span { border-color: rgb(173,162,166); }
td.TdClassName
{
border-color: #ADA2A6;
}
.TagClassName
{
border-color: #ADA2A6;
}
</style>