Shades of Wistful #ACA6C0
Tints of Wistful #ACA6C0
RGB
CMYK
RGB Variations
Color information
#ACA6C0 (or 0xACA6C0) is known color: Wistful. HEX triplet: AC, A6 and C0. RGB value is (172,166,192). Sum of RGB (Red+Green+Blue) = 172+166+192=530 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.45% from 530); Green value is 166 (65.23% from 255 or 31.32% from 530); Blue value is 192 (75.39% from 255 or 36.23% from 530); Max value from RGB is 192 - color contains mainly: blue. Hex color #ACA6C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACA6C0 is #53593F. Grayscale: #AAAAAA. Windows color (decimal): -5462336 or 12625580. OLE color: 12625580.
HSL color Cylindrical-coordinate representation of color #ACA6C0: hue angle of 253.85º degrees, saturation: 0.17, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ACA6C0 is Cyan = 0.10, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 172 | 166 | 192 | - |
| CMYK | 0.10 | 0.14 | 0 | 0.25 |
| HSL | 253.85º | 0.17% | 0.7% | - |
| HSV(B) | 253.85º | 0.14% | 0.75% | - |
| XYZ | 40.16 | 39.85 | 55.44 | - |
| YUV | 170.76 | 139.99 | 128.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 166 | 192 | 0.10 | 0.14 | 0 | 0.25 | 253.85 | 0.17 | 0.7 |
| Hex | AC | A6 | C0 | A | E | 0 | 19 | FE | 11 | 46 |
| Octal | 254 | 246 | 300 | 12 | 16 | 0 | 31 | 376 | 21 | 106 |
| Binary | 10101100 | 10100110 | 11000000 | 1010 | 1110 | 0 | 11001 | 11111110 | 10001 | 1000110 |
Color Harmonies of #ACA6C0
Complementary color
Monochromatic Colors of #ACA6C0
Black with #ACA6C0
Text Example
Text Example
White with #ACA6C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACA6C0; }
p { color: rgb(172,166,192); }
H1.HeaderClassName
{
color: #ACA6C0;
}
.AnyTagClassName
{
color: #ACA6C0;
}
</style>
background-color css
<style>
a { background-color: #ACA6C0; }
a { background-color: rgb(172,166,192); }
div.DivClassName
{
background-color: #ACA6C0;
}
.BgClassName
{
background-color: #ACA6C0;
}
</style>
border-color css
<style>
span { border-color: #ACA6C0; }
span { border-color: rgb(172,166,192); }
td.TdClassName
{
border-color: #ACA6C0;
}
.TagClassName
{
border-color: #ACA6C0;
}
</style>