Shades of Wistful #ADACC5
Tints of Wistful #ADACC5
RGB
CMYK
RGB Variations
Color information
#ADACC5 (or 0xADACC5) is known color: Wistful. HEX triplet: AD, AC and C5. RGB value is (173,172,197). Sum of RGB (Red+Green+Blue) = 173+172+197=542 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.92% from 542); Green value is 172 (67.58% from 255 or 31.73% from 542); Blue value is 197 (77.34% from 255 or 36.35% from 542); Max value from RGB is 197 - color contains mainly: blue. Hex color #ADACC5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADACC5 is #52533A. Grayscale: #AFAFAF. Windows color (decimal): -5395259 or 12954797. OLE color: 12954797.
HSL color Cylindrical-coordinate representation of color #ADACC5: hue angle of 242.4º 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 #ADACC5 is Cyan = 0.12, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 173 | 172 | 197 | - |
| CMYK | 0.12 | 0.13 | 0 | 0.23 |
| HSL | 242.4º | 0.18% | 0.72% | - |
| HSV(B) | 242.4º | 0.13% | 0.77% | - |
| XYZ | 42.06 | 42.42 | 58.79 | - |
| YUV | 175.15 | 140.33 | 126.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 172 | 197 | 0.12 | 0.13 | 0 | 0.23 | 242.4 | 0.18 | 0.72 |
| Hex | AD | AC | C5 | C | D | 0 | 17 | F2 | 12 | 48 |
| Octal | 255 | 254 | 305 | 14 | 15 | 0 | 27 | 362 | 22 | 110 |
| Binary | 10101101 | 10101100 | 11000101 | 1100 | 1101 | 0 | 10111 | 11110010 | 10010 | 1001000 |
Color Harmonies of #ADACC5
Complementary color
Monochromatic Colors of #ADACC5
Black with #ADACC5
Text Example
Text Example
White with #ADACC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADACC5; }
p { color: rgb(173,172,197); }
H1.HeaderClassName
{
color: #ADACC5;
}
.AnyTagClassName
{
color: #ADACC5;
}
</style>
background-color css
<style>
a { background-color: #ADACC5; }
a { background-color: rgb(173,172,197); }
div.DivClassName
{
background-color: #ADACC5;
}
.BgClassName
{
background-color: #ADACC5;
}
</style>
border-color css
<style>
span { border-color: #ADACC5; }
span { border-color: rgb(173,172,197); }
td.TdClassName
{
border-color: #ADACC5;
}
.TagClassName
{
border-color: #ADACC5;
}
</style>