Shades of Shady Lady #ADA4A6
Tints of Shady Lady #ADA4A6
RGB
CMYK
RGB Variations
Color information
#ADA4A6 (or 0xADA4A6) is known color: Shady Lady. HEX triplet: AD, A4 and A6. RGB value is (173,164,166). Sum of RGB (Red+Green+Blue) = 173+164+166=503 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.39% from 503); Green value is 164 (64.45% from 255 or 32.60% from 503); Blue value is 166 (65.23% from 255 or 33.00% from 503); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA4A6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA4A6 is #525B59. Grayscale: #A6A6A6. Windows color (decimal): -5397338 or 10921133. OLE color: 10921133.
HSL color Cylindrical-coordinate representation of color #ADA4A6: hue angle of 346.67º degrees, saturation: 0.05, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #ADA4A6 is Cyan = 0, Magento = 0.05, Yellow = 0.04 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 164 | 166 | - |
| CMYK | 0 | 0.05 | 0.04 | 0.32 |
| HSL | 346.67º | 0.05% | 0.66% | - |
| HSV(B) | 346.67º | 0.05% | 0.68% | - |
| XYZ | 37.39 | 38.19 | 41.48 | - |
| YUV | 166.92 | 127.48 | 132.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 164 | 166 | 0 | 0.05 | 0.04 | 0.32 | 346.67 | 0.05 | 0.66 |
| Hex | AD | A4 | A6 | 0 | 5 | 4 | 20 | 15B | 5 | 42 |
| Octal | 255 | 244 | 246 | 0 | 5 | 4 | 40 | 533 | 5 | 102 |
| Binary | 10101101 | 10100100 | 10100110 | 0 | 101 | 100 | 100000 | 101011011 | 101 | 1000010 |
Color Harmonies of #ADA4A6
Complementary color
Monochromatic Colors of #ADA4A6
Black with #ADA4A6
Text Example
Text Example
White with #ADA4A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA4A6; }
p { color: rgb(173,164,166); }
H1.HeaderClassName
{
color: #ADA4A6;
}
.AnyTagClassName
{
color: #ADA4A6;
}
</style>
background-color css
<style>
a { background-color: #ADA4A6; }
a { background-color: rgb(173,164,166); }
div.DivClassName
{
background-color: #ADA4A6;
}
.BgClassName
{
background-color: #ADA4A6;
}
</style>
border-color css
<style>
span { border-color: #ADA4A6; }
span { border-color: rgb(173,164,166); }
td.TdClassName
{
border-color: #ADA4A6;
}
.TagClassName
{
border-color: #ADA4A6;
}
</style>