COLOR #A7AA87

HEX: #A7AA87
RGB: (167,170,135)

Color info

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

RGB color model

#A7AA87 color RGB value is (167,170,135).

  • red value is 167;
  • green value is 170;
  • blue value is 135.
RGB:
(167,170,135)
(65%,67%,53%)

RGB channels and saturation

R 167 of 255 = 65%
G 170 of 255 = 67%
B 135 of 255 = 53%

167
170
135

R + G + B ~ 62%. #A7AA87 is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 170 + 135 = 472 (100%)
R 167 of 472 ~ 35.38%
G 170 of 472 ~ 36.02%
B 135 of 472 ~ 28.6%

%35.38
%36.02
%28.6

CMYK color model

#A7AA87 color CMYK value is (2,0,21,33).

  • cyan value is 1.76%
  • magenta value is 0.00%
  • yellow value is 20.59%
  • key color value is 33.33%
CMYK:
(2,0,21,33)
C2M0Y21K33 
(2%,0%,21%,33%)
(0.02/0.00/0.21/0.33)	

CMYK percentages

%1.76
%0
%20.59
%33.33

Codes

Color #A7AA87 in popluar color models

A7AA87
RGB167170135
HSL65°17.07%59.80%
HSB/HSV65°20.59%66.67%
CMYK1.76%0.00%20.59%
33.33%

Color #A7AA87 in popluar number systems.

HEXA7AA87
Decimal167170135
Binary101001111010101010000111
Octal247252207

Shades and tints

Shades of #A7AA87

#A7AA87
(167,170,135)
#989B7B
(152,155,123)
#898C6F
(137,140,111)
#7A7D63
(122,125,99)
#6B6E57
(107,110,87)
#5C5F4B
(92,95,75)
#4D503F
(77,80,63)
#3E4133
(62,65,51)
#2F3227
(47,50,39)
#20231B
(32,35,27)
#11140F
(17,20,15)
#000000
(0,0,0)

Tints of #A7AA87

#A7AA87
(167,170,135)
#AFB191
(175,177,145)
#B7B89B
(183,184,155)
#BFBFA5
(191,191,165)
#C7C6AF
(199,198,175)
#CFCDB9
(207,205,185)
#D7D4C3
(215,212,195)
#DFDBCD
(223,219,205)
#E7E2D7
(231,226,215)
#EFE9E1
(239,233,225)
#F7F0EB
(247,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7AA87; }

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

This text font color is #A7AA87.


Background Color

.myBgColor { background-color: #A7AA87; }

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

This div background color is #A7AA87.


Border color

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

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

This div border color is #A7AA87.


Opacity

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

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

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

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

This text has shadow with #A7AA87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7AA87 on black background.


Color preview on white background

This text has color #A7AA87 on white background.



Black color preview on #A7AA87 background

This text has black color on #A7AA87 background.


White color preview on #A7AA87 background

This text has white color on #A7AA87 background.