#AEAEC9

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

Shades of Wistful #AEAEC9

Tints of Wistful #AEAEC9

Color information

#AEAEC9 (or 0xAEAEC9) is unknown color: approx Wistful. HEX triplet: AE, AE and C9. RGB value is (174,174,201). Sum of RGB (Red+Green+Blue) = 174+174+201=549 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.69% from 549); Green value is 174 (68.36% from 255 or 31.69% from 549); Blue value is 201 (78.91% from 255 or 36.61% from 549); Max value from RGB is 201 - color contains mainly: blue. Hex color #AEAEC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEAEC9 is #515136. Grayscale: #B0B0B0. Windows color (decimal): -5329207 or 13217454. OLE color: 13217454.

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

Color convert

RGB174174201-
CMYK0.130.1300.21
HSL240º20%73.53%-
HSV(B)240º13.43%78.82%-
XYZ43.1343.4961.38-
YUV177.08141.5125.8-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.69%
GREEN value IS 174 (68.36% from 255) = 31.69%
BLUE value IS 201 (78.91% from 255) = 36.61%
R=31.69%
G=31.69%
B=36.61%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1741742010.130.1300.212402073.53
HexAEAEC9DD015f0144a
Octal256256311151502536024112
Binary1010111010101110110010011101110101010111110000101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAEC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAEC9; }

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

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

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

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

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

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

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

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