Shades of Wistful #ACADC6
Tints of Wistful #ACADC6
RGB
CMYK
RGB Variations
Color information
#ACADC6 (or 0xACADC6) is known color: Wistful. HEX triplet: AC, AD and C6. RGB value is (172,173,198). Sum of RGB (Red+Green+Blue) = 172+173+198=543 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.68% from 543); Green value is 173 (67.97% from 255 or 31.86% from 543); Blue value is 198 (77.73% from 255 or 36.46% from 543); Max value from RGB is 198 - color contains mainly: blue. Hex color #ACADC6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACADC6 is #535239. Grayscale: #AFAFAF. Windows color (decimal): -5460538 or 13020588. OLE color: 13020588.
HSL color Cylindrical-coordinate representation of color #ACADC6: hue angle of 237.69º degrees, saturation: 0.19, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ACADC6 is Cyan = 0.13, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 172 | 173 | 198 | - |
| CMYK | 0.13 | 0.13 | 0 | 0.22 |
| HSL | 237.69º | 0.19% | 0.73% | - |
| HSV(B) | 237.69º | 0.13% | 0.78% | - |
| XYZ | 42.15 | 42.74 | 59.45 | - |
| YUV | 175.55 | 140.67 | 125.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 173 | 198 | 0.13 | 0.13 | 0 | 0.22 | 237.69 | 0.19 | 0.73 |
| Hex | AC | AD | C6 | D | D | 0 | 16 | EE | 13 | 49 |
| Octal | 254 | 255 | 306 | 15 | 15 | 0 | 26 | 356 | 23 | 111 |
| Binary | 10101100 | 10101101 | 11000110 | 1101 | 1101 | 0 | 10110 | 11101110 | 10011 | 1001001 |
Color Harmonies of #ACADC6
Complementary color
Monochromatic Colors of #ACADC6
Black with #ACADC6
Text Example
Text Example
White with #ACADC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACADC6; }
p { color: rgb(172,173,198); }
H1.HeaderClassName
{
color: #ACADC6;
}
.AnyTagClassName
{
color: #ACADC6;
}
</style>
background-color css
<style>
a { background-color: #ACADC6; }
a { background-color: rgb(172,173,198); }
div.DivClassName
{
background-color: #ACADC6;
}
.BgClassName
{
background-color: #ACADC6;
}
</style>
border-color css
<style>
span { border-color: #ACADC6; }
span { border-color: rgb(172,173,198); }
td.TdClassName
{
border-color: #ACADC6;
}
.TagClassName
{
border-color: #ACADC6;
}
</style>