#AEC0A3

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

Shades of Spring Rain #AEC0A3

Tints of Spring Rain #AEC0A3

Color information

#AEC0A3 (or 0xAEC0A3) is unknown color: approx Spring Rain. HEX triplet: AE, C0 and A3. RGB value is (174,192,163). Sum of RGB (Red+Green+Blue) = 174+192+163=529 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.89% from 529); Green value is 192 (75.39% from 255 or 36.29% from 529); Blue value is 163 (64.06% from 255 or 30.81% from 529); Max value from RGB is 192 - color contains mainly: green. Hex color #AEC0A3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEC0A3 is #513F5C. Grayscale: #B7B7B7. Windows color (decimal): -5324637 or 10731694. OLE color: 10731694.

HSL color Cylindrical-coordinate representation of color #AEC0A3: hue angle of 97.24º degrees, saturation: 0.19, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AEC0A3 is Cyan = 0.09, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.25.

Color convert

RGB174192163-
CMYK0.0900.150.25
HSL97.24º18.71%69.61%-
HSV(B)97.24º15.1%75.29%-
XYZ42.9249.3441.91-
YUV183.31116.54121.36-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.89%
GREEN value IS 192 (75.39% from 255) = 36.29%
BLUE value IS 163 (64.06% from 255) = 30.81%
R=32.89%
G=36.29%
B=30.81%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1741921630.0900.150.2597.2418.7169.61
HexAEC0A390F19611346
Octal256300243110173114123106
Binary101011101100000010100011100101111110011100001100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC0A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC0A3; }

 p { color: rgb(174,192,163); }

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

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

 a { background-color: rgb(174,192,163); }

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

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

 span { border-color: rgb(174,192,163); }

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