COLOR #A7A47F

HEX: #A7A47F
RGB: (167,164,127)

Color info

#A7A47F contains red, green and blue colors in about the same proportion. Web safe color of #A7A47F is #999966 (or #996).

RGB color model

#A7A47F color RGB value is (167,164,127).

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

RGB channels and saturation

R 167 of 255 = 65%
G 164 of 255 = 64%
B 127 of 255 = 50%

167
164
127

R + G + B ~ 60%. #A7A47F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
167 + 164 + 127 = 458 (100%)
R 167 of 458 ~ 36.46%
G 164 of 458 ~ 35.81%
B 127 of 458 ~ 27.73%

%36.46
%35.81
%27.73

CMYK color model

#A7A47F color CMYK value is (0,2,24,35).

  • cyan value is 0.00%
  • magenta value is 1.80%
  • yellow value is 23.95%
  • key color value is 34.51%
CMYK:
(0,2,24,35)
C0M2Y24K35 
(0%,2%,24%,35%)
(0.00/0.02/0.24/0.35)	

CMYK percentages

%0
%1.8
%23.95
%34.51

Codes

Color #A7A47F in popluar color models

A7A47F
RGB167164127
HSL56°18.52%57.65%
HSB/HSV56°23.95%65.49%
CMYK0.00%1.80%23.95%
34.51%

Color #A7A47F in popluar number systems.

HEXA7A47F
Decimal167164127
Binary10100111101001001111111
Octal247244177

Shades and tints

Shades of #A7A47F

#A7A47F
(167,164,127)
#989674
(152,150,116)
#898869
(137,136,105)
#7A7A5E
(122,122,94)
#6B6C53
(107,108,83)
#5C5E48
(92,94,72)
#4D503D
(77,80,61)
#3E4232
(62,66,50)
#2F3427
(47,52,39)
#20261C
(32,38,28)
#111811
(17,24,17)
#000000
(0,0,0)

Tints of #A7A47F

#A7A47F
(167,164,127)
#AFAC8A
(175,172,138)
#B7B495
(183,180,149)
#BFBCA0
(191,188,160)
#C7C4AB
(199,196,171)
#CFCCB6
(207,204,182)
#D7D4C1
(215,212,193)
#DFDCCC
(223,220,204)
#E7E4D7
(231,228,215)
#EFECE2
(239,236,226)
#F7F4ED
(247,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7A47F; }

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

This text font color is #A7A47F.


Background Color

.myBgColor { background-color: #A7A47F; }

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

This div background color is #A7A47F.


Border color

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

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

This div border color is #A7A47F.


Opacity

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

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

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

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

This text has shadow with #A7A47F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7A47F on black background.


Color preview on white background

This text has color #A7A47F on white background.



Black color preview on #A7A47F background

This text has black color on #A7A47F background.


White color preview on #A7A47F background

This text has white color on #A7A47F background.