#AEC7A0

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

Shades of Spring Rain #AEC7A0

Tints of Spring Rain #AEC7A0

Color information

#AEC7A0 (or 0xAEC7A0) is unknown color: approx Spring Rain. HEX triplet: AE, C7 and A0. RGB value is (174,199,160). Sum of RGB (Red+Green+Blue) = 174+199+160=533 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.65% from 533); Green value is 199 (78.12% from 255 or 37.34% from 533); Blue value is 160 (62.89% from 255 or 30.02% from 533); Max value from RGB is 199 - color contains mainly: green. Hex color #AEC7A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEC7A0 is #51385F. Grayscale: #BBBBBB. Windows color (decimal): -5322848 or 10536878. OLE color: 10536878.

HSL color Cylindrical-coordinate representation of color #AEC7A0: hue angle of 98.46º degrees, saturation: 0.26, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AEC7A0 is Cyan = 0.13, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.22.

Color convert

RGB174199160-
CMYK0.1300.200.22
HSL98.46º25.83%70.39%-
HSV(B)98.46º19.6%78.04%-
XYZ44.2252.3841.04-
YUV187.08112.72118.67-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.65%
GREEN value IS 199 (78.12% from 255) = 37.34%
BLUE value IS 160 (62.89% from 255) = 30.02%
R=32.65%
G=37.34%
B=30.02%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1741991600.1300.200.2298.4625.8370.39
HexAEC7A0D01416621a46
Octal256307240150242614232106
Binary1010111011000111101000001101010100101101100010110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC7A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC7A0; }

 p { color: rgb(174,199,160); }

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

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

 a { background-color: rgb(174,199,160); }

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

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

 span { border-color: rgb(174,199,160); }

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