#AEACCF

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

Shades of Wistful #AEACCF

Tints of Wistful #AEACCF

Color information

#AEACCF (or 0xAEACCF) is unknown color: approx Wistful. HEX triplet: AE, AC and CF. RGB value is (174,172,207). Sum of RGB (Red+Green+Blue) = 174+172+207=553 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.46% from 553); Green value is 172 (67.58% from 255 or 31.10% from 553); Blue value is 207 (81.25% from 255 or 37.43% from 553); Max value from RGB is 207 - color contains mainly: blue. Hex color #AEACCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEACCF is #515330. Grayscale: #B0B0B0. Windows color (decimal): -5329713 or 13610158. OLE color: 13610158.

HSL color Cylindrical-coordinate representation of color #AEACCF: hue angle of 243.43º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AEACCF is Cyan = 0.16, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB174172207-
CMYK0.160.1700.19
HSL243.43º26.72%74.31%-
HSV(B)243.43º16.91%81.18%-
XYZ43.4743.0165.04-
YUV176.59145.16126.15-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.46%
GREEN value IS 172 (67.58% from 255) = 31.10%
BLUE value IS 207 (81.25% from 255) = 37.43%
R=31.46%
G=31.10%
B=37.43%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1741722070.160.1700.19243.4326.7274.31
HexAEACCF1011013f31b4a
Octal256254317202102336333112
Binary101011101010110011001111100001000101001111110011110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEACCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEACCF; }

 p { color: rgb(174,172,207); }

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

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

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

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

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

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

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