COLOR #A79871

HEX: #A79871
RGB: (167,152,113)

Color info

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

RGB color model

#A79871 color RGB value is (167,152,113).

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

RGB channels and saturation

R 167 of 255 = 65%
G 152 of 255 = 60%
B 113 of 255 = 44%

167
152
113

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

Portions of RGB colors in percentages

R + G + B =
167 + 152 + 113 = 432 (100%)
R 167 of 432 ~ 38.66%
G 152 of 432 ~ 35.19%
B 113 of 432 ~ 26.16%

%38.66
%35.19
%26.16

CMYK color model

#A79871 color CMYK value is (0,9,32,35).

  • cyan value is 0.00%
  • magenta value is 8.98%
  • yellow value is 32.34%
  • key color value is 34.51%
CMYK:
(0,9,32,35)
C0M9Y32K35 
(0%,9%,32%,35%)
(0.00/0.09/0.32/0.35)	

CMYK percentages

%0
%8.98
%32.34
%34.51

Codes

Color #A79871 in popluar color models

A79871
RGB167152113
HSL43°23.48%54.90%
HSB/HSV43°32.34%65.49%
CMYK0.00%8.98%32.34%
34.51%

Color #A79871 in popluar number systems.

HEXA79871
Decimal167152113
Binary10100111100110001110001
Octal247230161

Shades and tints

Shades of #A79871

#A79871
(167,152,113)
#988B67
(152,139,103)
#897E5D
(137,126,93)
#7A7153
(122,113,83)
#6B6449
(107,100,73)
#5C573F
(92,87,63)
#4D4A35
(77,74,53)
#3E3D2B
(62,61,43)
#2F3021
(47,48,33)
#202317
(32,35,23)
#11160D
(17,22,13)
#000000
(0,0,0)

Tints of #A79871

#A79871
(167,152,113)
#AFA17D
(175,161,125)
#B7AA89
(183,170,137)
#BFB395
(191,179,149)
#C7BCA1
(199,188,161)
#CFC5AD
(207,197,173)
#D7CEB9
(215,206,185)
#DFD7C5
(223,215,197)
#E7E0D1
(231,224,209)
#EFE9DD
(239,233,221)
#F7F2E9
(247,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A79871; }

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

This text font color is #A79871.


Background Color

.myBgColor { background-color: #A79871; }

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

This div background color is #A79871.


Border color

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

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

This div border color is #A79871.


Opacity

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

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

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

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

This text has shadow with #A79871 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A79871 on black background.


Color preview on white background

This text has color #A79871 on white background.



Black color preview on #A79871 background

This text has black color on #A79871 background.


White color preview on #A79871 background

This text has white color on #A79871 background.