Shades of Wistful #ACA6C6
Tints of Wistful #ACA6C6
RGB
CMYK
RGB Variations
Color information
#ACA6C6 (or 0xACA6C6) is known color: Wistful. HEX triplet: AC, A6 and C6. RGB value is (172,166,198). Sum of RGB (Red+Green+Blue) = 172+166+198=536 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.09% from 536); Green value is 166 (65.23% from 255 or 30.97% from 536); Blue value is 198 (77.73% from 255 or 36.94% from 536); Max value from RGB is 198 - color contains mainly: blue. Hex color #ACA6C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACA6C6 is #535939. Grayscale: #ABABAB. Windows color (decimal): -5462330 or 13018796. OLE color: 13018796.
HSL color Cylindrical-coordinate representation of color #ACA6C6: hue angle of 251.25º degrees, saturation: 0.22, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ACA6C6 is Cyan = 0.13, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 172 | 166 | 198 | - |
| CMYK | 0.13 | 0.16 | 0 | 0.22 |
| HSL | 251.25º | 0.22% | 0.71% | - |
| HSV(B) | 251.25º | 0.16% | 0.78% | - |
| XYZ | 40.84 | 40.12 | 59.02 | - |
| YUV | 171.44 | 142.99 | 128.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 166 | 198 | 0.13 | 0.16 | 0 | 0.22 | 251.25 | 0.22 | 0.71 |
| Hex | AC | A6 | C6 | D | 10 | 0 | 16 | FB | 16 | 47 |
| Octal | 254 | 246 | 306 | 15 | 20 | 0 | 26 | 373 | 26 | 107 |
| Binary | 10101100 | 10100110 | 11000110 | 1101 | 10000 | 0 | 10110 | 11111011 | 10110 | 1000111 |
Color Harmonies of #ACA6C6
Complementary color
Monochromatic Colors of #ACA6C6
Black with #ACA6C6
Text Example
Text Example
White with #ACA6C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACA6C6; }
p { color: rgb(172,166,198); }
H1.HeaderClassName
{
color: #ACA6C6;
}
.AnyTagClassName
{
color: #ACA6C6;
}
</style>
background-color css
<style>
a { background-color: #ACA6C6; }
a { background-color: rgb(172,166,198); }
div.DivClassName
{
background-color: #ACA6C6;
}
.BgClassName
{
background-color: #ACA6C6;
}
</style>
border-color css
<style>
span { border-color: #ACA6C6; }
span { border-color: rgb(172,166,198); }
td.TdClassName
{
border-color: #ACA6C6;
}
.TagClassName
{
border-color: #ACA6C6;
}
</style>