COLOR #A7A473

HEX: #A7A473
RGB: (167,164,115)

Color info

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

RGB color model

#A7A473 color RGB value is (167,164,115).

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

RGB channels and saturation

R 167 of 255 = 65%
G 164 of 255 = 64%
B 115 of 255 = 45%

167
164
115

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

Portions of RGB colors in percentages

R + G + B =
167 + 164 + 115 = 446 (100%)
R 167 of 446 ~ 37.44%
G 164 of 446 ~ 36.77%
B 115 of 446 ~ 25.78%

%37.44
%36.77
%25.78

CMYK color model

#A7A473 color CMYK value is (0,2,31,35).

  • cyan value is 0.00%
  • magenta value is 1.80%
  • yellow value is 31.14%
  • key color value is 34.51%
CMYK:
(0,2,31,35)
C0M2Y31K35 
(0%,2%,31%,35%)
(0.00/0.02/0.31/0.35)	

CMYK percentages

%0
%1.8
%31.14
%34.51

Codes

Color #A7A473 in popluar color models

A7A473
RGB167164115
HSL57°22.81%55.29%
HSB/HSV57°31.14%65.49%
CMYK0.00%1.80%31.14%
34.51%

Color #A7A473 in popluar number systems.

HEXA7A473
Decimal167164115
Binary10100111101001001110011
Octal247244163

Shades and tints

Shades of #A7A473

#A7A473
(167,164,115)
#989669
(152,150,105)
#89885F
(137,136,95)
#7A7A55
(122,122,85)
#6B6C4B
(107,108,75)
#5C5E41
(92,94,65)
#4D5037
(77,80,55)
#3E422D
(62,66,45)
#2F3423
(47,52,35)
#202619
(32,38,25)
#11180F
(17,24,15)
#000000
(0,0,0)

Tints of #A7A473

#A7A473
(167,164,115)
#AFAC7F
(175,172,127)
#B7B48B
(183,180,139)
#BFBC97
(191,188,151)
#C7C4A3
(199,196,163)
#CFCCAF
(207,204,175)
#D7D4BB
(215,212,187)
#DFDCC7
(223,220,199)
#E7E4D3
(231,228,211)
#EFECDF
(239,236,223)
#F7F4EB
(247,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7A473; }

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

This text font color is #A7A473.


Background Color

.myBgColor { background-color: #A7A473; }

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

This div background color is #A7A473.


Border color

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

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

This div border color is #A7A473.


Opacity

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

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

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

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

This text has shadow with #A7A473 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7A473 on black background.


Color preview on white background

This text has color #A7A473 on white background.



Black color preview on #A7A473 background

This text has black color on #A7A473 background.


White color preview on #A7A473 background

This text has white color on #A7A473 background.