Shades of Wistful #AEACC2
Tints of Wistful #AEACC2
RGB
CMYK
RGB Variations
Color information
#AEACC2 (or 0xAEACC2) is known color: Wistful. HEX triplet: AE, AC and C2. RGB value is (174,172,194). Sum of RGB (Red+Green+Blue) = 174+172+194=540 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.22% from 540); Green value is 172 (67.58% from 255 or 31.85% from 540); Blue value is 194 (76.17% from 255 or 35.93% from 540); Max value from RGB is 194 - color contains mainly: blue. Hex color #AEACC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEACC2 is #51533D. Grayscale: #AFAFAF. Windows color (decimal): -5329726 or 12758190. OLE color: 12758190.
HSL color Cylindrical-coordinate representation of color #AEACC2: hue angle of 245.45º degrees, saturation: 0.15, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AEACC2 is Cyan = 0.10, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 174 | 172 | 194 | - |
| CMYK | 0.10 | 0.11 | 0 | 0.24 |
| HSL | 245.45º | 0.15% | 0.72% | - |
| HSV(B) | 245.45º | 0.11% | 0.76% | - |
| XYZ | 41.95 | 42.4 | 57.01 | - |
| YUV | 175.11 | 138.66 | 127.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 172 | 194 | 0.10 | 0.11 | 0 | 0.24 | 245.45 | 0.15 | 0.72 |
| Hex | AE | AC | C2 | A | B | 0 | 18 | F5 | F | 48 |
| Octal | 256 | 254 | 302 | 12 | 13 | 0 | 30 | 365 | 17 | 110 |
| Binary | 10101110 | 10101100 | 11000010 | 1010 | 1011 | 0 | 11000 | 11110101 | 1111 | 1001000 |
Color Harmonies of #AEACC2
Complementary color
Monochromatic Colors of #AEACC2
Black with #AEACC2
Text Example
Text Example
White with #AEACC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEACC2; }
p { color: rgb(174,172,194); }
H1.HeaderClassName
{
color: #AEACC2;
}
.AnyTagClassName
{
color: #AEACC2;
}
</style>
background-color css
<style>
a { background-color: #AEACC2; }
a { background-color: rgb(174,172,194); }
div.DivClassName
{
background-color: #AEACC2;
}
.BgClassName
{
background-color: #AEACC2;
}
</style>
border-color css
<style>
span { border-color: #AEACC2; }
span { border-color: rgb(174,172,194); }
td.TdClassName
{
border-color: #AEACC2;
}
.TagClassName
{
border-color: #AEACC2;
}
</style>