#AEAAC8

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

Shades of Wistful #AEAAC8

Tints of Wistful #AEAAC8

Color information

#AEAAC8 (or 0xAEAAC8) is unknown color: approx Wistful. HEX triplet: AE, AA and C8. RGB value is (174,170,200). Sum of RGB (Red+Green+Blue) = 174+170+200=544 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.99% from 544); Green value is 170 (66.80% from 255 or 31.25% from 544); Blue value is 200 (78.52% from 255 or 36.76% from 544); Max value from RGB is 200 - color contains mainly: blue. Hex color #AEAAC8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEAAC8 is #515537. Grayscale: #AEAEAE. Windows color (decimal): -5330232 or 13150894. OLE color: 13150894.

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

Color convert

RGB174170200-
CMYK0.130.1500.22
HSL248º21.43%72.55%-
HSV(B)248º15%78.43%-
XYZ42.2641.9260.51-
YUV174.62142.33127.56-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.99%
GREEN value IS 170 (66.80% from 255) = 31.25%
BLUE value IS 200 (78.52% from 255) = 36.76%
R=31.99%
G=31.25%
B=36.76%

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
Decimal1741702000.130.1500.2224821.4372.55
HexAEAAC8DF016f81549
Octal256252310151702637025111
Binary1010111010101010110010001101111101011011111000101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAAC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAAC8; }

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

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

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

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

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

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

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

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