#AEABC1

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

Shades of Wistful #AEABC1

Tints of Wistful #AEABC1

Color information

#AEABC1 (or 0xAEABC1) is unknown color: approx Wistful. HEX triplet: AE, AB and C1. RGB value is (174,171,193). Sum of RGB (Red+Green+Blue) = 174+171+193=538 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.34% from 538); Green value is 171 (67.19% from 255 or 31.78% from 538); Blue value is 193 (75.78% from 255 or 35.87% from 538); Max value from RGB is 193 - color contains mainly: blue. Hex color #AEABC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEABC1 is #51543E. Grayscale: #AEAEAE. Windows color (decimal): -5329983 or 12692398. OLE color: 12692398.

HSL color Cylindrical-coordinate representation of color #AEABC1: hue angle of 248.18º degrees, saturation: 0.15, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AEABC1 is Cyan = 0.10, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB174171193-
CMYK0.100.1100.24
HSL248.18º15.07%71.37%-
HSV(B)248.18º11.4%75.69%-
XYZ41.6441.9756.36-
YUV174.4138.49127.71-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.34%
GREEN value IS 171 (67.19% from 255) = 31.78%
BLUE value IS 193 (75.78% from 255) = 35.87%
R=32.34%
G=31.78%
B=35.87%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1741711930.100.1100.24248.1815.0771.37
HexAEABC1AB018f8f47
Octal256253301121303037017107
Binary101011101010101111000001101010110110001111100011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEABC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEABC1; }

 p { color: rgb(174,171,193); }

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

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

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

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

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

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

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