COLOR #A87E47

HEX: #A87E47 RGB: (168,126,71)

Color info

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

RGB color model

#A87E47 color RGB value is (168,126,71).

RGB: (168,126,71) (66%, 49%, 28%)

RGB channels and saturation

R 168 of 255 = 66%
G 126 of 255 = 49%
B 71 of 255 = 28%

168
126
71

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

Portions of RGB colors in percentages

R + G + B = 168 + 126 + 71 = 365 (100%)
R 168 of 365 ~ 46.03%
G 126 of 365 ~ 34.52%
B 71 of 365 ~ 19.45'%

%46.03
%34.52
%19.45

CMYK color model

#A87E47 color CMYK value is (0,25,58,34).

  • cyan value is 0.00%
  • magenta value is 25.00%
  • yellow value is 57.74%
  • key color value is 34.12%

CMYK: (0,25,58,34)
C0M25Y58K34 (0%, 25%, 58%, 34%)
(0.00 / 0.25 / 0.58 / 0.34)

CMYK percentages

%0
%25
%57.74
%34.12

Codes

Color #A87E47 in popluar color models

A8 7E 47
RGB 168 126 71
HSL 34° 40.59% 46.86%
HSB/HSV 34° 57.74% 65.88%
CMYK 0.00% 25.00% 57.74%
34.12%

Color #A87E47 in popluar number systems.

HEX A8 7E 47
Decimal 168 126 71
Binary 10101000 1111110 1000111
Octal 250 176 107

Shades and tints

Shades of #A87E47

#A87E47
(168,126,71)
#997341
(153,115,65)
#8A683B
(138,104,59)
#7B5D35
(123,93,53)
#6C522F
(108,82,47)
#5D4729
(93,71,41)
#4E3C23
(78,60,35)
#3F311D
(63,49,29)
#302617
(48,38,23)
#211B11
(33,27,17)
#12100B
(18,16,11)
#000000
(0,0,0)

Tints of #A87E47

#A87E47
(168,126,71)
#AF8957
(175,137,87)
#B69467
(182,148,103)
#BD9F77
(189,159,119)
#C4AA87
(196,170,135)
#CBB597
(203,181,151)
#D2C0A7
(210,192,167)
#D9CBB7
(217,203,183)
#E0D6C7
(224,214,199)
#E7E1D7
(231,225,215)
#EEECE7
(238,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A87E47; }

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

This text font color is #A87E47.

Background Color

.myBgColor { background-color: #A87E47; }

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

This div background color is #A87E47.

Border color

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

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

This div border color is #A87E47.

Opacity

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

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

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

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

This text has shadow with #A87E47 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A87E47.

Preview

Color preview on black background

This text has color #A87E47 on black background.


Color preview on white background

This text has color #A87E47 on white background.


Black color preview on #A87E47 background

This text has black color on #A87E47 background.


White color preview on #A87E47 background

This text has white color on #A87E47 background.


Related colors

Complementary color

Complementary color for #hex is #5781B8.


I love getcolorcode.com

Triadic colors

1 #47A87E and #7E47A8 with #A87E47 are triadic colors.

2 #477EA8 and #7EA847 with #A87E47 are triadic colors.