COLOR #A79B70

HEX: #A79B70
RGB: (167,155,112)

Color info

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

RGB color model

#A79B70 color RGB value is (167,155,112).

  • red value is 167;
  • green value is 155;
  • blue value is 112.
RGB:
(167,155,112)
(65%,61%,44%)

RGB channels and saturation

R 167 of 255 = 65%
G 155 of 255 = 61%
B 112 of 255 = 44%

167
155
112

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

Portions of RGB colors in percentages

R + G + B =
167 + 155 + 112 = 434 (100%)
R 167 of 434 ~ 38.48%
G 155 of 434 ~ 35.71%
B 112 of 434 ~ 25.81%

%38.48
%35.71
%25.81

CMYK color model

#A79B70 color CMYK value is (0,7,33,35).

  • cyan value is 0.00%
  • magenta value is 7.19%
  • yellow value is 32.93%
  • key color value is 34.51%
CMYK:
(0,7,33,35)
C0M7Y33K35 
(0%,7%,33%,35%)
(0.00/0.07/0.33/0.35)	

CMYK percentages

%0
%7.19
%32.93
%34.51

Codes

Color #A79B70 in popluar color models

A79B70
RGB167155112
HSL47°23.81%54.71%
HSB/HSV47°32.93%65.49%
CMYK0.00%7.19%32.93%
34.51%

Color #A79B70 in popluar number systems.

HEXA79B70
Decimal167155112
Binary10100111100110111110000
Octal247233160

Shades and tints

Shades of #A79B70

#A79B70
(167,155,112)
#988D66
(152,141,102)
#897F5C
(137,127,92)
#7A7152
(122,113,82)
#6B6348
(107,99,72)
#5C553E
(92,85,62)
#4D4734
(77,71,52)
#3E392A
(62,57,42)
#2F2B20
(47,43,32)
#201D16
(32,29,22)
#110F0C
(17,15,12)
#000000
(0,0,0)

Tints of #A79B70

#A79B70
(167,155,112)
#AFA47D
(175,164,125)
#B7AD8A
(183,173,138)
#BFB697
(191,182,151)
#C7BFA4
(199,191,164)
#CFC8B1
(207,200,177)
#D7D1BE
(215,209,190)
#DFDACB
(223,218,203)
#E7E3D8
(231,227,216)
#EFECE5
(239,236,229)
#F7F5F2
(247,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A79B70; }

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

This text font color is #A79B70.


Background Color

.myBgColor { background-color: #A79B70; }

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

This div background color is #A79B70.


Border color

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

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

This div border color is #A79B70.


Opacity

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

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

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

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

This text has shadow with #A79B70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A79B70 on black background.


Color preview on white background

This text has color #A79B70 on white background.



Black color preview on #A79B70 background

This text has black color on #A79B70 background.


White color preview on #A79B70 background

This text has white color on #A79B70 background.