#AEADC3

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

Shades of Wistful #AEADC3

Tints of Wistful #AEADC3

Color information

#AEADC3 (or 0xAEADC3) is unknown color: approx Wistful. HEX triplet: AE, AD and C3. RGB value is (174,173,195). Sum of RGB (Red+Green+Blue) = 174+173+195=542 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.10% from 542); Green value is 173 (67.97% from 255 or 31.92% from 542); Blue value is 195 (76.56% from 255 or 35.98% from 542); Max value from RGB is 195 - color contains mainly: blue. Hex color #AEADC3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEADC3 is #51523C. Grayscale: #AFAFAF. Windows color (decimal): -5329469 or 12823982. OLE color: 12823982.

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

Color convert

RGB174173195-
CMYK0.110.1100.24
HSL242.73º15.49%72.16%-
HSV(B)242.73º11.28%76.47%-
XYZ42.2542.8357.67-
YUV175.81138.83126.71-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.10%
GREEN value IS 173 (67.97% from 255) = 31.92%
BLUE value IS 195 (76.56% from 255) = 35.98%
R=32.10%
G=31.92%
B=35.98%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1741731950.110.1100.24242.7315.4972.16
HexAEADC3BB018f3f48
Octal256255303131303036317110
Binary101011101010110111000011101110110110001111001111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEADC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEADC3; }

 p { color: rgb(174,173,195); }

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

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

 a { background-color: rgb(174,173,195); }

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

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

 span { border-color: rgb(174,173,195); }

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