Shades of Wistful #ADA8BF
Tints of Wistful #ADA8BF
RGB
CMYK
RGB Variations
Color information
#ADA8BF (or 0xADA8BF) is known color: Wistful. HEX triplet: AD, A8 and BF. RGB value is (173,168,191). Sum of RGB (Red+Green+Blue) = 173+168+191=532 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.52% from 532); Green value is 168 (66.02% from 255 or 31.58% from 532); Blue value is 191 (75% from 255 or 35.90% from 532); Max value from RGB is 191 - color contains mainly: blue. Hex color #ADA8BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA8BF is #525740. Grayscale: #ACACAC. Windows color (decimal): -5396289 or 12560557. OLE color: 12560557.
HSL color Cylindrical-coordinate representation of color #ADA8BF: hue angle of 253.04º degrees, saturation: 0.15, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ADA8BF is Cyan = 0.09, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 173 | 168 | 191 | - |
| CMYK | 0.09 | 0.12 | 0 | 0.25 |
| HSL | 253.04º | 0.15% | 0.7% | - |
| HSV(B) | 253.04º | 0.12% | 0.75% | - |
| XYZ | 40.64 | 40.65 | 54.99 | - |
| YUV | 172.12 | 138.66 | 128.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 168 | 191 | 0.09 | 0.12 | 0 | 0.25 | 253.04 | 0.15 | 0.7 |
| Hex | AD | A8 | BF | 9 | C | 0 | 19 | FD | F | 46 |
| Octal | 255 | 250 | 277 | 11 | 14 | 0 | 31 | 375 | 17 | 106 |
| Binary | 10101101 | 10101000 | 10111111 | 1001 | 1100 | 0 | 11001 | 11111101 | 1111 | 1000110 |
Color Harmonies of #ADA8BF
Complementary color
Monochromatic Colors of #ADA8BF
Black with #ADA8BF
Text Example
Text Example
White with #ADA8BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA8BF; }
p { color: rgb(173,168,191); }
H1.HeaderClassName
{
color: #ADA8BF;
}
.AnyTagClassName
{
color: #ADA8BF;
}
</style>
background-color css
<style>
a { background-color: #ADA8BF; }
a { background-color: rgb(173,168,191); }
div.DivClassName
{
background-color: #ADA8BF;
}
.BgClassName
{
background-color: #ADA8BF;
}
</style>
border-color css
<style>
span { border-color: #ADA8BF; }
span { border-color: rgb(173,168,191); }
td.TdClassName
{
border-color: #ADA8BF;
}
.TagClassName
{
border-color: #ADA8BF;
}
</style>