#AEAECE

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

Shades of Wistful #AEAECE

Tints of Wistful #AEAECE

Color information

#AEAECE (or 0xAEAECE) is unknown color: approx Wistful. HEX triplet: AE, AE and CE. RGB value is (174,174,206). Sum of RGB (Red+Green+Blue) = 174+174+206=554 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.41% from 554); Green value is 174 (68.36% from 255 or 31.41% from 554); Blue value is 206 (80.86% from 255 or 37.18% from 554); Max value from RGB is 206 - color contains mainly: blue. Hex color #AEAECE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEAECE is #515131. Grayscale: #B1B1B1. Windows color (decimal): -5329202 or 13545134. OLE color: 13545134.

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

Color convert

RGB174174206-
CMYK0.160.1600.19
HSL240º24.62%74.51%-
HSV(B)240º15.53%80.78%-
XYZ43.7343.7364.53-
YUV177.65144125.4-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.41%
GREEN value IS 174 (68.36% from 255) = 31.41%
BLUE value IS 206 (80.86% from 255) = 37.18%
R=31.41%
G=31.41%
B=37.18%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1741742060.160.1600.1924024.6274.51
HexAEAECE1010013f0194b
Octal256256316202002336031113
Binary101011101010111011001110100001000001001111110000110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAECE; }

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

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

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

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

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

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

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

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