#AEAACE

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

Shades of Wistful #AEAACE

Tints of Wistful #AEAACE

Color information

#AEAACE (or 0xAEAACE) is unknown color: approx Wistful. HEX triplet: AE, AA and CE. RGB value is (174,170,206). Sum of RGB (Red+Green+Blue) = 174+170+206=550 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.64% from 550); Green value is 170 (66.80% from 255 or 30.91% from 550); Blue value is 206 (80.86% from 255 or 37.45% from 550); Max value from RGB is 206 - color contains mainly: blue. Hex color #AEAACE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEAACE is #515531. Grayscale: #AFAFAF. Windows color (decimal): -5330226 or 13544110. OLE color: 13544110.

HSL color Cylindrical-coordinate representation of color #AEAACE: hue angle of 246.67º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AEAACE is Cyan = 0.16, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB174170206-
CMYK0.160.1700.19
HSL246.67º26.87%73.73%-
HSV(B)246.67º17.48%80.78%-
XYZ42.9742.264.27-
YUV175.3145.33127.07-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.64%
GREEN value IS 170 (66.80% from 255) = 30.91%
BLUE value IS 206 (80.86% from 255) = 37.45%
R=31.64%
G=30.91%
B=37.45%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1741702060.160.1700.19246.6726.8773.73
HexAEAACE1011013f71b4a
Octal256252316202102336733112
Binary101011101010101011001110100001000101001111110111110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAACE; }

 p { color: rgb(174,170,206); }

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

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

 a { background-color: rgb(174,170,206); }

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

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

 span { border-color: rgb(174,170,206); }

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