COLOR #AAC09D

HEX: #AAC09D
RGB: (170,192,157)

Color info

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

RGB color model

#AAC09D color RGB value is (170,192,157).

  • red value is 170;
  • green value is 192;
  • blue value is 157.
RGB:
(170,192,157)
(67%,75%,62%)

RGB channels and saturation

R 170 of 255 = 67%
G 192 of 255 = 75%
B 157 of 255 = 62%

170
192
157

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

Portions of RGB colors in percentages

R + G + B =
170 + 192 + 157 = 519 (100%)
R 170 of 519 ~ 32.76%
G 192 of 519 ~ 36.99%
B 157 of 519 ~ 30.25%

%32.76
%36.99
%30.25

CMYK color model

#AAC09D color CMYK value is (11,0,18,25).

  • cyan value is 11.46%
  • magenta value is 0.00%
  • yellow value is 18.23%
  • key color value is 24.71%
CMYK:
(11,0,18,25)
C11M0Y18K25 
(11%,0%,18%,25%)
(0.11/0.00/0.18/0.25)	

CMYK percentages

%11.46
%0
%18.23
%24.71

Codes

Color #AAC09D in popluar color models

AAC09D
RGB170192157
HSL98°21.74%68.43%
HSB/HSV98°18.23%75.29%
CMYK11.46%0.00%18.23%
24.71%

Color #AAC09D in popluar number systems.

HEXAAC09D
Decimal170192157
Binary101010101100000010011101
Octal252300235

Shades and tints

Shades of #AAC09D

#AAC09D
(170,192,157)
#9BAF8F
(155,175,143)
#8C9E81
(140,158,129)
#7D8D73
(125,141,115)
#6E7C65
(110,124,101)
#5F6B57
(95,107,87)
#505A49
(80,90,73)
#41493B
(65,73,59)
#32382D
(50,56,45)
#23271F
(35,39,31)
#141611
(20,22,17)
#000000
(0,0,0)

Tints of #AAC09D

#AAC09D
(170,192,157)
#B1C5A5
(177,197,165)
#B8CAAD
(184,202,173)
#BFCFB5
(191,207,181)
#C6D4BD
(198,212,189)
#CDD9C5
(205,217,197)
#D4DECD
(212,222,205)
#DBE3D5
(219,227,213)
#E2E8DD
(226,232,221)
#E9EDE5
(233,237,229)
#F0F2ED
(240,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAC09D; }

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

This text font color is #AAC09D.


Background Color

.myBgColor { background-color: #AAC09D; }

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

This div background color is #AAC09D.


Border color

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

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

This div border color is #AAC09D.


Opacity

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

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

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

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

This text has shadow with #AAC09D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAC09D on black background.


Color preview on white background

This text has color #AAC09D on white background.



Black color preview on #AAC09D background

This text has black color on #AAC09D background.


White color preview on #AAC09D background

This text has white color on #AAC09D background.