#AEACC4

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

Shades of Wistful #AEACC4

Tints of Wistful #AEACC4

Color information

#AEACC4 (or 0xAEACC4) is unknown color: approx 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

RGB174172196-
CMYK0.110.1200.23
HSL245º16.9%72.16%-
HSV(B)245º12.24%76.86%-
XYZ42.1742.4958.2-
YUV175.33139.66127.05-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.10%
GREEN value IS 172 (67.58% from 255) = 31.73%
BLUE value IS 196 (76.95% from 255) = 36.16%
R=32.10%
G=31.73%
B=36.16%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1741721960.110.1200.2324516.972.16
HexAEACC4BC017f51148
Octal256254304131402736521110
Binary1010111010101100110001001011110001011111110101100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEACC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>