#AEAAC1

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

Shades of Wistful #AEAAC1

Tints of Wistful #AEAAC1

Color information

#AEAAC1 (or 0xAEAAC1) is unknown color: approx Wistful. HEX triplet: AE, AA and C1. RGB value is (174,170,193). Sum of RGB (Red+Green+Blue) = 174+170+193=537 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.40% from 537); Green value is 170 (66.80% from 255 or 31.66% from 537); Blue value is 193 (75.78% from 255 or 35.94% from 537); Max value from RGB is 193 - color contains mainly: blue. Hex color #AEAAC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEAAC1 is #51553E. Grayscale: #ADADAD. Windows color (decimal): -5330239 or 12692142. OLE color: 12692142.

HSL color Cylindrical-coordinate representation of color #AEAAC1: hue angle of 250.43º degrees, saturation: 0.16, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AEAAC1 is Cyan = 0.10, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB174170193-
CMYK0.100.1200.24
HSL250.43º15.65%71.18%-
HSV(B)250.43º11.92%75.69%-
XYZ41.4641.656.3-
YUV173.82138.83128.13-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.40%
GREEN value IS 170 (66.80% from 255) = 31.66%
BLUE value IS 193 (75.78% from 255) = 35.94%
R=32.40%
G=31.66%
B=35.94%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1741701930.100.1200.24250.4315.6571.18
HexAEAAC1AC018fa1047
Octal256252301121403037220107
Binary1010111010101010110000011010110001100011111010100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAAC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAAC1; }

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

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

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

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

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

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

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

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