COLOR #A7B076

HEX: #A7B076
RGB: (167,176,118)

Color info

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

RGB color model

#A7B076 color RGB value is (167,176,118).

  • red value is 167;
  • green value is 176;
  • blue value is 118.
RGB:
(167,176,118)
(65%,69%,46%)

RGB channels and saturation

R 167 of 255 = 65%
G 176 of 255 = 69%
B 118 of 255 = 46%

167
176
118

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

Portions of RGB colors in percentages

R + G + B =
167 + 176 + 118 = 461 (100%)
R 167 of 461 ~ 36.23%
G 176 of 461 ~ 38.18%
B 118 of 461 ~ 25.6%

%36.23
%38.18
%25.6

CMYK color model

#A7B076 color CMYK value is (5,0,33,31).

  • cyan value is 5.11%
  • magenta value is 0.00%
  • yellow value is 32.95%
  • key color value is 30.98%
CMYK:
(5,0,33,31)
C5M0Y33K31 
(5%,0%,33%,31%)
(0.05/0.00/0.33/0.31)	

CMYK percentages

%5.11
%0
%32.95
%30.98

Codes

Color #A7B076 in popluar color models

A7B076
RGB167176118
HSL69°26.85%57.65%
HSB/HSV69°32.95%69.02%
CMYK5.11%0.00%32.95%
30.98%

Color #A7B076 in popluar number systems.

HEXA7B076
Decimal167176118
Binary10100111101100001110110
Octal247260166

Shades and tints

Shades of #A7B076

#A7B076
(167,176,118)
#98A06C
(152,160,108)
#899062
(137,144,98)
#7A8058
(122,128,88)
#6B704E
(107,112,78)
#5C6044
(92,96,68)
#4D503A
(77,80,58)
#3E4030
(62,64,48)
#2F3026
(47,48,38)
#20201C
(32,32,28)
#111012
(17,16,18)
#000000
(0,0,0)

Tints of #A7B076

#A7B076
(167,176,118)
#AFB782
(175,183,130)
#B7BE8E
(183,190,142)
#BFC59A
(191,197,154)
#C7CCA6
(199,204,166)
#CFD3B2
(207,211,178)
#D7DABE
(215,218,190)
#DFE1CA
(223,225,202)
#E7E8D6
(231,232,214)
#EFEFE2
(239,239,226)
#F7F6EE
(247,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7B076; }

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

This text font color is #A7B076.


Background Color

.myBgColor { background-color: #A7B076; }

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

This div background color is #A7B076.


Border color

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

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

This div border color is #A7B076.


Opacity

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

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

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

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

This text has shadow with #A7B076 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7B076 on black background.


Color preview on white background

This text has color #A7B076 on white background.



Black color preview on #A7B076 background

This text has black color on #A7B076 background.


White color preview on #A7B076 background

This text has white color on #A7B076 background.