COLOR #AAC487

HEX: #AAC487 RGB: (170,196,135)

Color info

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

RGB color model

#AAC487 color RGB value is (170,196,135).

RGB: (170,196,135) (67%, 77%, 53%)

RGB channels and saturation

R 170 of 255 = 67%
G 196 of 255 = 77%
B 135 of 255 = 53%

170
196
135

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

Portions of RGB colors in percentages

R + G + B = 170 + 196 + 135 = 501 (100%)
R 170 of 501 ~ 33.93%
G 196 of 501 ~ 39.12%
B 135 of 501 ~ 26.95'%

%33.93
%39.12
%26.95

CMYK color model

#AAC487 color CMYK value is (13,0,31,23).

  • cyan value is 13.27%
  • magenta value is 0.00%
  • yellow value is 31.12%
  • key color value is 23.14%
CMYK: (13,0,31,23) C13M0Y31K23 (13%,0%,31%,23%) (0.13/0.00/0.31/0.23) 

CMYK percentages

%13.27
%0
%31.12
%23.14

Codes

Color #AAC487 in popluar color models

AA C4 87
RGB 170 196 135
HSL 86° 34.08% 64.90%
HSB/HSV 86° 31.12% 76.86%
CMYK 13.27% 0.00% 31.12%
23.14%

Color #AAC487 in popluar number systems.

HEX AA C4 87
Decimal 170 196 135
Binary 10101010 11000100 10000111
Octal 252 304 207

Shades and tints

Shades of #AAC487

#AAC487
(170,196,135)
#9BB37B
(155,179,123)
#8CA26F
(140,162,111)
#7D9163
(125,145,99)
#6E8057
(110,128,87)
#5F6F4B
(95,111,75)
#505E3F
(80,94,63)
#414D33
(65,77,51)
#323C27
(50,60,39)
#232B1B
(35,43,27)
#141A0F
(20,26,15)
#000000
(0,0,0)

Tints of #AAC487

#AAC487
(170,196,135)
#B1C991
(177,201,145)
#B8CE9B
(184,206,155)
#BFD3A5
(191,211,165)
#C6D8AF
(198,216,175)
#CDDDB9
(205,221,185)
#D4E2C3
(212,226,195)
#DBE7CD
(219,231,205)
#E2ECD7
(226,236,215)
#E9F1E1
(233,241,225)
#F0F6EB
(240,246,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAC487 color. Also use rgb(170,196,135) instead hex code.

Text Font Color

.myTextColor { color: #AAC487; }

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

This text font color is #AAC487.

Background Color

.myBgColor { background-color: #AAC487; }

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

This div background color is #AAC487.

Border color

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

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

This div border color is #AAC487.

Opacity

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

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

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

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

This text has shadow with #AAC487 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAC487.

Preview

Color preview on black background

This text has color #AAC487 on black background.


Color preview on white background

This text has color #AAC487 on white background.


Black color preview on #AAC487 background

This text has black color on #AAC487 background.


White color preview on #AAC487 background

This text has white color on #AAC487 background.


Related colors

Complementary color

Complementary color for #hex is #553B78.


I love getcolorcode.com

Triadic colors

1 #87AAC4 and #C487AA with #AAC487 are triadic colors.

2 #87C4AA and #C4AA87 with #AAC487 are triadic colors.