#AEAEBF

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

Shades of Wistful #AEAEBF

Tints of Wistful #AEAEBF

Color information

#AEAEBF (or 0xAEAEBF) is unknown color: approx Wistful. HEX triplet: AE, AE and BF. RGB value is (174,174,191). Sum of RGB (Red+Green+Blue) = 174+174+191=539 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.28% from 539); Green value is 174 (68.36% from 255 or 32.28% from 539); Blue value is 191 (75% from 255 or 35.44% from 539); Max value from RGB is 191 - color contains mainly: blue. Hex color #AEAEBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEAEBF is #515140. Grayscale: #AFAFAF. Windows color (decimal): -5329217 or 12562094. OLE color: 12562094.

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

Color convert

RGB174174191-
CMYK0.090.0900.25
HSL240º11.72%71.57%-
HSV(B)240º8.9%74.9%-
XYZ4243.0355.38-
YUV175.94136.5126.62-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.28%
GREEN value IS 174 (68.36% from 255) = 32.28%
BLUE value IS 191 (75% from 255) = 35.44%
R=32.28%
G=32.28%
B=35.44%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1741741910.090.0900.2524011.7271.57
HexAEAEBF99019f0c48
Octal256256277111103136014110
Binary101011101010111010111111100110010110011111000011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAEBF; }

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

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

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

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

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

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

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

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