Shades of Wistful #AEACC4
Tints of Wistful #AEACC4
RGB
CMYK
RGB Variations
Color information
#AEACC4 (or 0xAEACC4) is known color: Wistful. HEX triplet: AE, AC and C4. RGB value is (174,172,196). Sum of RGB (Red+Green+Blue) = 174+172+196=542 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.10% from 542); Green value is 172 (67.58% from 255 or 31.73% from 542); Blue value is 196 (76.95% from 255 or 36.16% from 542); Max value from RGB is 196 - color contains mainly: blue. Hex color #AEACC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEACC4 is #51533B. Grayscale: #AFAFAF. Windows color (decimal): -5329724 or 12889262. OLE color: 12889262.
HSL color Cylindrical-coordinate representation of color #AEACC4: hue angle of 245º degrees, saturation: 0.17, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AEACC4 is Cyan = 0.11, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 174 | 172 | 196 | - |
| CMYK | 0.11 | 0.12 | 0 | 0.23 |
| HSL | 245º | 0.17% | 0.72% | - |
| HSV(B) | 245º | 0.12% | 0.77% | - |
| XYZ | 42.17 | 42.49 | 58.2 | - |
| YUV | 175.33 | 139.66 | 127.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 172 | 196 | 0.11 | 0.12 | 0 | 0.23 | 245 | 0.17 | 0.72 |
| Hex | AE | AC | C4 | B | C | 0 | 17 | F5 | 11 | 48 |
| Octal | 256 | 254 | 304 | 13 | 14 | 0 | 27 | 365 | 21 | 110 |
| Binary | 10101110 | 10101100 | 11000100 | 1011 | 1100 | 0 | 10111 | 11110101 | 10001 | 1001000 |
Color Harmonies of #AEACC4
Complementary color
Monochromatic Colors of #AEACC4
Black with #AEACC4
Text Example
Text Example
White with #AEACC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEACC4; }
p { color: rgb(174,172,196); }
H1.HeaderClassName
{
color: #AEACC4;
}
.AnyTagClassName
{
color: #AEACC4;
}
</style>
background-color css
<style>
a { background-color: #AEACC4; }
a { background-color: rgb(174,172,196); }
div.DivClassName
{
background-color: #AEACC4;
}
.BgClassName
{
background-color: #AEACC4;
}
</style>
border-color css
<style>
span { border-color: #AEACC4; }
span { border-color: rgb(174,172,196); }
td.TdClassName
{
border-color: #AEACC4;
}
.TagClassName
{
border-color: #AEACC4;
}
</style>