COLOR #A79159

HEX: #A79159
RGB: (167,145,89)

Color info

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

RGB color model

#A79159 color RGB value is (167,145,89).

  • red value is 167;
  • green value is 145;
  • blue value is 89.
RGB:
(167,145,89)
(65%,57%,35%)

RGB channels and saturation

R 167 of 255 = 65%
G 145 of 255 = 57%
B 89 of 255 = 35%

167
145
89

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

Portions of RGB colors in percentages

R + G + B =
167 + 145 + 89 = 401 (100%)
R 167 of 401 ~ 41.65%
G 145 of 401 ~ 36.16%
B 89 of 401 ~ 22.19%

%41.65
%36.16
%22.19

CMYK color model

#A79159 color CMYK value is (0,13,47,35).

  • cyan value is 0.00%
  • magenta value is 13.17%
  • yellow value is 46.71%
  • key color value is 34.51%
CMYK:
(0,13,47,35)
C0M13Y47K35 
(0%,13%,47%,35%)
(0.00/0.13/0.47/0.35)	

CMYK percentages

%0
%13.17
%46.71
%34.51

Codes

Color #A79159 in popluar color models

A79159
RGB16714589
HSL43°30.71%50.20%
HSB/HSV43°46.71%65.49%
CMYK0.00%13.17%46.71%
34.51%

Color #A79159 in popluar number systems.

HEXA79159
Decimal16714589
Binary10100111100100011011001
Octal247221131

Shades and tints

Shades of #A79159

#A79159
(167,145,89)
#988451
(152,132,81)
#897749
(137,119,73)
#7A6A41
(122,106,65)
#6B5D39
(107,93,57)
#5C5031
(92,80,49)
#4D4329
(77,67,41)
#3E3621
(62,54,33)
#2F2919
(47,41,25)
#201C11
(32,28,17)
#110F09
(17,15,9)
#000000
(0,0,0)

Tints of #A79159

#A79159
(167,145,89)
#AF9B68
(175,155,104)
#B7A577
(183,165,119)
#BFAF86
(191,175,134)
#C7B995
(199,185,149)
#CFC3A4
(207,195,164)
#D7CDB3
(215,205,179)
#DFD7C2
(223,215,194)
#E7E1D1
(231,225,209)
#EFEBE0
(239,235,224)
#F7F5EF
(247,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A79159 color. Also use rgb(167,145,89) instead hex code.

Text Font Color

.myTextColor { color: #A79159; }

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

This text font color is #A79159.


Background Color

.myBgColor { background-color: #A79159; }

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

This div background color is #A79159.


Border color

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

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

This div border color is #A79159.


Opacity

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

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

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

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

This text has shadow with #A79159 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A79159 on black background.


Color preview on white background

This text has color #A79159 on white background.



Black color preview on #A79159 background

This text has black color on #A79159 background.


White color preview on #A79159 background

This text has white color on #A79159 background.