Shades of Wistful #ACADCA
Tints of Wistful #ACADCA
RGB
CMYK
RGB Variations
Color information
#ACADCA (or 0xACADCA) is known color: Wistful. HEX triplet: AC, AD and CA. RGB value is (172,173,202). Sum of RGB (Red+Green+Blue) = 172+173+202=547 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.44% from 547); Green value is 173 (67.97% from 255 or 31.63% from 547); Blue value is 202 (79.30% from 255 or 36.93% from 547); Max value from RGB is 202 - color contains mainly: blue. Hex color #ACADCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACADCA is #535235. Grayscale: #AFAFAF. Windows color (decimal): -5460534 or 13282732. OLE color: 13282732.
HSL color Cylindrical-coordinate representation of color #ACADCA: hue angle of 238º degrees, saturation: 0.22, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ACADCA is Cyan = 0.15, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 172 | 173 | 202 | - |
| CMYK | 0.15 | 0.14 | 0 | 0.21 |
| HSL | 238º | 0.22% | 0.73% | - |
| HSV(B) | 238º | 0.15% | 0.79% | - |
| XYZ | 42.62 | 42.92 | 61.92 | - |
| YUV | 176.01 | 142.67 | 125.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 173 | 202 | 0.15 | 0.14 | 0 | 0.21 | 238 | 0.22 | 0.73 |
| Hex | AC | AD | CA | F | E | 0 | 15 | EE | 16 | 49 |
| Octal | 254 | 255 | 312 | 17 | 16 | 0 | 25 | 356 | 26 | 111 |
| Binary | 10101100 | 10101101 | 11001010 | 1111 | 1110 | 0 | 10101 | 11101110 | 10110 | 1001001 |
Color Harmonies of #ACADCA
Complementary color
Monochromatic Colors of #ACADCA
Black with #ACADCA
Text Example
Text Example
White with #ACADCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACADCA; }
p { color: rgb(172,173,202); }
H1.HeaderClassName
{
color: #ACADCA;
}
.AnyTagClassName
{
color: #ACADCA;
}
</style>
background-color css
<style>
a { background-color: #ACADCA; }
a { background-color: rgb(172,173,202); }
div.DivClassName
{
background-color: #ACADCA;
}
.BgClassName
{
background-color: #ACADCA;
}
</style>
border-color css
<style>
span { border-color: #ACADCA; }
span { border-color: rgb(172,173,202); }
td.TdClassName
{
border-color: #ACADCA;
}
.TagClassName
{
border-color: #ACADCA;
}
</style>