#AEA9C9

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

Shades of Wistful #AEA9C9

Tints of Wistful #AEA9C9

Color information

#AEA9C9 (or 0xAEA9C9) is unknown color: approx Wistful. HEX triplet: AE, A9 and C9. RGB value is (174,169,201). Sum of RGB (Red+Green+Blue) = 174+169+201=544 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.99% from 544); Green value is 169 (66.41% from 255 or 31.07% from 544); Blue value is 201 (78.91% from 255 or 36.95% from 544); Max value from RGB is 201 - color contains mainly: blue. Hex color #AEA9C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEA9C9 is #515636. Grayscale: #AEAEAE. Windows color (decimal): -5330487 or 13216174. OLE color: 13216174.

HSL color Cylindrical-coordinate representation of color #AEA9C9: hue angle of 249.38º degrees, saturation: 0.23, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AEA9C9 is Cyan = 0.13, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB174169201-
CMYK0.130.1600.21
HSL249.38º22.86%72.55%-
HSV(B)249.38º15.92%78.82%-
XYZ42.1941.5961.06-
YUV174.14143.16127.9-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.99%
GREEN value IS 169 (66.41% from 255) = 31.07%
BLUE value IS 201 (78.91% from 255) = 36.95%
R=31.99%
G=31.07%
B=36.95%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1741692010.130.1600.21249.3822.8672.55
HexAEA9C9D10015f91749
Octal256251311152002537127111
Binary10101110101010011100100111011000001010111111001101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA9C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA9C9; }

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

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

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

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

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

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

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

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