Shades of Wistful #ACACC5
Tints of Wistful #ACACC5
RGB
CMYK
RGB Variations
Color information
#ACACC5 (or 0xACACC5) is known color: Wistful. HEX triplet: AC, AC and C5. RGB value is (172,172,197). Sum of RGB (Red+Green+Blue) = 172+172+197=541 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.79% from 541); Green value is 172 (67.58% from 255 or 31.79% from 541); Blue value is 197 (77.34% from 255 or 36.41% from 541); Max value from RGB is 197 - color contains mainly: blue. Hex color #ACACC5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACACC5 is #53533A. Grayscale: #AEAEAE. Windows color (decimal): -5460795 or 12954796. OLE color: 12954796.
HSL color Cylindrical-coordinate representation of color #ACACC5: hue angle of 240º 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 #ACACC5 is Cyan = 0.13, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
RGB | 172 | 172 | 197 | - |
CMYK | 0.13 | 0.13 | 0 | 0.23 |
HSL | 240º | 0.18% | 0.72% | - |
HSV(B) | 240º | 0.13% | 0.77% | - |
XYZ | 41.84 | 42.31 | 58.78 | - |
YUV | 174.85 | 140.5 | 125.97 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 172 | 197 | 0.13 | 0.13 | 0 | 0.23 | 240 | 0.18 | 0.72 |
Hex | AC | AC | C5 | D | D | 0 | 17 | F0 | 12 | 48 |
Octal | 254 | 254 | 305 | 15 | 15 | 0 | 27 | 360 | 22 | 110 |
Binary | 10101100 | 10101100 | 11000101 | 1101 | 1101 | 0 | 10111 | 11110000 | 10010 | 1001000 |
Color Harmonies of #ACACC5
Complementary color
Monochromatic Colors of #ACACC5
Black with #ACACC5
Text Example
Text Example
White with #ACACC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACACC5; }
p { color: rgb(172,172,197); }
H1.HeaderClassName
{
color: #ACACC5;
}
.AnyTagClassName
{
color: #ACACC5;
}
</style>
background-color css
<style>
a { background-color: #ACACC5; }
a { background-color: rgb(172,172,197); }
div.DivClassName
{
background-color: #ACACC5;
}
.BgClassName
{
background-color: #ACACC5;
}
</style>
border-color css
<style>
span { border-color: #ACACC5; }
span { border-color: rgb(172,172,197); }
td.TdClassName
{
border-color: #ACACC5;
}
.TagClassName
{
border-color: #ACACC5;
}
</style>