#AEAEC7

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

Shades of Wistful #AEAEC7

Tints of Wistful #AEAEC7

Color information

#AEAEC7 (or 0xAEAEC7) is unknown color: approx Wistful. HEX triplet: AE, AE and C7. RGB value is (174,174,199). Sum of RGB (Red+Green+Blue) = 174+174+199=547 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.81% from 547); Green value is 174 (68.36% from 255 or 31.81% from 547); Blue value is 199 (78.12% from 255 or 36.38% from 547); Max value from RGB is 199 - color contains mainly: blue. Hex color #AEAEC7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEAEC7 is #515138. Grayscale: #B0B0B0. Windows color (decimal): -5329209 or 13086382. OLE color: 13086382.

HSL color Cylindrical-coordinate representation of color #AEAEC7: hue angle of 240º degrees, saturation: 0.18, 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 #AEAEC7 is Cyan = 0.13, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB174174199-
CMYK0.130.1300.22
HSL240º18.25%73.14%-
HSV(B)240º12.56%78.04%-
XYZ42.943.3960.15-
YUV176.85140.5125.97-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.81%
GREEN value IS 174 (68.36% from 255) = 31.81%
BLUE value IS 199 (78.12% from 255) = 36.38%
R=31.81%
G=31.81%
B=36.38%

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
Decimal1741741990.130.1300.2224018.2573.14
HexAEAEC7DD016f01249
Octal256256307151502636022111
Binary1010111010101110110001111101110101011011110000100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAEC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAEC7; }

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

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

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

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

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

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

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

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