COLOR #AACA89

HEX: #AACA89
RGB: (170,202,137)

Color info

#AACA89 contains mainly red and green colors. Web safe color of #AACA89 is #99CC99 (or #9C9).

RGB color model

#AACA89 color RGB value is (170,202,137).

  • red value is 170;
  • green value is 202;
  • blue value is 137.
RGB:
(170,202,137)
(67%,79%,54%)

RGB channels and saturation

R 170 of 255 = 67%
G 202 of 255 = 79%
B 137 of 255 = 54%

170
202
137

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

Portions of RGB colors in percentages

R + G + B =
170 + 202 + 137 = 509 (100%)
R 170 of 509 ~ 33.4%
G 202 of 509 ~ 39.69%
B 137 of 509 ~ 26.92%

%33.4
%39.69
%26.92

CMYK color model

#AACA89 color CMYK value is (16,0,32,21).

  • cyan value is 15.84%
  • magenta value is 0.00%
  • yellow value is 32.18%
  • key color value is 20.78%
CMYK:
(16,0,32,21)
C16M0Y32K21 
(16%,0%,32%,21%)
(0.16/0.00/0.32/0.21)	

CMYK percentages

%15.84
%0
%32.18
%20.78

Codes

Color #AACA89 in popluar color models

AACA89
RGB170202137
HSL90°38.01%66.47%
HSB/HSV90°32.18%79.22%
CMYK15.84%0.00%32.18%
20.78%

Color #AACA89 in popluar number systems.

HEXAACA89
Decimal170202137
Binary101010101100101010001001
Octal252312211

Shades and tints

Shades of #AACA89

#AACA89
(170,202,137)
#9BB87D
(155,184,125)
#8CA671
(140,166,113)
#7D9465
(125,148,101)
#6E8259
(110,130,89)
#5F704D
(95,112,77)
#505E41
(80,94,65)
#414C35
(65,76,53)
#323A29
(50,58,41)
#23281D
(35,40,29)
#141611
(20,22,17)
#000000
(0,0,0)

Tints of #AACA89

#AACA89
(170,202,137)
#B1CE93
(177,206,147)
#B8D29D
(184,210,157)
#BFD6A7
(191,214,167)
#C6DAB1
(198,218,177)
#CDDEBB
(205,222,187)
#D4E2C5
(212,226,197)
#DBE6CF
(219,230,207)
#E2EAD9
(226,234,217)
#E9EEE3
(233,238,227)
#F0F2ED
(240,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AACA89 color. Also use rgb(170,202,137) instead hex code.

Text Font Color

.myTextColor { color: #AACA89; }

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

This text font color is #AACA89.


Background Color

.myBgColor { background-color: #AACA89; }

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

This div background color is #AACA89.


Border color

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

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

This div border color is #AACA89.


Opacity

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

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

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

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

This text has shadow with #AACA89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AACA89 on black background.


Color preview on white background

This text has color #AACA89 on white background.



Black color preview on #AACA89 background

This text has black color on #AACA89 background.


White color preview on #AACA89 background

This text has white color on #AACA89 background.