COLOR #A7A773

HEX: #A7A773
RGB: (167,167,115)

Color info

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

RGB color model

#A7A773 color RGB value is (167,167,115).

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

RGB channels and saturation

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

167
167
115

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

Portions of RGB colors in percentages

R + G + B =
167 + 167 + 115 = 449 (100%)
R 167 of 449 ~ 37.19%
G 167 of 449 ~ 37.19%
B 115 of 449 ~ 25.61%

%37.19
%37.19
%25.61

CMYK color model

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

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

CMYK percentages

%0
%0
%31.14
%34.51

Codes

Color #A7A773 in popluar color models

A7A773
RGB167167115
HSL60°22.81%55.29%
HSB/HSV60°31.14%65.49%
CMYK0.00%0.00%31.14%
34.51%

Color #A7A773 in popluar number systems.

HEXA7A773
Decimal167167115
Binary10100111101001111110011
Octal247247163

Shades and tints

Shades of #A7A773

#A7A773
(167,167,115)
#989869
(152,152,105)
#89895F
(137,137,95)
#7A7A55
(122,122,85)
#6B6B4B
(107,107,75)
#5C5C41
(92,92,65)
#4D4D37
(77,77,55)
#3E3E2D
(62,62,45)
#2F2F23
(47,47,35)
#202019
(32,32,25)
#11110F
(17,17,15)
#000000
(0,0,0)

Tints of #A7A773

#A7A773
(167,167,115)
#AFAF7F
(175,175,127)
#B7B78B
(183,183,139)
#BFBF97
(191,191,151)
#C7C7A3
(199,199,163)
#CFCFAF
(207,207,175)
#D7D7BB
(215,215,187)
#DFDFC7
(223,223,199)
#E7E7D3
(231,231,211)
#EFEFDF
(239,239,223)
#F7F7EB
(247,247,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7A773; }

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

This text font color is #A7A773.


Background Color

.myBgColor { background-color: #A7A773; }

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

This div background color is #A7A773.


Border color

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

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

This div border color is #A7A773.


Opacity

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

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

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

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

This text has shadow with #A7A773 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7A773 on black background.


Color preview on white background

This text has color #A7A773 on white background.



Black color preview on #A7A773 background

This text has black color on #A7A773 background.


White color preview on #A7A773 background

This text has white color on #A7A773 background.