Shades of Wistful #AEACC3
Tints of Wistful #AEACC3
RGB
CMYK
RGB Variations
Color information
#AEACC3 (or 0xAEACC3) is known color: Wistful. HEX triplet: AE, AC and C3. RGB value is (174,172,195). Sum of RGB (Red+Green+Blue) = 174+172+195=541 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.16% from 541); Green value is 172 (67.58% from 255 or 31.79% from 541); Blue value is 195 (76.56% from 255 or 36.04% from 541); Max value from RGB is 195 - color contains mainly: blue. Hex color #AEACC3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEACC3 is #51533C. Grayscale: #AFAFAF. Windows color (decimal): -5329725 or 12823726. OLE color: 12823726.
HSL color Cylindrical-coordinate representation of color #AEACC3: hue angle of 245.22º degrees, saturation: 0.16, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AEACC3 is Cyan = 0.11, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
RGB | 174 | 172 | 195 | - |
CMYK | 0.11 | 0.12 | 0 | 0.24 |
HSL | 245.22º | 0.16% | 0.72% | - |
HSV(B) | 245.22º | 0.12% | 0.76% | - |
XYZ | 42.06 | 42.44 | 57.61 | - |
YUV | 175.22 | 139.16 | 127.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 174 | 172 | 195 | 0.11 | 0.12 | 0 | 0.24 | 245.22 | 0.16 | 0.72 |
Hex | AE | AC | C3 | B | C | 0 | 18 | F5 | 10 | 48 |
Octal | 256 | 254 | 303 | 13 | 14 | 0 | 30 | 365 | 20 | 110 |
Binary | 10101110 | 10101100 | 11000011 | 1011 | 1100 | 0 | 11000 | 11110101 | 10000 | 1001000 |
Color Harmonies of #AEACC3
Complementary color
Monochromatic Colors of #AEACC3
Black with #AEACC3
Text Example
Text Example
White with #AEACC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEACC3; }
p { color: rgb(174,172,195); }
H1.HeaderClassName
{
color: #AEACC3;
}
.AnyTagClassName
{
color: #AEACC3;
}
</style>
background-color css
<style>
a { background-color: #AEACC3; }
a { background-color: rgb(174,172,195); }
div.DivClassName
{
background-color: #AEACC3;
}
.BgClassName
{
background-color: #AEACC3;
}
</style>
border-color css
<style>
span { border-color: #AEACC3; }
span { border-color: rgb(174,172,195); }
td.TdClassName
{
border-color: #AEACC3;
}
.TagClassName
{
border-color: #AEACC3;
}
</style>