COLOR #A7AA99

HEX: #A7AA99
RGB: (167,170,153)

Color info

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

RGB color model

#A7AA99 color RGB value is (167,170,153).

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

RGB channels and saturation

R 167 of 255 = 65%
G 170 of 255 = 67%
B 153 of 255 = 60%

167
170
153

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

Portions of RGB colors in percentages

R + G + B =
167 + 170 + 153 = 490 (100%)
R 167 of 490 ~ 34.08%
G 170 of 490 ~ 34.69%
B 153 of 490 ~ 31.22%

%34.08
%34.69
%31.22

CMYK color model

#A7AA99 color CMYK value is (2,0,10,33).

  • cyan value is 1.76%
  • magenta value is 0.00%
  • yellow value is 10.00%
  • key color value is 33.33%
CMYK:
(2,0,10,33)
C2M0Y10K33 
(2%,0%,10%,33%)
(0.02/0.00/0.10/0.33)	

CMYK percentages

%1.76
%0
%10
%33.33

Codes

Color #A7AA99 in popluar color models

A7AA99
RGB167170153
HSL71°9.09%63.33%
HSB/HSV71°10.00%66.67%
CMYK1.76%0.00%10.00%
33.33%

Color #A7AA99 in popluar number systems.

HEXA7AA99
Decimal167170153
Binary101001111010101010011001
Octal247252231

Shades and tints

Shades of #A7AA99

#A7AA99
(167,170,153)
#989B8C
(152,155,140)
#898C7F
(137,140,127)
#7A7D72
(122,125,114)
#6B6E65
(107,110,101)
#5C5F58
(92,95,88)
#4D504B
(77,80,75)
#3E413E
(62,65,62)
#2F3231
(47,50,49)
#202324
(32,35,36)
#111417
(17,20,23)
#000000
(0,0,0)

Tints of #A7AA99

#A7AA99
(167,170,153)
#AFB1A2
(175,177,162)
#B7B8AB
(183,184,171)
#BFBFB4
(191,191,180)
#C7C6BD
(199,198,189)
#CFCDC6
(207,205,198)
#D7D4CF
(215,212,207)
#DFDBD8
(223,219,216)
#E7E2E1
(231,226,225)
#EFE9EA
(239,233,234)
#F7F0F3
(247,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7AA99; }

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

This text font color is #A7AA99.


Background Color

.myBgColor { background-color: #A7AA99; }

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

This div background color is #A7AA99.


Border color

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

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

This div border color is #A7AA99.


Opacity

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

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

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

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

This text has shadow with #A7AA99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7AA99 on black background.


Color preview on white background

This text has color #A7AA99 on white background.



Black color preview on #A7AA99 background

This text has black color on #A7AA99 background.


White color preview on #A7AA99 background

This text has white color on #A7AA99 background.