#AEA9C7

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

Shades of Wistful #AEA9C7

Tints of Wistful #AEA9C7

Color information

#AEA9C7 (or 0xAEA9C7) is unknown color: approx Wistful. HEX triplet: AE, A9 and C7. RGB value is (174,169,199). Sum of RGB (Red+Green+Blue) = 174+169+199=542 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.10% from 542); Green value is 169 (66.41% from 255 or 31.18% from 542); Blue value is 199 (78.12% from 255 or 36.72% from 542); Max value from RGB is 199 - color contains mainly: blue. Hex color #AEA9C7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEA9C7 is #515638. Grayscale: #ADADAD. Windows color (decimal): -5330489 or 13085102. OLE color: 13085102.

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

Color convert

RGB174169199-
CMYK0.130.1500.22
HSL250º21.13%72.16%-
HSV(B)250º15.08%78.04%-
XYZ41.9541.559.83-
YUV173.92142.16128.06-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.10%
GREEN value IS 169 (66.41% from 255) = 31.18%
BLUE value IS 199 (78.12% from 255) = 36.72%
R=32.10%
G=31.18%
B=36.72%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1741691990.130.1500.2225021.1372.16
HexAEA9C7DF016fa1548
Octal256251307151702637225110
Binary1010111010101001110001111101111101011011111010101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA9C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA9C7; }

 p { color: rgb(174,169,199); }

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

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

 a { background-color: rgb(174,169,199); }

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

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

 span { border-color: rgb(174,169,199); }

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