COLOR #A7B171

HEX: #A7B171
RGB: (167,177,113)

Color info

#A7B171 contains mainly red and green colors. Web safe color of #A7B171 is #999966 (or #996).

RGB color model

#A7B171 color RGB value is (167,177,113).

  • red value is 167;
  • green value is 177;
  • blue value is 113.
RGB:
(167,177,113)
(65%,69%,44%)

RGB channels and saturation

R 167 of 255 = 65%
G 177 of 255 = 69%
B 113 of 255 = 44%

167
177
113

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

Portions of RGB colors in percentages

R + G + B =
167 + 177 + 113 = 457 (100%)
R 167 of 457 ~ 36.54%
G 177 of 457 ~ 38.73%
B 113 of 457 ~ 24.73%

%36.54
%38.73
%24.73

CMYK color model

#A7B171 color CMYK value is (6,0,36,31).

  • cyan value is 5.65%
  • magenta value is 0.00%
  • yellow value is 36.16%
  • key color value is 30.59%
CMYK:
(6,0,36,31)
C6M0Y36K31 
(6%,0%,36%,31%)
(0.06/0.00/0.36/0.31)	

CMYK percentages

%5.65
%0
%36.16
%30.59

Codes

Color #A7B171 in popluar color models

A7B171
RGB167177113
HSL69°29.09%56.86%
HSB/HSV69°36.16%69.41%
CMYK5.65%0.00%36.16%
30.59%

Color #A7B171 in popluar number systems.

HEXA7B171
Decimal167177113
Binary10100111101100011110001
Octal247261161

Shades and tints

Shades of #A7B171

#A7B171
(167,177,113)
#98A167
(152,161,103)
#89915D
(137,145,93)
#7A8153
(122,129,83)
#6B7149
(107,113,73)
#5C613F
(92,97,63)
#4D5135
(77,81,53)
#3E412B
(62,65,43)
#2F3121
(47,49,33)
#202117
(32,33,23)
#11110D
(17,17,13)
#000000
(0,0,0)

Tints of #A7B171

#A7B171
(167,177,113)
#AFB87D
(175,184,125)
#B7BF89
(183,191,137)
#BFC695
(191,198,149)
#C7CDA1
(199,205,161)
#CFD4AD
(207,212,173)
#D7DBB9
(215,219,185)
#DFE2C5
(223,226,197)
#E7E9D1
(231,233,209)
#EFF0DD
(239,240,221)
#F7F7E9
(247,247,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7B171; }

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

This text font color is #A7B171.


Background Color

.myBgColor { background-color: #A7B171; }

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

This div background color is #A7B171.


Border color

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

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

This div border color is #A7B171.


Opacity

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

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

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

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

This text has shadow with #A7B171 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7B171 on black background.


Color preview on white background

This text has color #A7B171 on white background.



Black color preview on #A7B171 background

This text has black color on #A7B171 background.


White color preview on #A7B171 background

This text has white color on #A7B171 background.