COLOR #AAC092

HEX: #AAC092
RGB: (170,192,146)

Color info

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

RGB color model

#AAC092 color RGB value is (170,192,146).

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

RGB channels and saturation

R 170 of 255 = 67%
G 192 of 255 = 75%
B 146 of 255 = 57%

170
192
146

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

Portions of RGB colors in percentages

R + G + B =
170 + 192 + 146 = 508 (100%)
R 170 of 508 ~ 33.46%
G 192 of 508 ~ 37.8%
B 146 of 508 ~ 28.74%

%33.46
%37.8
%28.74

CMYK color model

#AAC092 color CMYK value is (11,0,24,25).

  • cyan value is 11.46%
  • magenta value is 0.00%
  • yellow value is 23.96%
  • key color value is 24.71%
CMYK:
(11,0,24,25)
C11M0Y24K25 
(11%,0%,24%,25%)
(0.11/0.00/0.24/0.25)	

CMYK percentages

%11.46
%0
%23.96
%24.71

Codes

Color #AAC092 in popluar color models

AAC092
RGB170192146
HSL89°26.74%66.27%
HSB/HSV89°23.96%75.29%
CMYK11.46%0.00%23.96%
24.71%

Color #AAC092 in popluar number systems.

HEXAAC092
Decimal170192146
Binary101010101100000010010010
Octal252300222

Shades and tints

Shades of #AAC092

#AAC092
(170,192,146)
#9BAF85
(155,175,133)
#8C9E78
(140,158,120)
#7D8D6B
(125,141,107)
#6E7C5E
(110,124,94)
#5F6B51
(95,107,81)
#505A44
(80,90,68)
#414937
(65,73,55)
#32382A
(50,56,42)
#23271D
(35,39,29)
#141610
(20,22,16)
#000000
(0,0,0)

Tints of #AAC092

#AAC092
(170,192,146)
#B1C59B
(177,197,155)
#B8CAA4
(184,202,164)
#BFCFAD
(191,207,173)
#C6D4B6
(198,212,182)
#CDD9BF
(205,217,191)
#D4DEC8
(212,222,200)
#DBE3D1
(219,227,209)
#E2E8DA
(226,232,218)
#E9EDE3
(233,237,227)
#F0F2EC
(240,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAC092; }

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

This text font color is #AAC092.


Background Color

.myBgColor { background-color: #AAC092; }

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

This div background color is #AAC092.


Border color

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

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

This div border color is #AAC092.


Opacity

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

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

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

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

This text has shadow with #AAC092 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAC092 on black background.


Color preview on white background

This text has color #AAC092 on white background.



Black color preview on #AAC092 background

This text has black color on #AAC092 background.


White color preview on #AAC092 background

This text has white color on #AAC092 background.