COLOR #AAC59C

HEX: #AAC59C
RGB: (170,197,156)

Color info

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

RGB color model

#AAC59C color RGB value is (170,197,156).

  • red value is 170;
  • green value is 197;
  • blue value is 156.
RGB:
(170,197,156)
(67%,77%,61%)

RGB channels and saturation

R 170 of 255 = 67%
G 197 of 255 = 77%
B 156 of 255 = 61%

170
197
156

R + G + B ~ 68%. #AAC59C is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 197 + 156 = 523 (100%)
R 170 of 523 ~ 32.5%
G 197 of 523 ~ 37.67%
B 156 of 523 ~ 29.83%

%32.5
%37.67
%29.83

CMYK color model

#AAC59C color CMYK value is (14,0,21,23).

  • cyan value is 13.71%
  • magenta value is 0.00%
  • yellow value is 20.81%
  • key color value is 22.75%
CMYK:
(14,0,21,23)
C14M0Y21K23 
(14%,0%,21%,23%)
(0.14/0.00/0.21/0.23)	

CMYK percentages

%13.71
%0
%20.81
%22.75

Codes

Color #AAC59C in popluar color models

AAC59C
RGB170197156
HSL100°26.11%69.22%
HSB/HSV100°20.81%77.25%
CMYK13.71%0.00%20.81%
22.75%

Color #AAC59C in popluar number systems.

HEXAAC59C
Decimal170197156
Binary101010101100010110011100
Octal252305234

Shades and tints

Shades of #AAC59C

#AAC59C
(170,197,156)
#9BB48E
(155,180,142)
#8CA380
(140,163,128)
#7D9272
(125,146,114)
#6E8164
(110,129,100)
#5F7056
(95,112,86)
#505F48
(80,95,72)
#414E3A
(65,78,58)
#323D2C
(50,61,44)
#232C1E
(35,44,30)
#141B10
(20,27,16)
#000000
(0,0,0)

Tints of #AAC59C

#AAC59C
(170,197,156)
#B1CAA5
(177,202,165)
#B8CFAE
(184,207,174)
#BFD4B7
(191,212,183)
#C6D9C0
(198,217,192)
#CDDEC9
(205,222,201)
#D4E3D2
(212,227,210)
#DBE8DB
(219,232,219)
#E2EDE4
(226,237,228)
#E9F2ED
(233,242,237)
#F0F7F6
(240,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAC59C; }

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

This text font color is #AAC59C.


Background Color

.myBgColor { background-color: #AAC59C; }

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

This div background color is #AAC59C.


Border color

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

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

This div border color is #AAC59C.


Opacity

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

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

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

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

This text has shadow with #AAC59C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAC59C on black background.


Color preview on white background

This text has color #AAC59C on white background.



Black color preview on #AAC59C background

This text has black color on #AAC59C background.


White color preview on #AAC59C background

This text has white color on #AAC59C background.