COLOR #A7A49D

HEX: #A7A49D
RGB: (167,164,157)

Color info

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

RGB color model

#A7A49D color RGB value is (167,164,157).

  • red value is 167;
  • green value is 164;
  • blue value is 157.
RGB:
(167,164,157)
(65%,64%,62%)

RGB channels and saturation

R 167 of 255 = 65%
G 164 of 255 = 64%
B 157 of 255 = 62%

167
164
157

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

Portions of RGB colors in percentages

R + G + B =
167 + 164 + 157 = 488 (100%)
R 167 of 488 ~ 34.22%
G 164 of 488 ~ 33.61%
B 157 of 488 ~ 32.17%

%34.22
%33.61
%32.17

CMYK color model

#A7A49D color CMYK value is (0,2,6,35).

  • cyan value is 0.00%
  • magenta value is 1.80%
  • yellow value is 5.99%
  • key color value is 34.51%
CMYK:
(0,2,6,35)
C0M2Y6K35 
(0%,2%,6%,35%)
(0.00/0.02/0.06/0.35)	

CMYK percentages

%0
%1.8
%5.99
%34.51

Codes

Color #A7A49D in popluar color models

A7A49D
RGB167164157
HSL42°5.38%63.53%
HSB/HSV42°5.99%65.49%
CMYK0.00%1.80%5.99%
34.51%

Color #A7A49D in popluar number systems.

HEXA7A49D
Decimal167164157
Binary101001111010010010011101
Octal247244235

Shades and tints

Shades of #A7A49D

#A7A49D
(167,164,157)
#98968F
(152,150,143)
#898881
(137,136,129)
#7A7A73
(122,122,115)
#6B6C65
(107,108,101)
#5C5E57
(92,94,87)
#4D5049
(77,80,73)
#3E423B
(62,66,59)
#2F342D
(47,52,45)
#20261F
(32,38,31)
#111811
(17,24,17)
#000000
(0,0,0)

Tints of #A7A49D

#A7A49D
(167,164,157)
#AFACA5
(175,172,165)
#B7B4AD
(183,180,173)
#BFBCB5
(191,188,181)
#C7C4BD
(199,196,189)
#CFCCC5
(207,204,197)
#D7D4CD
(215,212,205)
#DFDCD5
(223,220,213)
#E7E4DD
(231,228,221)
#EFECE5
(239,236,229)
#F7F4ED
(247,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7A49D color. Also use rgb(167,164,157) instead hex code.

Text Font Color

.myTextColor { color: #A7A49D; }

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

This text font color is #A7A49D.


Background Color

.myBgColor { background-color: #A7A49D; }

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

This div background color is #A7A49D.


Border color

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

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

This div border color is #A7A49D.


Opacity

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

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

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

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

This text has shadow with #A7A49D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7A49D on black background.


Color preview on white background

This text has color #A7A49D on white background.



Black color preview on #A7A49D background

This text has black color on #A7A49D background.


White color preview on #A7A49D background

This text has white color on #A7A49D background.