#AEAEC8

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

Shades of Wistful #AEAEC8

Tints of Wistful #AEAEC8

Color information

#AEAEC8 (or 0xAEAEC8) is unknown color: approx Wistful. HEX triplet: AE, AE and C8. RGB value is (174,174,200). Sum of RGB (Red+Green+Blue) = 174+174+200=548 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.75% from 548); Green value is 174 (68.36% from 255 or 31.75% from 548); Blue value is 200 (78.52% from 255 or 36.50% from 548); Max value from RGB is 200 - color contains mainly: blue. Hex color #AEAEC8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEAEC8 is #515137. Grayscale: #B0B0B0. Windows color (decimal): -5329208 or 13151918. OLE color: 13151918.

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

Color convert

RGB174174200-
CMYK0.130.1300.22
HSL240º19.12%73.33%-
HSV(B)240º13%78.43%-
XYZ43.0243.4460.76-
YUV176.96141125.89-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.75%
GREEN value IS 174 (68.36% from 255) = 31.75%
BLUE value IS 200 (78.52% from 255) = 36.50%
R=31.75%
G=31.75%
B=36.50%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1741742000.130.1300.2224019.1273.33
HexAEAEC8DD016f01349
Octal256256310151502636023111
Binary1010111010101110110010001101110101011011110000100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAEC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAEC8; }

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

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

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

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

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

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

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

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