COLOR #AAC89D

HEX: #AAC89D RGB: (170,200,157)

Color info

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

RGB color model

#AAC89D color RGB value is (170,200,157).

RGB: (170,200,157) (67%, 78%, 62%)

RGB channels and saturation

R 170 of 255 = 67%
G 200 of 255 = 78%
B 157 of 255 = 62%

170
200
157

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

Portions of RGB colors in percentages

R + G + B = 170 + 200 + 157 = 527 (100%)
R 170 of 527 ~ 32.26%
G 200 of 527 ~ 37.95%
B 157 of 527 ~ 29.79'%

%32.26
%37.95
%29.79

CMYK color model

#AAC89D color CMYK value is (15,0,22,22).

  • cyan value is 15.00%
  • magenta value is 0.00%
  • yellow value is 21.50%
  • key color value is 21.57%

CMYK: (15,0,22,22)
C15M0Y22K22 (15%, 0%, 22%, 22%)
(0.15 / 0.00 / 0.22 / 0.22)

CMYK percentages

%15
%0
%21.5
%21.57

Codes

Color #AAC89D in popluar color models

AA C8 9D
RGB 170 200 157
HSL 102° 28.10% 70.00%
HSB/HSV 102° 21.50% 78.43%
CMYK 15.00% 0.00% 21.50%
21.57%

Color #AAC89D in popluar number systems.

HEX AA C8 9D
Decimal 170 200 157
Binary 10101010 11001000 10011101
Octal 252 310 235

Shades and tints

Shades of #AAC89D

#AAC89D
(170,200,157)
#9BB68F
(155,182,143)
#8CA481
(140,164,129)
#7D9273
(125,146,115)
#6E8065
(110,128,101)
#5F6E57
(95,110,87)
#505C49
(80,92,73)
#414A3B
(65,74,59)
#32382D
(50,56,45)
#23261F
(35,38,31)
#141411
(20,20,17)
#000000
(0,0,0)

Tints of #AAC89D

#AAC89D
(170,200,157)
#B1CDA5
(177,205,165)
#B8D2AD
(184,210,173)
#BFD7B5
(191,215,181)
#C6DCBD
(198,220,189)
#CDE1C5
(205,225,197)
#D4E6CD
(212,230,205)
#DBEBD5
(219,235,213)
#E2F0DD
(226,240,221)
#E9F5E5
(233,245,229)
#F0FAED
(240,250,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAC89D color. Also use rgb(170,200,157) instead hex code.

Text Font Color

.myTextColor { color: #AAC89D; }

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

This text font color is #AAC89D.

Background Color

.myBgColor { background-color: #AAC89D; }

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

This div background color is #AAC89D.

Border color

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

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

This div border color is #AAC89D.

Opacity

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

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

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

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

This text has shadow with #AAC89D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAC89D.

Preview

Color preview on black background

This text has color #AAC89D on black background.


Color preview on white background

This text has color #AAC89D on white background.


Black color preview on #AAC89D background

This text has black color on #AAC89D background.


White color preview on #AAC89D background

This text has white color on #AAC89D background.


Related colors

Complementary color

Complementary color for #hex is #553762.


I love getcolorcode.com

Triadic colors

1 #9DAAC8 and #C89DAA with #AAC89D are triadic colors.

2 #9DC8AA and #C8AA9D with #AAC89D are triadic colors.