#AEAABF

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

Shades of Wistful #AEAABF

Tints of Wistful #AEAABF

Color information

#AEAABF (or 0xAEAABF) is unknown color: approx Wistful. HEX triplet: AE, AA and BF. RGB value is (174,170,191). Sum of RGB (Red+Green+Blue) = 174+170+191=535 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.52% from 535); Green value is 170 (66.80% from 255 or 31.78% from 535); Blue value is 191 (75% from 255 or 35.70% from 535); Max value from RGB is 191 - color contains mainly: blue. Hex color #AEAABF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEAABF is #515540. Grayscale: #ADADAD. Windows color (decimal): -5330241 or 12561070. OLE color: 12561070.

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

Color convert

RGB174170191-
CMYK0.090.1100.25
HSL251.43º14.09%70.78%-
HSV(B)251.43º10.99%74.9%-
XYZ41.2341.5155.13-
YUV173.59137.83128.29-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.52%
GREEN value IS 170 (66.80% from 255) = 31.78%
BLUE value IS 191 (75% from 255) = 35.70%
R=32.52%
G=31.78%
B=35.70%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1741701910.090.1100.25251.4314.0970.78
HexAEAABF9B019fbe47
Octal256252277111303137316107
Binary101011101010101010111111100110110110011111101111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAABF; }

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

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

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

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

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

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

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

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