#AEACCA

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

Shades of Wistful #AEACCA

Tints of Wistful #AEACCA

Color information

#AEACCA (or 0xAEACCA) is unknown color: approx Wistful. HEX triplet: AE, AC and CA. RGB value is (174,172,202). Sum of RGB (Red+Green+Blue) = 174+172+202=548 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.75% from 548); Green value is 172 (67.58% from 255 or 31.39% from 548); Blue value is 202 (79.30% from 255 or 36.86% from 548); Max value from RGB is 202 - color contains mainly: blue. Hex color #AEACCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEACCA is #515335. Grayscale: #AFAFAF. Windows color (decimal): -5329718 or 13282478. OLE color: 13282478.

HSL color Cylindrical-coordinate representation of color #AEACCA: hue angle of 244º degrees, saturation: 0.22, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AEACCA is Cyan = 0.14, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB174172202-
CMYK0.140.1500.21
HSL244º22.06%73.33%-
HSV(B)244º14.85%79.22%-
XYZ42.8742.7761.87-
YUV176.02142.66126.56-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.75%
GREEN value IS 172 (67.58% from 255) = 31.39%
BLUE value IS 202 (79.30% from 255) = 36.86%
R=31.75%
G=31.39%
B=36.86%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1741722020.140.1500.2124422.0673.33
HexAEACCAEF015f41649
Octal256254312161702536426111
Binary1010111010101100110010101110111101010111110100101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEACCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEACCA; }

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

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

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

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

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

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

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

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