COLOR #AEC5A0

HEX: #AEC5A0
RGB: (174,197,160)

Color info

#AEC5A0 contains red, green and blue colors in about the same proportion. Web safe color of #AEC5A0 is #99CC99 (or #9C9).

RGB color model

#AEC5A0 color RGB value is (174,197,160).

  • red value is 174;
  • green value is 197;
  • blue value is 160.
RGB:
(174,197,160)
(68%,77%,63%)

RGB channels and saturation

R 174 of 255 = 68%
G 197 of 255 = 77%
B 160 of 255 = 63%

174
197
160

R + G + B ~ 69%. #AEC5A0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 197 + 160 = 531 (100%)
R 174 of 531 ~ 32.77%
G 197 of 531 ~ 37.1%
B 160 of 531 ~ 30.13%

%32.77
%37.1
%30.13

CMYK color model

#AEC5A0 color CMYK value is (12,0,19,23).

  • cyan value is 11.68%
  • magenta value is 0.00%
  • yellow value is 18.78%
  • key color value is 22.75%
CMYK:
(12,0,19,23)
C12M0Y19K23 
(12%,0%,19%,23%)
(0.12/0.00/0.19/0.23)	

CMYK percentages

%11.68
%0
%18.78
%22.75

Codes

Color #AEC5A0 in popluar color models

AEC5A0
RGB174197160
HSL97°24.18%70.00%
HSB/HSV97°18.78%77.25%
CMYK11.68%0.00%18.78%
22.75%

Color #AEC5A0 in popluar number systems.

HEXAEC5A0
Decimal174197160
Binary101011101100010110100000
Octal256305240

Shades and tints

Shades of #AEC5A0

#AEC5A0
(174,197,160)
#9FB492
(159,180,146)
#90A384
(144,163,132)
#819276
(129,146,118)
#728168
(114,129,104)
#63705A
(99,112,90)
#545F4C
(84,95,76)
#454E3E
(69,78,62)
#363D30
(54,61,48)
#272C22
(39,44,34)
#181B14
(24,27,20)
#000000
(0,0,0)

Tints of #AEC5A0

#AEC5A0
(174,197,160)
#B5CAA8
(181,202,168)
#BCCFB0
(188,207,176)
#C3D4B8
(195,212,184)
#CAD9C0
(202,217,192)
#D1DEC8
(209,222,200)
#D8E3D0
(216,227,208)
#DFE8D8
(223,232,216)
#E6EDE0
(230,237,224)
#EDF2E8
(237,242,232)
#F4F7F0
(244,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEC5A0 color. Also use rgb(174,197,160) instead hex code.

Text Font Color

.myTextColor { color: #AEC5A0; }

<p style="color:#AEC5A0">This sample text font color is #AEC5A0.</p>

This text font color is #AEC5A0.


Background Color

.myBgColor { background-color: #AEC5A0; }

<div style="background-color:#AEC5A0">Inner text</div>

This div background color is #AEC5A0.


Border color

.myBorderColor { border: 1px solid #AEC5A0; }

<div style="border:3px solid #AEC5A0">Div</div>

This div border color is #AEC5A0.


Opacity

.myOpacity80 { color: #AEC5A0; opacity: 0.8; }

<p style="color:#AEC5A0;opacity:0.8;">80%</p>

Text with #AEC5A0 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #AEC5A0;}

<p style="text-shadow: 3px 3px 1px #AEC5A0">Text here.</p>

This text has shadow with #AEC5A0 color.

.textShadow {text-shadow: 3px 3px 1px #AEC5A0, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #AEC5A0, 5px 5px 20px red">Text here.</p>

This text has shadow with #AEC5A0 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AEC5A0, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#AEC5A0, Direction=45, Strength=4)">Text</p>

This text has shadow with #AEC5A0 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #AEC5A0;
  -webkit-box-shadow:	1px 1px 3px 2px #AEC5A0;
  box-shadow:		1px 1px 3px 2px #AEC5A0;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AEC5A0;
-webkit-box-shadow: 1px 1px 3px 2px #AEC5A0;
box-shadow:1px 1px 3px 2px #AEC5A0;">
Div content here</div>
This div box has shadow with color #AEC5A0.

Preview

Color preview on black background

This text has color #AEC5A0 on black background.


Color preview on white background

This text has color #AEC5A0 on white background.



Black color preview on #AEC5A0 background

This text has black color on #AEC5A0 background.


White color preview on #AEC5A0 background

This text has white color on #AEC5A0 background.