#AEAAC0

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

Shades of Wistful #AEAAC0

Tints of Wistful #AEAAC0

Color information

#AEAAC0 (or 0xAEAAC0) is unknown color: approx Wistful. HEX triplet: AE, AA and C0. RGB value is (174,170,192). Sum of RGB (Red+Green+Blue) = 174+170+192=536 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.46% from 536); Green value is 170 (66.80% from 255 or 31.72% from 536); Blue value is 192 (75.39% from 255 or 35.82% from 536); Max value from RGB is 192 - color contains mainly: blue. Hex color #AEAAC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEAAC0 is #51553F. Grayscale: #ADADAD. Windows color (decimal): -5330240 or 12626606. OLE color: 12626606.

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

Color convert

RGB174170192-
CMYK0.090.1100.25
HSL250.91º14.86%70.98%-
HSV(B)250.91º11.46%75.29%-
XYZ41.3441.5555.71-
YUV173.7138.33128.21-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.46%
GREEN value IS 170 (66.80% from 255) = 31.72%
BLUE value IS 192 (75.39% from 255) = 35.82%
R=32.46%
G=31.72%
B=35.82%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1741701920.090.1100.25250.9114.8670.98
HexAEAAC09B019fbf47
Octal256252300111303137317107
Binary101011101010101011000000100110110110011111101111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAAC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAAC0; }

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

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

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

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

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

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

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

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