#AEAAC6

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

Shades of Wistful #AEAAC6

Tints of Wistful #AEAAC6

Color information

#AEAAC6 (or 0xAEAAC6) is unknown color: approx Wistful. HEX triplet: AE, AA and C6. RGB value is (174,170,198). Sum of RGB (Red+Green+Blue) = 174+170+198=542 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.10% from 542); Green value is 170 (66.80% from 255 or 31.37% from 542); Blue value is 198 (77.73% from 255 or 36.53% from 542); Max value from RGB is 198 - color contains mainly: blue. Hex color #AEAAC6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEAAC6 is #515539. Grayscale: #AEAEAE. Windows color (decimal): -5330234 or 13019822. OLE color: 13019822.

HSL color Cylindrical-coordinate representation of color #AEAAC6: hue angle of 248.57º degrees, saturation: 0.2, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AEAAC6 is Cyan = 0.12, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB174170198-
CMYK0.120.1400.22
HSL248.57º19.72%72.16%-
HSV(B)248.57º14.14%77.65%-
XYZ42.0241.8359.28-
YUV174.39141.33127.72-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.10%
GREEN value IS 170 (66.80% from 255) = 31.37%
BLUE value IS 198 (77.73% from 255) = 36.53%
R=32.10%
G=31.37%
B=36.53%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1741701980.120.1400.22248.5719.7272.16
HexAEAAC6CE016f91448
Octal256252306141602637124110
Binary1010111010101010110001101100111001011011111001101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAAC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAAC6; }

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

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

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

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

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

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

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

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