COLOR #A87A47

HEX: #A87A47
RGB: (168,122,71)

Color info

#A87A47 contains mainly red and green colors. Web safe color of #A87A47 is #996633 (or #963).

RGB color model

#A87A47 color RGB value is (168,122,71).

  • red value is 168;
  • green value is 122;
  • blue value is 71.
RGB:
(168,122,71)
(66%,48%,28%)

RGB channels and saturation

R 168 of 255 = 66%
G 122 of 255 = 48%
B 71 of 255 = 28%

168
122
71

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

Portions of RGB colors in percentages

R + G + B =
168 + 122 + 71 = 361 (100%)
R 168 of 361 ~ 46.54%
G 122 of 361 ~ 33.8%
B 71 of 361 ~ 19.67%

%46.54
%33.8
%19.67

CMYK color model

#A87A47 color CMYK value is (0,27,58,34).

  • cyan value is 0.00%
  • magenta value is 27.38%
  • yellow value is 57.74%
  • key color value is 34.12%
CMYK:
(0,27,58,34)
C0M27Y58K34 
(0%,27%,58%,34%)
(0.00/0.27/0.58/0.34)	

CMYK percentages

%0
%27.38
%57.74
%34.12

Codes

Color #A87A47 in popluar color models

A87A47
RGB16812271
HSL32°40.59%46.86%
HSB/HSV32°57.74%65.88%
CMYK0.00%27.38%57.74%
34.12%

Color #A87A47 in popluar number systems.

HEXA87A47
Decimal16812271
Binary1010100011110101000111
Octal250172107

Shades and tints

Shades of #A87A47

#A87A47
(168,122,71)
#996F41
(153,111,65)
#8A643B
(138,100,59)
#7B5935
(123,89,53)
#6C4E2F
(108,78,47)
#5D4329
(93,67,41)
#4E3823
(78,56,35)
#3F2D1D
(63,45,29)
#302217
(48,34,23)
#211711
(33,23,17)
#120C0B
(18,12,11)
#000000
(0,0,0)

Tints of #A87A47

#A87A47
(168,122,71)
#AF8657
(175,134,87)
#B69267
(182,146,103)
#BD9E77
(189,158,119)
#C4AA87
(196,170,135)
#CBB697
(203,182,151)
#D2C2A7
(210,194,167)
#D9CEB7
(217,206,183)
#E0DAC7
(224,218,199)
#E7E6D7
(231,230,215)
#EEF2E7
(238,242,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A87A47 color. Also use rgb(168,122,71) instead hex code.

Text Font Color

.myTextColor { color: #A87A47; }

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

This text font color is #A87A47.


Background Color

.myBgColor { background-color: #A87A47; }

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

This div background color is #A87A47.


Border color

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

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

This div border color is #A87A47.


Opacity

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

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

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

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

This text has shadow with #A87A47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A87A47 on black background.


Color preview on white background

This text has color #A87A47 on white background.



Black color preview on #A87A47 background

This text has black color on #A87A47 background.


White color preview on #A87A47 background

This text has white color on #A87A47 background.