#AEACC6

Color #AEACC6 Wistful (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wistful #AEACC6

Tints of Wistful #AEACC6

Color information

#AEACC6 (or 0xAEACC6) is unknown color: approx Wistful. HEX triplet: AE, AC and C6. RGB value is (174,172,198). Sum of RGB (Red+Green+Blue) = 174+172+198=544 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.99% from 544); Green value is 172 (67.58% from 255 or 31.62% from 544); Blue value is 198 (77.73% from 255 or 36.40% from 544); Max value from RGB is 198 - color contains mainly: blue. Hex color #AEACC6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEACC6 is #515339. Grayscale: #AFAFAF. Windows color (decimal): -5329722 or 13020334. OLE color: 13020334.

HSL color Cylindrical-coordinate representation of color #AEACC6: hue angle of 244.62º degrees, saturation: 0.19, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AEACC6 is Cyan = 0.12, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB174172198-
CMYK0.120.1300.22
HSL244.62º18.57%72.55%-
HSV(B)244.62º13.13%77.65%-
XYZ42.442.5859.41-
YUV175.56140.66126.89-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 174 (68.36% from 255) = 31.99%
GREEN value IS 172 (67.58% from 255) = 31.62%
BLUE value IS 198 (77.73% from 255) = 36.40%
R=31.99%
G=31.62%
B=36.40%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1741721980.120.1300.22244.6218.5772.55
HexAEACC6CD016f51349
Octal256254306141502636523111
Binary1010111010101100110001101100110101011011110101100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEACC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEACC6; }

 p { color: rgb(174,172,198); }

 H1.HeaderClassName
 {
   color: #AEACC6;
 }
 .AnyTagClassName
 {
   color: #AEACC6;
 }
</style>
background-color css

<style>
 a { background-color: #AEACC6; }

 a { background-color: rgb(174,172,198); }

 div.DivClassName
 {
   background-color: #AEACC6;
 }
 .BgClassName
 {
   background-color: #AEACC6;
 }
</style>
border-color css

<style>
 span { border-color: #AEACC6; }

 span { border-color: rgb(174,172,198); }

 td.TdClassName
 {
   border-color: #AEACC6;
 }
 .TagClassName
 {
   border-color: #AEACC6;
 }
</style>