COLOR #A79071

HEX: #A79071
RGB: (167,144,113)

Color info

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

RGB color model

#A79071 color RGB value is (167,144,113).

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

RGB channels and saturation

R 167 of 255 = 65%
G 144 of 255 = 56%
B 113 of 255 = 44%

167
144
113

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

Portions of RGB colors in percentages

R + G + B =
167 + 144 + 113 = 424 (100%)
R 167 of 424 ~ 39.39%
G 144 of 424 ~ 33.96%
B 113 of 424 ~ 26.65%

%39.39
%33.96
%26.65

CMYK color model

#A79071 color CMYK value is (0,14,32,35).

  • cyan value is 0.00%
  • magenta value is 13.77%
  • yellow value is 32.34%
  • key color value is 34.51%
CMYK:
(0,14,32,35)
C0M14Y32K35 
(0%,14%,32%,35%)
(0.00/0.14/0.32/0.35)	

CMYK percentages

%0
%13.77
%32.34
%34.51

Codes

Color #A79071 in popluar color models

A79071
RGB167144113
HSL34°23.48%54.90%
HSB/HSV34°32.34%65.49%
CMYK0.00%13.77%32.34%
34.51%

Color #A79071 in popluar number systems.

HEXA79071
Decimal167144113
Binary10100111100100001110001
Octal247220161

Shades and tints

Shades of #A79071

#A79071
(167,144,113)
#988367
(152,131,103)
#89765D
(137,118,93)
#7A6953
(122,105,83)
#6B5C49
(107,92,73)
#5C4F3F
(92,79,63)
#4D4235
(77,66,53)
#3E352B
(62,53,43)
#2F2821
(47,40,33)
#201B17
(32,27,23)
#110E0D
(17,14,13)
#000000
(0,0,0)

Tints of #A79071

#A79071
(167,144,113)
#AF9A7D
(175,154,125)
#B7A489
(183,164,137)
#BFAE95
(191,174,149)
#C7B8A1
(199,184,161)
#CFC2AD
(207,194,173)
#D7CCB9
(215,204,185)
#DFD6C5
(223,214,197)
#E7E0D1
(231,224,209)
#EFEADD
(239,234,221)
#F7F4E9
(247,244,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A79071; }

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

This text font color is #A79071.


Background Color

.myBgColor { background-color: #A79071; }

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

This div background color is #A79071.


Border color

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

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

This div border color is #A79071.


Opacity

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

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

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

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

This text has shadow with #A79071 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A79071 on black background.


Color preview on white background

This text has color #A79071 on white background.



Black color preview on #A79071 background

This text has black color on #A79071 background.


White color preview on #A79071 background

This text has white color on #A79071 background.