Shades of Wistful #AEA8C0
Tints of Wistful #AEA8C0
RGB
CMYK
RGB Variations
Color information
#AEA8C0 (or 0xAEA8C0) is known color: Wistful. HEX triplet: AE, A8 and C0. RGB value is (174,168,192). Sum of RGB (Red+Green+Blue) = 174+168+192=534 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.58% from 534); Green value is 168 (66.02% from 255 or 31.46% from 534); Blue value is 192 (75.39% from 255 or 35.96% from 534); Max value from RGB is 192 - color contains mainly: blue. Hex color #AEA8C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEA8C0 is #51573F. Grayscale: #ACACAC. Windows color (decimal): -5330752 or 12626094. OLE color: 12626094.
HSL color Cylindrical-coordinate representation of color #AEA8C0: hue angle of 255º degrees, saturation: 0.16, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AEA8C0 is Cyan = 0.09, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
RGB | 174 | 168 | 192 | - |
CMYK | 0.09 | 0.12 | 0 | 0.25 |
HSL | 255º | 0.16% | 0.71% | - |
HSV(B) | 255º | 0.13% | 0.75% | - |
XYZ | 40.97 | 40.81 | 55.59 | - |
YUV | 172.53 | 138.99 | 129.05 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 174 | 168 | 192 | 0.09 | 0.12 | 0 | 0.25 | 255 | 0.16 | 0.71 |
Hex | AE | A8 | C0 | 9 | C | 0 | 19 | FF | 10 | 47 |
Octal | 256 | 250 | 300 | 11 | 14 | 0 | 31 | 377 | 20 | 107 |
Binary | 10101110 | 10101000 | 11000000 | 1001 | 1100 | 0 | 11001 | 11111111 | 10000 | 1000111 |
Color Harmonies of #AEA8C0
Complementary color
Monochromatic Colors of #AEA8C0
Black with #AEA8C0
Text Example
Text Example
White with #AEA8C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEA8C0; }
p { color: rgb(174,168,192); }
H1.HeaderClassName
{
color: #AEA8C0;
}
.AnyTagClassName
{
color: #AEA8C0;
}
</style>
background-color css
<style>
a { background-color: #AEA8C0; }
a { background-color: rgb(174,168,192); }
div.DivClassName
{
background-color: #AEA8C0;
}
.BgClassName
{
background-color: #AEA8C0;
}
</style>
border-color css
<style>
span { border-color: #AEA8C0; }
span { border-color: rgb(174,168,192); }
td.TdClassName
{
border-color: #AEA8C0;
}
.TagClassName
{
border-color: #AEA8C0;
}
</style>