Shades of Wistful #AEAEC0
Tints of Wistful #AEAEC0
RGB
CMYK
RGB Variations
Color information
#AEAEC0 (or 0xAEAEC0) is known color: Wistful. HEX triplet: AE, AE and C0. RGB value is (174,174,192). Sum of RGB (Red+Green+Blue) = 174+174+192=540 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.22% from 540); Green value is 174 (68.36% from 255 or 32.22% from 540); Blue value is 192 (75.39% from 255 or 35.56% from 540); Max value from RGB is 192 - color contains mainly: blue. Hex color #AEAEC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEAEC0 is #51513F. Grayscale: #AFAFAF. Windows color (decimal): -5329216 or 12627630. OLE color: 12627630.
HSL color Cylindrical-coordinate representation of color #AEAEC0: hue angle of 240º degrees, saturation: 0.12, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #AEAEC0 is Cyan = 0.09, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 174 | 174 | 192 | - |
| CMYK | 0.09 | 0.09 | 0 | 0.25 |
| HSL | 240º | 0.13% | 0.72% | - |
| HSV(B) | 240º | 0.09% | 0.75% | - |
| XYZ | 42.11 | 43.08 | 55.96 | - |
| YUV | 176.05 | 137 | 126.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 174 | 192 | 0.09 | 0.09 | 0 | 0.25 | 240 | 0.13 | 0.72 |
| Hex | AE | AE | C0 | 9 | 9 | 0 | 19 | F0 | C | 48 |
| Octal | 256 | 256 | 300 | 11 | 11 | 0 | 31 | 360 | 14 | 110 |
| Binary | 10101110 | 10101110 | 11000000 | 1001 | 1001 | 0 | 11001 | 11110000 | 1100 | 1001000 |
Color Harmonies of #AEAEC0
Complementary color
Monochromatic Colors of #AEAEC0
Black with #AEAEC0
Text Example
Text Example
White with #AEAEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEAEC0; }
p { color: rgb(174,174,192); }
H1.HeaderClassName
{
color: #AEAEC0;
}
.AnyTagClassName
{
color: #AEAEC0;
}
</style>
background-color css
<style>
a { background-color: #AEAEC0; }
a { background-color: rgb(174,174,192); }
div.DivClassName
{
background-color: #AEAEC0;
}
.BgClassName
{
background-color: #AEAEC0;
}
</style>
border-color css
<style>
span { border-color: #AEAEC0; }
span { border-color: rgb(174,174,192); }
td.TdClassName
{
border-color: #AEAEC0;
}
.TagClassName
{
border-color: #AEAEC0;
}
</style>