#AEAEC6

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

Shades of Wistful #AEAEC6

Tints of Wistful #AEAEC6

Color information

#AEAEC6 (or 0xAEAEC6) is unknown color: approx Wistful. HEX triplet: AE, AE and C6. RGB value is (174,174,198). Sum of RGB (Red+Green+Blue) = 174+174+198=546 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.87% from 546); Green value is 174 (68.36% from 255 or 31.87% from 546); Blue value is 198 (77.73% from 255 or 36.26% from 546); Max value from RGB is 198 - color contains mainly: blue. Hex color #AEAEC6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEAEC6 is #515139. Grayscale: #B0B0B0. Windows color (decimal): -5329210 or 13020846. OLE color: 13020846.

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

Color convert

RGB174174198-
CMYK0.120.1200.22
HSL240º17.39%72.94%-
HSV(B)240º12.12%77.65%-
XYZ42.7843.3559.54-
YUV176.74140126.05-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.87%
GREEN value IS 174 (68.36% from 255) = 31.87%
BLUE value IS 198 (77.73% from 255) = 36.26%
R=31.87%
G=31.87%
B=36.26%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1741741980.120.1200.2224017.3972.94
HexAEAEC6CC016f01149
Octal256256306141402636021111
Binary1010111010101110110001101100110001011011110000100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAEC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAEC6; }

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

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

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

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

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

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

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

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