#AEACC8

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

Shades of Wistful #AEACC8

Tints of Wistful #AEACC8

Color information

#AEACC8 (or 0xAEACC8) is unknown color: approx Wistful. HEX triplet: AE, AC and C8. RGB value is (174,172,200). Sum of RGB (Red+Green+Blue) = 174+172+200=546 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.87% from 546); Green value is 172 (67.58% from 255 or 31.50% from 546); Blue value is 200 (78.52% from 255 or 36.63% from 546); Max value from RGB is 200 - color contains mainly: blue. Hex color #AEACC8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEACC8 is #515337. Grayscale: #AFAFAF. Windows color (decimal): -5329720 or 13151406. OLE color: 13151406.

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

Color convert

RGB174172200-
CMYK0.130.1400.22
HSL244.29º20.29%72.94%-
HSV(B)244.29º14%78.43%-
XYZ42.6342.6760.63-
YUV175.79141.66126.72-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.87%
GREEN value IS 172 (67.58% from 255) = 31.50%
BLUE value IS 200 (78.52% from 255) = 36.63%
R=31.87%
G=31.50%
B=36.63%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1741722000.130.1400.22244.2920.2972.94
HexAEACC8DE016f41449
Octal256254310151602636424111
Binary1010111010101100110010001101111001011011110100101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEACC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEACC8; }

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

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

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

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

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

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

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

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