#AEAACB

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

Shades of Wistful #AEAACB

Tints of Wistful #AEAACB

Color information

#AEAACB (or 0xAEAACB) is unknown color: approx Wistful. HEX triplet: AE, AA and CB. RGB value is (174,170,203). Sum of RGB (Red+Green+Blue) = 174+170+203=547 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.81% from 547); Green value is 170 (66.80% from 255 or 31.08% from 547); Blue value is 203 (79.69% from 255 or 37.11% from 547); Max value from RGB is 203 - color contains mainly: blue. Hex color #AEAACB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEAACB is #515534. Grayscale: #AEAEAE. Windows color (decimal): -5330229 or 13347502. OLE color: 13347502.

HSL color Cylindrical-coordinate representation of color #AEAACB: hue angle of 247.27º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AEAACB is Cyan = 0.14, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB174170203-
CMYK0.140.1600.20
HSL247.27º24.09%73.14%-
HSV(B)247.27º16.26%79.61%-
XYZ42.6142.0662.37-
YUV174.96143.83127.32-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.81%
GREEN value IS 170 (66.80% from 255) = 31.08%
BLUE value IS 203 (79.69% from 255) = 37.11%
R=31.81%
G=31.08%
B=37.11%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1741702030.140.1600.20247.2724.0973.14
HexAEAACBE10014f71849
Octal256252313162002436730111
Binary10101110101010101100101111101000001010011110111110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAACB; }

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

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

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

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

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

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

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

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