#AEACC0

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

Shades of Wistful #AEACC0

Tints of Wistful #AEACC0

Color information

#AEACC0 (or 0xAEACC0) is unknown color: approx Wistful. HEX triplet: AE, AC and C0. RGB value is (174,172,192). Sum of RGB (Red+Green+Blue) = 174+172+192=538 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.34% from 538); Green value is 172 (67.58% from 255 or 31.97% from 538); Blue value is 192 (75.39% from 255 or 35.69% from 538); Max value from RGB is 192 - color contains mainly: blue. Hex color #AEACC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEACC0 is #51533F. Grayscale: #AEAEAE. Windows color (decimal): -5329728 or 12627118. OLE color: 12627118.

HSL color Cylindrical-coordinate representation of color #AEACC0: hue angle of 246º degrees, saturation: 0.14, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AEACC0 is Cyan = 0.09, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB174172192-
CMYK0.090.1000.25
HSL246º13.7%71.37%-
HSV(B)246º10.42%75.29%-
XYZ41.7242.3155.84-
YUV174.88137.66127.37-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.34%
GREEN value IS 172 (67.58% from 255) = 31.97%
BLUE value IS 192 (75.39% from 255) = 35.69%
R=32.34%
G=31.97%
B=35.69%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1741721920.090.1000.2524613.771.37
HexAEACC09A019f6e47
Octal256254300111203136616107
Binary101011101010110011000000100110100110011111011011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEACC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEACC0; }

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

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

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

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

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

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

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

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