Shades of Wistful #AEACC0
Tints of Wistful #AEACC0
RGB
CMYK
RGB Variations
Color information
#AEACC0 (or 0xAEACC0) is known color: Wistful. HEX triplet: AE, AC and C0. RGB value is (174,172,192). Sum of RGB (Red+Green+Blue) = 174+172+192=538 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.34% from 538); Green value is 172 (67.58% from 255 or 31.97% from 538); Blue value is 192 (75.39% from 255 or 35.69% from 538); Max value from RGB is 192 - color contains mainly: blue. Hex color #AEACC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEACC0 is #51533F. Grayscale: #AEAEAE. Windows color (decimal): -5329728 or 12627118. OLE color: 12627118.
HSL color Cylindrical-coordinate representation of color #AEACC0: hue angle of 246º degrees, saturation: 0.14, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AEACC0 is Cyan = 0.09, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 174 | 172 | 192 | - |
| CMYK | 0.09 | 0.10 | 0 | 0.25 |
| HSL | 246º | 0.14% | 0.71% | - |
| HSV(B) | 246º | 0.1% | 0.75% | - |
| XYZ | 41.72 | 42.31 | 55.84 | - |
| YUV | 174.88 | 137.66 | 127.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 172 | 192 | 0.09 | 0.10 | 0 | 0.25 | 246 | 0.14 | 0.71 |
| Hex | AE | AC | C0 | 9 | A | 0 | 19 | F6 | E | 47 |
| Octal | 256 | 254 | 300 | 11 | 12 | 0 | 31 | 366 | 16 | 107 |
| Binary | 10101110 | 10101100 | 11000000 | 1001 | 1010 | 0 | 11001 | 11110110 | 1110 | 1000111 |
Color Harmonies of #AEACC0
Complementary color
Monochromatic Colors of #AEACC0
Black with #AEACC0
Text Example
Text Example
White with #AEACC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEACC0; }
p { color: rgb(174,172,192); }
H1.HeaderClassName
{
color: #AEACC0;
}
.AnyTagClassName
{
color: #AEACC0;
}
</style>
background-color css
<style>
a { background-color: #AEACC0; }
a { background-color: rgb(174,172,192); }
div.DivClassName
{
background-color: #AEACC0;
}
.BgClassName
{
background-color: #AEACC0;
}
</style>
border-color css
<style>
span { border-color: #AEACC0; }
span { border-color: rgb(174,172,192); }
td.TdClassName
{
border-color: #AEACC0;
}
.TagClassName
{
border-color: #AEACC0;
}
</style>