COLOR #AAC38B

HEX: #AAC38B
RGB: (170,195,139)

Color info

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

RGB color model

#AAC38B color RGB value is (170,195,139).

  • red value is 170;
  • green value is 195;
  • blue value is 139.
RGB:
(170,195,139)
(67%,76%,55%)

RGB channels and saturation

R 170 of 255 = 67%
G 195 of 255 = 76%
B 139 of 255 = 55%

170
195
139

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

Portions of RGB colors in percentages

R + G + B =
170 + 195 + 139 = 504 (100%)
R 170 of 504 ~ 33.73%
G 195 of 504 ~ 38.69%
B 139 of 504 ~ 27.58%

%33.73
%38.69
%27.58

CMYK color model

#AAC38B color CMYK value is (13,0,29,24).

  • cyan value is 12.82%
  • magenta value is 0.00%
  • yellow value is 28.72%
  • key color value is 23.53%
CMYK:
(13,0,29,24)
C13M0Y29K24 
(13%,0%,29%,24%)
(0.13/0.00/0.29/0.24)	

CMYK percentages

%12.82
%0
%28.72
%23.53

Codes

Color #AAC38B in popluar color models

AAC38B
RGB170195139
HSL87°31.82%65.49%
HSB/HSV87°28.72%76.47%
CMYK12.82%0.00%28.72%
23.53%

Color #AAC38B in popluar number systems.

HEXAAC38B
Decimal170195139
Binary101010101100001110001011
Octal252303213

Shades and tints

Shades of #AAC38B

#AAC38B
(170,195,139)
#9BB27F
(155,178,127)
#8CA173
(140,161,115)
#7D9067
(125,144,103)
#6E7F5B
(110,127,91)
#5F6E4F
(95,110,79)
#505D43
(80,93,67)
#414C37
(65,76,55)
#323B2B
(50,59,43)
#232A1F
(35,42,31)
#141913
(20,25,19)
#000000
(0,0,0)

Tints of #AAC38B

#AAC38B
(170,195,139)
#B1C895
(177,200,149)
#B8CD9F
(184,205,159)
#BFD2A9
(191,210,169)
#C6D7B3
(198,215,179)
#CDDCBD
(205,220,189)
#D4E1C7
(212,225,199)
#DBE6D1
(219,230,209)
#E2EBDB
(226,235,219)
#E9F0E5
(233,240,229)
#F0F5EF
(240,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAC38B; }

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

This text font color is #AAC38B.


Background Color

.myBgColor { background-color: #AAC38B; }

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

This div background color is #AAC38B.


Border color

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

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

This div border color is #AAC38B.


Opacity

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

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

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

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

This text has shadow with #AAC38B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAC38B on black background.


Color preview on white background

This text has color #AAC38B on white background.



Black color preview on #AAC38B background

This text has black color on #AAC38B background.


White color preview on #AAC38B background

This text has white color on #AAC38B background.