COLOR #AAC79B

HEX: #AAC79B
RGB: (170,199,155)

Color info

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

RGB color model

#AAC79B color RGB value is (170,199,155).

  • red value is 170;
  • green value is 199;
  • blue value is 155.
RGB:
(170,199,155)
(67%,78%,61%)

RGB channels and saturation

R 170 of 255 = 67%
G 199 of 255 = 78%
B 155 of 255 = 61%

170
199
155

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

Portions of RGB colors in percentages

R + G + B =
170 + 199 + 155 = 524 (100%)
R 170 of 524 ~ 32.44%
G 199 of 524 ~ 37.98%
B 155 of 524 ~ 29.58%

%32.44
%37.98
%29.58

CMYK color model

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

  • cyan value is 14.57%
  • magenta value is 0.00%
  • yellow value is 22.11%
  • key color value is 21.96%
CMYK:
(15,0,22,22)
C15M0Y22K22 
(15%,0%,22%,22%)
(0.15/0.00/0.22/0.22)	

CMYK percentages

%14.57
%0
%22.11
%21.96

Codes

Color #AAC79B in popluar color models

AAC79B
RGB170199155
HSL100°28.21%69.41%
HSB/HSV100°22.11%78.04%
CMYK14.57%0.00%22.11%
21.96%

Color #AAC79B in popluar number systems.

HEXAAC79B
Decimal170199155
Binary101010101100011110011011
Octal252307233

Shades and tints

Shades of #AAC79B

#AAC79B
(170,199,155)
#9BB58D
(155,181,141)
#8CA37F
(140,163,127)
#7D9171
(125,145,113)
#6E7F63
(110,127,99)
#5F6D55
(95,109,85)
#505B47
(80,91,71)
#414939
(65,73,57)
#32372B
(50,55,43)
#23251D
(35,37,29)
#14130F
(20,19,15)
#000000
(0,0,0)

Tints of #AAC79B

#AAC79B
(170,199,155)
#B1CCA4
(177,204,164)
#B8D1AD
(184,209,173)
#BFD6B6
(191,214,182)
#C6DBBF
(198,219,191)
#CDE0C8
(205,224,200)
#D4E5D1
(212,229,209)
#DBEADA
(219,234,218)
#E2EFE3
(226,239,227)
#E9F4EC
(233,244,236)
#F0F9F5
(240,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAC79B color. Also use rgb(170,199,155) instead hex code.

Text Font Color

.myTextColor { color: #AAC79B; }

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

This text font color is #AAC79B.


Background Color

.myBgColor { background-color: #AAC79B; }

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

This div background color is #AAC79B.


Border color

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

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

This div border color is #AAC79B.


Opacity

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

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

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

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

This text has shadow with #AAC79B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAC79B on black background.


Color preview on white background

This text has color #AAC79B on white background.



Black color preview on #AAC79B background

This text has black color on #AAC79B background.


White color preview on #AAC79B background

This text has white color on #AAC79B background.