#AEACC3

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

Shades of Wistful #AEACC3

Tints of Wistful #AEACC3

Color information

#AEACC3 (or 0xAEACC3) is unknown color: approx Wistful. HEX triplet: AE, AC and C3. RGB value is (174,172,195). Sum of RGB (Red+Green+Blue) = 174+172+195=541 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.16% from 541); Green value is 172 (67.58% from 255 or 31.79% from 541); Blue value is 195 (76.56% from 255 or 36.04% from 541); Max value from RGB is 195 - color contains mainly: blue. Hex color #AEACC3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEACC3 is #51533C. Grayscale: #AFAFAF. Windows color (decimal): -5329725 or 12823726. OLE color: 12823726.

HSL color Cylindrical-coordinate representation of color #AEACC3: hue angle of 245.22º degrees, saturation: 0.16, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AEACC3 is Cyan = 0.11, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB174172195-
CMYK0.110.1200.24
HSL245.22º16.08%71.96%-
HSV(B)245.22º11.79%76.47%-
XYZ42.0642.4457.61-
YUV175.22139.16127.13-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.16%
GREEN value IS 172 (67.58% from 255) = 31.79%
BLUE value IS 195 (76.56% from 255) = 36.04%
R=32.16%
G=31.79%
B=36.04%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1741721950.110.1200.24245.2216.0871.96
HexAEACC3BC018f51048
Octal256254303131403036520110
Binary1010111010101100110000111011110001100011110101100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEACC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEACC3; }

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

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

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

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

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

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

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

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