COLOR #A2AA87

HEX: #A2AA87 RGB: (162,170,135)

Color info

#A2AA87 contains red, green and blue colors in about the same proportion. Web safe color of #A2AA87 is #999999 (or #999).

RGB color model

#A2AA87 color RGB value is (162,170,135).

RGB: (162,170,135) (64%, 67%, 53%)

RGB channels and saturation

R 162 of 255 = 64%
G 170 of 255 = 67%
B 135 of 255 = 53%

162
170
135

R + G + B ~ 61%. #A2AA87 is quite light color.

Portions of RGB colors in percentages

R + G + B = 162 + 170 + 135 = 467 (100%)
R 162 of 467 ~ 34.69%
G 170 of 467 ~ 36.4%
B 135 of 467 ~ 28.91'%

%34.69
%36.4
%28.91

CMYK color model

#A2AA87 color CMYK value is (5,0,21,33).

  • cyan value is 4.71%
  • magenta value is 0.00%
  • yellow value is 20.59%
  • key color value is 33.33%

CMYK: (5,0,21,33)
C5M0Y21K33 (5%, 0%, 21%, 33%)
(0.05 / 0.00 / 0.21 / 0.33)

CMYK percentages

%4.71
%0
%20.59
%33.33

Codes

Color #A2AA87 in popluar color models

A2 AA 87
RGB 162 170 135
HSL 74° 17.07% 59.80%
HSB/HSV 74° 20.59% 66.67%
CMYK 4.71% 0.00% 20.59%
33.33%

Color #A2AA87 in popluar number systems.

HEX A2 AA 87
Decimal 162 170 135
Binary 10100010 10101010 10000111
Octal 242 252 207

Shades and tints

Shades of #A2AA87

#A2AA87
(162,170,135)
#949B7B
(148,155,123)
#868C6F
(134,140,111)
#787D63
(120,125,99)
#6A6E57
(106,110,87)
#5C5F4B
(92,95,75)
#4E503F
(78,80,63)
#404133
(64,65,51)
#323227
(50,50,39)
#24231B
(36,35,27)
#16140F
(22,20,15)
#000000
(0,0,0)

Tints of #A2AA87

#A2AA87
(162,170,135)
#AAB191
(170,177,145)
#B2B89B
(178,184,155)
#BABFA5
(186,191,165)
#C2C6AF
(194,198,175)
#CACDB9
(202,205,185)
#D2D4C3
(210,212,195)
#DADBCD
(218,219,205)
#E2E2D7
(226,226,215)
#EAE9E1
(234,233,225)
#F2F0EB
(242,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A2AA87; }

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

This text font color is #A2AA87.

Background Color

.myBgColor { background-color: #A2AA87; }

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

This div background color is #A2AA87.

Border color

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

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

This div border color is #A2AA87.

Opacity

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

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

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

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

This text has shadow with #A2AA87 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A2AA87.

Preview

Color preview on black background

This text has color #A2AA87 on black background.


Color preview on white background

This text has color #A2AA87 on white background.


Black color preview on #A2AA87 background

This text has black color on #A2AA87 background.


White color preview on #A2AA87 background

This text has white color on #A2AA87 background.


Related colors

Complementary color

Complementary color for #hex is #5D5578.


I love getcolorcode.com

Triadic colors

1 #87A2AA and #AA87A2 with #A2AA87 are triadic colors.

2 #87AAA2 and #AAA287 with #A2AA87 are triadic colors.