Shades of Wistful #ADA8C0
Tints of Wistful #ADA8C0
RGB
CMYK
RGB Variations
Color information
#ADA8C0 (or 0xADA8C0) is known color: Wistful. HEX triplet: AD, A8 and C0. RGB value is (173,168,192). Sum of RGB (Red+Green+Blue) = 173+168+192=533 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.46% from 533); Green value is 168 (66.02% from 255 or 31.52% from 533); Blue value is 192 (75.39% from 255 or 36.02% from 533); Max value from RGB is 192 - color contains mainly: blue. Hex color #ADA8C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA8C0 is #52573F. Grayscale: #ACACAC. Windows color (decimal): -5396288 or 12626093. OLE color: 12626093.
HSL color Cylindrical-coordinate representation of color #ADA8C0: hue angle of 252.5º degrees, saturation: 0.16, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ADA8C0 is Cyan = 0.10, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 173 | 168 | 192 | - |
| CMYK | 0.10 | 0.12 | 0 | 0.25 |
| HSL | 252.5º | 0.16% | 0.71% | - |
| HSV(B) | 252.5º | 0.13% | 0.75% | - |
| XYZ | 40.75 | 40.7 | 55.58 | - |
| YUV | 172.23 | 139.16 | 128.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 168 | 192 | 0.10 | 0.12 | 0 | 0.25 | 252.5 | 0.16 | 0.71 |
| Hex | AD | A8 | C0 | A | C | 0 | 19 | FD | 10 | 47 |
| Octal | 255 | 250 | 300 | 12 | 14 | 0 | 31 | 375 | 20 | 107 |
| Binary | 10101101 | 10101000 | 11000000 | 1010 | 1100 | 0 | 11001 | 11111101 | 10000 | 1000111 |
Color Harmonies of #ADA8C0
Complementary color
Monochromatic Colors of #ADA8C0
Black with #ADA8C0
Text Example
Text Example
White with #ADA8C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA8C0; }
p { color: rgb(173,168,192); }
H1.HeaderClassName
{
color: #ADA8C0;
}
.AnyTagClassName
{
color: #ADA8C0;
}
</style>
background-color css
<style>
a { background-color: #ADA8C0; }
a { background-color: rgb(173,168,192); }
div.DivClassName
{
background-color: #ADA8C0;
}
.BgClassName
{
background-color: #ADA8C0;
}
</style>
border-color css
<style>
span { border-color: #ADA8C0; }
span { border-color: rgb(173,168,192); }
td.TdClassName
{
border-color: #ADA8C0;
}
.TagClassName
{
border-color: #ADA8C0;
}
</style>