#AEAEC5

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

Shades of Wistful #AEAEC5

Tints of Wistful #AEAEC5

Color information

#AEAEC5 (or 0xAEAEC5) is unknown color: approx Wistful. HEX triplet: AE, AE and C5. RGB value is (174,174,197). Sum of RGB (Red+Green+Blue) = 174+174+197=545 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.93% from 545); Green value is 174 (68.36% from 255 or 31.93% from 545); Blue value is 197 (77.34% from 255 or 36.15% from 545); Max value from RGB is 197 - color contains mainly: blue. Hex color #AEAEC5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEAEC5 is #51513A. Grayscale: #B0B0B0. Windows color (decimal): -5329211 or 12955310. OLE color: 12955310.

HSL color Cylindrical-coordinate representation of color #AEAEC5: hue angle of 240º degrees, saturation: 0.17, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AEAEC5 is Cyan = 0.12, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB174174197-
CMYK0.120.1200.23
HSL240º16.55%72.75%-
HSV(B)240º11.68%77.25%-
XYZ42.6743.358.93-
YUV176.62139.5126.13-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.93%
GREEN value IS 174 (68.36% from 255) = 31.93%
BLUE value IS 197 (77.34% from 255) = 36.15%
R=31.93%
G=31.93%
B=36.15%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1741741970.120.1200.2324016.5572.75
HexAEAEC5CC017f01149
Octal256256305141402736021111
Binary1010111010101110110001011100110001011111110000100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAEC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAEC5; }

 p { color: rgb(174,174,197); }

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

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

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

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

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

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

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