COLOR #A79867

HEX: #A79867
RGB: (167,152,103)

Color info

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

RGB color model

#A79867 color RGB value is (167,152,103).

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

RGB channels and saturation

R 167 of 255 = 65%
G 152 of 255 = 60%
B 103 of 255 = 40%

167
152
103

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

Portions of RGB colors in percentages

R + G + B =
167 + 152 + 103 = 422 (100%)
R 167 of 422 ~ 39.57%
G 152 of 422 ~ 36.02%
B 103 of 422 ~ 24.41%

%39.57
%36.02
%24.41

CMYK color model

#A79867 color CMYK value is (0,9,38,35).

  • cyan value is 0.00%
  • magenta value is 8.98%
  • yellow value is 38.32%
  • key color value is 34.51%
CMYK:
(0,9,38,35)
C0M9Y38K35 
(0%,9%,38%,35%)
(0.00/0.09/0.38/0.35)	

CMYK percentages

%0
%8.98
%38.32
%34.51

Codes

Color #A79867 in popluar color models

A79867
RGB167152103
HSL46°26.67%52.94%
HSB/HSV46°38.32%65.49%
CMYK0.00%8.98%38.32%
34.51%

Color #A79867 in popluar number systems.

HEXA79867
Decimal167152103
Binary10100111100110001100111
Octal247230147

Shades and tints

Shades of #A79867

#A79867
(167,152,103)
#988B5E
(152,139,94)
#897E55
(137,126,85)
#7A714C
(122,113,76)
#6B6443
(107,100,67)
#5C573A
(92,87,58)
#4D4A31
(77,74,49)
#3E3D28
(62,61,40)
#2F301F
(47,48,31)
#202316
(32,35,22)
#11160D
(17,22,13)
#000000
(0,0,0)

Tints of #A79867

#A79867
(167,152,103)
#AFA174
(175,161,116)
#B7AA81
(183,170,129)
#BFB38E
(191,179,142)
#C7BC9B
(199,188,155)
#CFC5A8
(207,197,168)
#D7CEB5
(215,206,181)
#DFD7C2
(223,215,194)
#E7E0CF
(231,224,207)
#EFE9DC
(239,233,220)
#F7F2E9
(247,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A79867; }

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

This text font color is #A79867.


Background Color

.myBgColor { background-color: #A79867; }

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

This div background color is #A79867.


Border color

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

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

This div border color is #A79867.


Opacity

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

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

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

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

This text has shadow with #A79867 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A79867 on black background.


Color preview on white background

This text has color #A79867 on white background.



Black color preview on #A79867 background

This text has black color on #A79867 background.


White color preview on #A79867 background

This text has white color on #A79867 background.