Shades of Wistful #ADABC5
Tints of Wistful #ADABC5
RGB
CMYK
RGB Variations
Color information
#ADABC5 (or 0xADABC5) is known color: Wistful. HEX triplet: AD, AB and C5. RGB value is (173,171,197). Sum of RGB (Red+Green+Blue) = 173+171+197=541 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.98% from 541); Green value is 171 (67.19% from 255 or 31.61% from 541); Blue value is 197 (77.34% from 255 or 36.41% from 541); Max value from RGB is 197 - color contains mainly: blue. Hex color #ADABC5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADABC5 is #52543A. Grayscale: #AEAEAE. Windows color (decimal): -5395515 or 12954541. OLE color: 12954541.
HSL color Cylindrical-coordinate representation of color #ADABC5: hue angle of 244.62º degrees, saturation: 0.18, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ADABC5 is Cyan = 0.12, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 173 | 171 | 197 | - |
| CMYK | 0.12 | 0.13 | 0 | 0.23 |
| HSL | 244.62º | 0.18% | 0.72% | - |
| HSV(B) | 244.62º | 0.13% | 0.77% | - |
| XYZ | 41.87 | 42.04 | 58.73 | - |
| YUV | 174.56 | 140.66 | 126.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 171 | 197 | 0.12 | 0.13 | 0 | 0.23 | 244.62 | 0.18 | 0.72 |
| Hex | AD | AB | C5 | C | D | 0 | 17 | F5 | 12 | 48 |
| Octal | 255 | 253 | 305 | 14 | 15 | 0 | 27 | 365 | 22 | 110 |
| Binary | 10101101 | 10101011 | 11000101 | 1100 | 1101 | 0 | 10111 | 11110101 | 10010 | 1001000 |
Color Harmonies of #ADABC5
Complementary color
Monochromatic Colors of #ADABC5
Black with #ADABC5
Text Example
Text Example
White with #ADABC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADABC5; }
p { color: rgb(173,171,197); }
H1.HeaderClassName
{
color: #ADABC5;
}
.AnyTagClassName
{
color: #ADABC5;
}
</style>
background-color css
<style>
a { background-color: #ADABC5; }
a { background-color: rgb(173,171,197); }
div.DivClassName
{
background-color: #ADABC5;
}
.BgClassName
{
background-color: #ADABC5;
}
</style>
border-color css
<style>
span { border-color: #ADABC5; }
span { border-color: rgb(173,171,197); }
td.TdClassName
{
border-color: #ADABC5;
}
.TagClassName
{
border-color: #ADABC5;
}
</style>