#AEAAC5

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

Shades of Wistful #AEAAC5

Tints of Wistful #AEAAC5

Color information

#AEAAC5 (or 0xAEAAC5) is unknown color: approx Wistful. HEX triplet: AE, AA and C5. RGB value is (174,170,197). Sum of RGB (Red+Green+Blue) = 174+170+197=541 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.16% from 541); Green value is 170 (66.80% from 255 or 31.42% from 541); Blue value is 197 (77.34% from 255 or 36.41% from 541); Max value from RGB is 197 - color contains mainly: blue. Hex color #AEAAC5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEAAC5 is #51553A. Grayscale: #AEAEAE. Windows color (decimal): -5330235 or 12954286. OLE color: 12954286.

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

Color convert

RGB174170197-
CMYK0.120.1400.23
HSL248.89º18.88%71.96%-
HSV(B)248.89º13.71%77.25%-
XYZ41.9141.7858.68-
YUV174.27140.83127.8-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.16%
GREEN value IS 170 (66.80% from 255) = 31.42%
BLUE value IS 197 (77.34% from 255) = 36.41%
R=32.16%
G=31.42%
B=36.41%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1741701970.120.1400.23248.8918.8871.96
HexAEAAC5CE017f91348
Octal256252305141602737123110
Binary1010111010101010110001011100111001011111111001100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAAC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAAC5; }

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

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

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

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

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

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

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

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