#AEAECA

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

Shades of Wistful #AEAECA

Tints of Wistful #AEAECA

Color information

#AEAECA (or 0xAEAECA) is unknown color: approx Wistful. HEX triplet: AE, AE and CA. RGB value is (174,174,202). Sum of RGB (Red+Green+Blue) = 174+174+202=550 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.64% from 550); Green value is 174 (68.36% from 255 or 31.64% from 550); Blue value is 202 (79.30% from 255 or 36.73% from 550); Max value from RGB is 202 - color contains mainly: blue. Hex color #AEAECA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEAECA is #515135. Grayscale: #B1B1B1. Windows color (decimal): -5329206 or 13282990. OLE color: 13282990.

HSL color Cylindrical-coordinate representation of color #AEAECA: hue angle of 240º degrees, saturation: 0.21, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AEAECA is Cyan = 0.14, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB174174202-
CMYK0.140.1400.21
HSL240º20.9%73.73%-
HSV(B)240º13.86%79.22%-
XYZ43.2543.5462-
YUV177.19142125.72-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.64%
GREEN value IS 174 (68.36% from 255) = 31.64%
BLUE value IS 202 (79.30% from 255) = 36.73%
R=31.64%
G=31.64%
B=36.73%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1741742020.140.1400.2124020.973.73
HexAEAECAEE015f0154a
Octal256256312161602536025112
Binary1010111010101110110010101110111001010111110000101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAECA; }

 p { color: rgb(174,174,202); }

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

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

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

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

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

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

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