COLOR #AEC2A0

HEX: #AEC2A0 RGB: (174,194,160)

Color info

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

RGB color model

#AEC2A0 color RGB value is (174,194,160).

RGB: (174,194,160) (68%, 76%, 63%)

RGB channels and saturation

R 174 of 255 = 68%
G 194 of 255 = 76%
B 160 of 255 = 63%

174
194
160

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

Portions of RGB colors in percentages

R + G + B = 174 + 194 + 160 = 528 (100%)
R 174 of 528 ~ 32.95%
G 194 of 528 ~ 36.74%
B 160 of 528 ~ 30.3'%

%32.95
%36.74
%30.3

CMYK color model

#AEC2A0 color CMYK value is (10,0,18,24).

  • cyan value is 10.31%
  • magenta value is 0.00%
  • yellow value is 17.53%
  • key color value is 23.92%

CMYK: (10,0,18,24)
C10M0Y18K24 (10%, 0%, 18%, 24%)
(0.10 / 0.00 / 0.18 / 0.24)

CMYK percentages

%10.31
%0
%17.53
%23.92

Codes

Color #AEC2A0 in popluar color models

AE C2 A0
RGB 174 194 160
HSL 95° 21.79% 69.41%
HSB/HSV 95° 17.53% 76.08%
CMYK 10.31% 0.00% 17.53%
23.92%

Color #AEC2A0 in popluar number systems.

HEX AE C2 A0
Decimal 174 194 160
Binary 10101110 11000010 10100000
Octal 256 302 240

Shades and tints

Shades of #AEC2A0

#AEC2A0
(174,194,160)
#9FB192
(159,177,146)
#90A084
(144,160,132)
#818F76
(129,143,118)
#727E68
(114,126,104)
#636D5A
(99,109,90)
#545C4C
(84,92,76)
#454B3E
(69,75,62)
#363A30
(54,58,48)
#272922
(39,41,34)
#181814
(24,24,20)
#000000
(0,0,0)

Tints of #AEC2A0

#AEC2A0
(174,194,160)
#B5C7A8
(181,199,168)
#BCCCB0
(188,204,176)
#C3D1B8
(195,209,184)
#CAD6C0
(202,214,192)
#D1DBC8
(209,219,200)
#D8E0D0
(216,224,208)
#DFE5D8
(223,229,216)
#E6EAE0
(230,234,224)
#EDEFE8
(237,239,232)
#F4F4F0
(244,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEC2A0; }

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

This text font color is #AEC2A0.

Background Color

.myBgColor { background-color: #AEC2A0; }

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

This div background color is #AEC2A0.

Border color

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

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

This div border color is #AEC2A0.

Opacity

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

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

Text with #AEC2A0 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 #AEC2A0;}

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

This text has shadow with #AEC2A0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEC2A0.

Preview

Color preview on black background

This text has color #AEC2A0 on black background.


Color preview on white background

This text has color #AEC2A0 on white background.


Black color preview on #AEC2A0 background

This text has black color on #AEC2A0 background.


White color preview on #AEC2A0 background

This text has white color on #AEC2A0 background.


Related colors

Complementary color

Complementary color for #hex is #513D5F.


I love getcolorcode.com

Triadic colors

1 #A0AEC2 and #C2A0AE with #AEC2A0 are triadic colors.

2 #A0C2AE and #C2AEA0 with #AEC2A0 are triadic colors.