#AEAAC3

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

Shades of Wistful #AEAAC3

Tints of Wistful #AEAAC3

Color information

#AEAAC3 (or 0xAEAAC3) is unknown color: approx Wistful. HEX triplet: AE, AA and C3. RGB value is (174,170,195). Sum of RGB (Red+Green+Blue) = 174+170+195=539 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.28% from 539); Green value is 170 (66.80% from 255 or 31.54% from 539); Blue value is 195 (76.56% from 255 or 36.18% from 539); Max value from RGB is 195 - color contains mainly: blue. Hex color #AEAAC3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEAAC3 is #51553C. Grayscale: #ADADAD. Windows color (decimal): -5330237 or 12823214. OLE color: 12823214.

HSL color Cylindrical-coordinate representation of color #AEAAC3: hue angle of 249.6º degrees, saturation: 0.17, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AEAAC3 is Cyan = 0.11, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB174170195-
CMYK0.110.1300.24
HSL249.6º17.24%71.57%-
HSV(B)249.6º12.82%76.47%-
XYZ41.6841.6957.48-
YUV174.05139.83127.97-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.28%
GREEN value IS 170 (66.80% from 255) = 31.54%
BLUE value IS 195 (76.56% from 255) = 36.18%
R=32.28%
G=31.54%
B=36.18%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1741701950.110.1300.24249.617.2471.57
HexAEAAC3BD018fa1148
Octal256252303131503037221110
Binary1010111010101010110000111011110101100011111010100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAAC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAAC3; }

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

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

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

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

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

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

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

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