#AEAEC0

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

Shades of Wistful #AEAEC0

Tints of Wistful #AEAEC0

Color information

#AEAEC0 (or 0xAEAEC0) is unknown color: approx Wistful. HEX triplet: AE, AE and C0. RGB value is (174,174,192). Sum of RGB (Red+Green+Blue) = 174+174+192=540 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.22% from 540); Green value is 174 (68.36% from 255 or 32.22% from 540); Blue value is 192 (75.39% from 255 or 35.56% from 540); Max value from RGB is 192 - color contains mainly: blue. Hex color #AEAEC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEAEC0 is #51513F. Grayscale: #AFAFAF. Windows color (decimal): -5329216 or 12627630. OLE color: 12627630.

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

Color convert

RGB174174192-
CMYK0.090.0900.25
HSL240º12.5%71.76%-
HSV(B)240º9.38%75.29%-
XYZ42.1143.0855.96-
YUV176.05137126.54-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.22%
GREEN value IS 174 (68.36% from 255) = 32.22%
BLUE value IS 192 (75.39% from 255) = 35.56%
R=32.22%
G=32.22%
B=35.56%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1741741920.090.0900.2524012.571.76
HexAEAEC099019f0c48
Octal256256300111103136014110
Binary101011101010111011000000100110010110011111000011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAEC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAEC0; }

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

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

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

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

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

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

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

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