Shades of Wistful #ADA6C6
Tints of Wistful #ADA6C6
RGB
CMYK
RGB Variations
Color information
#ADA6C6 (or 0xADA6C6) is known color: Wistful. HEX triplet: AD, A6 and C6. RGB value is (173,166,198). Sum of RGB (Red+Green+Blue) = 173+166+198=537 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.22% from 537); Green value is 166 (65.23% from 255 or 30.91% from 537); Blue value is 198 (77.73% from 255 or 36.87% from 537); Max value from RGB is 198 - color contains mainly: blue. Hex color #ADA6C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA6C6 is #525939. Grayscale: #ABABAB. Windows color (decimal): -5396794 or 13018797. OLE color: 13018797.
HSL color Cylindrical-coordinate representation of color #ADA6C6: hue angle of 253.12º degrees, saturation: 0.22, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ADA6C6 is Cyan = 0.13, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 173 | 166 | 198 | - |
| CMYK | 0.13 | 0.16 | 0 | 0.22 |
| HSL | 253.13º | 0.22% | 0.71% | - |
| HSV(B) | 253.13º | 0.16% | 0.78% | - |
| XYZ | 41.06 | 40.23 | 59.03 | - |
| YUV | 171.74 | 142.82 | 128.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 166 | 198 | 0.13 | 0.16 | 0 | 0.22 | 253.13 | 0.22 | 0.71 |
| Hex | AD | A6 | C6 | D | 10 | 0 | 16 | FD | 16 | 47 |
| Octal | 255 | 246 | 306 | 15 | 20 | 0 | 26 | 375 | 26 | 107 |
| Binary | 10101101 | 10100110 | 11000110 | 1101 | 10000 | 0 | 10110 | 11111101 | 10110 | 1000111 |
Color Harmonies of #ADA6C6
Complementary color
Monochromatic Colors of #ADA6C6
Black with #ADA6C6
Text Example
Text Example
White with #ADA6C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA6C6; }
p { color: rgb(173,166,198); }
H1.HeaderClassName
{
color: #ADA6C6;
}
.AnyTagClassName
{
color: #ADA6C6;
}
</style>
background-color css
<style>
a { background-color: #ADA6C6; }
a { background-color: rgb(173,166,198); }
div.DivClassName
{
background-color: #ADA6C6;
}
.BgClassName
{
background-color: #ADA6C6;
}
</style>
border-color css
<style>
span { border-color: #ADA6C6; }
span { border-color: rgb(173,166,198); }
td.TdClassName
{
border-color: #ADA6C6;
}
.TagClassName
{
border-color: #ADA6C6;
}
</style>