COLOR #AAC096

HEX: #AAC096
RGB: (170,192,150)

Color info

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

RGB color model

#AAC096 color RGB value is (170,192,150).

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

RGB channels and saturation

R 170 of 255 = 67%
G 192 of 255 = 75%
B 150 of 255 = 59%

170
192
150

R + G + B ~ 67%. #AAC096 is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 192 + 150 = 512 (100%)
R 170 of 512 ~ 33.2%
G 192 of 512 ~ 37.5%
B 150 of 512 ~ 29.3%

%33.2
%37.5
%29.3

CMYK color model

#AAC096 color CMYK value is (11,0,22,25).

  • cyan value is 11.46%
  • magenta value is 0.00%
  • yellow value is 21.88%
  • key color value is 24.71%
CMYK:
(11,0,22,25)
C11M0Y22K25 
(11%,0%,22%,25%)
(0.11/0.00/0.22/0.25)	

CMYK percentages

%11.46
%0
%21.88
%24.71

Codes

Color #AAC096 in popluar color models

AAC096
RGB170192150
HSL91°25.00%67.06%
HSB/HSV91°21.88%75.29%
CMYK11.46%0.00%21.88%
24.71%

Color #AAC096 in popluar number systems.

HEXAAC096
Decimal170192150
Binary101010101100000010010110
Octal252300226

Shades and tints

Shades of #AAC096

#AAC096
(170,192,150)
#9BAF89
(155,175,137)
#8C9E7C
(140,158,124)
#7D8D6F
(125,141,111)
#6E7C62
(110,124,98)
#5F6B55
(95,107,85)
#505A48
(80,90,72)
#41493B
(65,73,59)
#32382E
(50,56,46)
#232721
(35,39,33)
#141614
(20,22,20)
#000000
(0,0,0)

Tints of #AAC096

#AAC096
(170,192,150)
#B1C59F
(177,197,159)
#B8CAA8
(184,202,168)
#BFCFB1
(191,207,177)
#C6D4BA
(198,212,186)
#CDD9C3
(205,217,195)
#D4DECC
(212,222,204)
#DBE3D5
(219,227,213)
#E2E8DE
(226,232,222)
#E9EDE7
(233,237,231)
#F0F2F0
(240,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAC096; }

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

This text font color is #AAC096.


Background Color

.myBgColor { background-color: #AAC096; }

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

This div background color is #AAC096.


Border color

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

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

This div border color is #AAC096.


Opacity

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

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

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

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

This text has shadow with #AAC096 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAC096 on black background.


Color preview on white background

This text has color #AAC096 on white background.



Black color preview on #AAC096 background

This text has black color on #AAC096 background.


White color preview on #AAC096 background

This text has white color on #AAC096 background.