COLOR #AABA87

HEX: #AABA87 RGB: (170,186,135)

Color info

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

RGB color model

#AABA87 color RGB value is (170,186,135).

RGB: (170,186,135) (67%, 73%, 53%)

RGB channels and saturation

R 170 of 255 = 67%
G 186 of 255 = 73%
B 135 of 255 = 53%

170
186
135

R + G + B ~ 64%. #AABA87 is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 186 + 135 = 491 (100%)
R 170 of 491 ~ 34.62%
G 186 of 491 ~ 37.88%
B 135 of 491 ~ 27.49'%

%34.62
%37.88
%27.49

CMYK color model

#AABA87 color CMYK value is (9,0,27,27).

  • cyan value is 8.60%
  • magenta value is 0.00%
  • yellow value is 27.42%
  • key color value is 27.06%

CMYK: (9,0,27,27)
C9M0Y27K27 (9%, 0%, 27%, 27%)
(0.09 / 0.00 / 0.27 / 0.27)

CMYK percentages

%8.6
%0
%27.42
%27.06

Codes

Color #AABA87 in popluar color models

AA BA 87
RGB 170 186 135
HSL 79° 26.98% 62.94%
HSB/HSV 79° 27.42% 72.94%
CMYK 8.60% 0.00% 27.42%
27.06%

Color #AABA87 in popluar number systems.

HEX AA BA 87
Decimal 170 186 135
Binary 10101010 10111010 10000111
Octal 252 272 207

Shades and tints

Shades of #AABA87

#AABA87
(170,186,135)
#9BAA7B
(155,170,123)
#8C9A6F
(140,154,111)
#7D8A63
(125,138,99)
#6E7A57
(110,122,87)
#5F6A4B
(95,106,75)
#505A3F
(80,90,63)
#414A33
(65,74,51)
#323A27
(50,58,39)
#232A1B
(35,42,27)
#141A0F
(20,26,15)
#000000
(0,0,0)

Tints of #AABA87

#AABA87
(170,186,135)
#B1C091
(177,192,145)
#B8C69B
(184,198,155)
#BFCCA5
(191,204,165)
#C6D2AF
(198,210,175)
#CDD8B9
(205,216,185)
#D4DEC3
(212,222,195)
#DBE4CD
(219,228,205)
#E2EAD7
(226,234,215)
#E9F0E1
(233,240,225)
#F0F6EB
(240,246,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AABA87; }

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

This text font color is #AABA87.

Background Color

.myBgColor { background-color: #AABA87; }

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

This div background color is #AABA87.

Border color

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

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

This div border color is #AABA87.

Opacity

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

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

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

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

This text has shadow with #AABA87 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AABA87.

Preview

Color preview on black background

This text has color #AABA87 on black background.


Color preview on white background

This text has color #AABA87 on white background.


Black color preview on #AABA87 background

This text has black color on #AABA87 background.


White color preview on #AABA87 background

This text has white color on #AABA87 background.


Related colors

Complementary color

Complementary color for #hex is #554578.


I love getcolorcode.com

Triadic colors

1 #87AABA and #BA87AA with #AABA87 are triadic colors.

2 #87BAAA and #BAAA87 with #AABA87 are triadic colors.