COLOR #AAC58B

HEX: #AAC58B RGB: (170,197,139)

Color info

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

RGB color model

#AAC58B color RGB value is (170,197,139).

RGB: (170,197,139) (67%, 77%, 55%)

RGB channels and saturation

R 170 of 255 = 67%
G 197 of 255 = 77%
B 139 of 255 = 55%

170
197
139

R + G + B ~ 66%. #AAC58B is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 197 + 139 = 506 (100%)
R 170 of 506 ~ 33.6%
G 197 of 506 ~ 38.93%
B 139 of 506 ~ 27.47'%

%33.6
%38.93
%27.47

CMYK color model

#AAC58B color CMYK value is (14,0,29,23).

  • cyan value is 13.71%
  • magenta value is 0.00%
  • yellow value is 29.44%
  • key color value is 22.75%

CMYK: (14,0,29,23)
C14M0Y29K23 (14%, 0%, 29%, 23%)
(0.14 / 0.00 / 0.29 / 0.23)

CMYK percentages

%13.71
%0
%29.44
%22.75

Codes

Color #AAC58B in popluar color models

AA C5 8B
RGB 170 197 139
HSL 88° 33.33% 65.88%
HSB/HSV 88° 29.44% 77.25%
CMYK 13.71% 0.00% 29.44%
22.75%

Color #AAC58B in popluar number systems.

HEX AA C5 8B
Decimal 170 197 139
Binary 10101010 11000101 10001011
Octal 252 305 213

Shades and tints

Shades of #AAC58B

#AAC58B
(170,197,139)
#9BB47F
(155,180,127)
#8CA373
(140,163,115)
#7D9267
(125,146,103)
#6E815B
(110,129,91)
#5F704F
(95,112,79)
#505F43
(80,95,67)
#414E37
(65,78,55)
#323D2B
(50,61,43)
#232C1F
(35,44,31)
#141B13
(20,27,19)
#000000
(0,0,0)

Tints of #AAC58B

#AAC58B
(170,197,139)
#B1CA95
(177,202,149)
#B8CF9F
(184,207,159)
#BFD4A9
(191,212,169)
#C6D9B3
(198,217,179)
#CDDEBD
(205,222,189)
#D4E3C7
(212,227,199)
#DBE8D1
(219,232,209)
#E2EDDB
(226,237,219)
#E9F2E5
(233,242,229)
#F0F7EF
(240,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAC58B color. Also use rgb(170,197,139) instead hex code.

Text Font Color

.myTextColor { color: #AAC58B; }

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

This text font color is #AAC58B.

Background Color

.myBgColor { background-color: #AAC58B; }

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

This div background color is #AAC58B.

Border color

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

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

This div border color is #AAC58B.

Opacity

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

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

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

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

This text has shadow with #AAC58B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAC58B.

Preview

Color preview on black background

This text has color #AAC58B on black background.


Color preview on white background

This text has color #AAC58B on white background.


Black color preview on #AAC58B background

This text has black color on #AAC58B background.


White color preview on #AAC58B background

This text has white color on #AAC58B background.


Related colors

Complementary color

Complementary color for #hex is #553A74.


I love getcolorcode.com

Triadic colors

1 #8BAAC5 and #C58BAA with #AAC58B are triadic colors.

2 #8BC5AA and #C5AA8B with #AAC58B are triadic colors.