#AEAABE

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

Shades of Wistful #AEAABE

Tints of Wistful #AEAABE

Color information

#AEAABE (or 0xAEAABE) is unknown color: approx Wistful. HEX triplet: AE, AA and BE. RGB value is (174,170,190). Sum of RGB (Red+Green+Blue) = 174+170+190=534 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.58% from 534); Green value is 170 (66.80% from 255 or 31.84% from 534); Blue value is 190 (74.61% from 255 or 35.58% from 534); Max value from RGB is 190 - color contains mainly: blue. Hex color #AEAABE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEAABE is #515541. Grayscale: #ADADAD. Windows color (decimal): -5330242 or 12495534. OLE color: 12495534.

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

Color convert

RGB174170190-
CMYK0.080.1100.25
HSL252º13.33%70.59%-
HSV(B)252º10.53%74.51%-
XYZ41.1241.4754.55-
YUV173.48137.33128.37-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.58%
GREEN value IS 170 (66.80% from 255) = 31.84%
BLUE value IS 190 (74.61% from 255) = 35.58%
R=32.58%
G=31.84%
B=35.58%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1741701900.080.1100.2525213.3370.59
HexAEAABE8B019fcd47
Octal256252276101303137415107
Binary101011101010101010111110100010110110011111110011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAABE; }

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

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

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

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

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

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

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

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