Shades of Wistful #ADAABF
Tints of Wistful #ADAABF
RGB
CMYK
RGB Variations
Color information
#ADAABF (or 0xADAABF) is known color: Wistful. HEX triplet: AD, AA and BF. RGB value is (173,170,191). Sum of RGB (Red+Green+Blue) = 173+170+191=534 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.40% from 534); Green value is 170 (66.80% from 255 or 31.84% from 534); Blue value is 191 (75% from 255 or 35.77% from 534); Max value from RGB is 191 - color contains mainly: blue. Hex color #ADAABF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADAABF is #525540. Grayscale: #ADADAD. Windows color (decimal): -5395777 or 12561069. OLE color: 12561069.
HSL color Cylindrical-coordinate representation of color #ADAABF: hue angle of 248.57º degrees, saturation: 0.14, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ADAABF is Cyan = 0.09, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 173 | 170 | 191 | - |
| CMYK | 0.09 | 0.11 | 0 | 0.25 |
| HSL | 248.57º | 0.14% | 0.71% | - |
| HSV(B) | 248.57º | 0.11% | 0.75% | - |
| XYZ | 41.01 | 41.4 | 55.12 | - |
| YUV | 173.29 | 137.99 | 127.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 170 | 191 | 0.09 | 0.11 | 0 | 0.25 | 248.57 | 0.14 | 0.71 |
| Hex | AD | AA | BF | 9 | B | 0 | 19 | F9 | E | 47 |
| Octal | 255 | 252 | 277 | 11 | 13 | 0 | 31 | 371 | 16 | 107 |
| Binary | 10101101 | 10101010 | 10111111 | 1001 | 1011 | 0 | 11001 | 11111001 | 1110 | 1000111 |
Color Harmonies of #ADAABF
Complementary color
Monochromatic Colors of #ADAABF
Black with #ADAABF
Text Example
Text Example
White with #ADAABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAABF; }
p { color: rgb(173,170,191); }
H1.HeaderClassName
{
color: #ADAABF;
}
.AnyTagClassName
{
color: #ADAABF;
}
</style>
background-color css
<style>
a { background-color: #ADAABF; }
a { background-color: rgb(173,170,191); }
div.DivClassName
{
background-color: #ADAABF;
}
.BgClassName
{
background-color: #ADAABF;
}
</style>
border-color css
<style>
span { border-color: #ADAABF; }
span { border-color: rgb(173,170,191); }
td.TdClassName
{
border-color: #ADAABF;
}
.TagClassName
{
border-color: #ADAABF;
}
</style>