COLOR #A87E56

HEX: #A87E56
RGB: (168,126,86)

Color info

#A87E56 contains mainly red and green colors. Web safe color of #A87E56 is #996666 (or #966).

RGB color model

#A87E56 color RGB value is (168,126,86).

  • red value is 168;
  • green value is 126;
  • blue value is 86.
RGB:
(168,126,86)
(66%,49%,34%)

RGB channels and saturation

R 168 of 255 = 66%
G 126 of 255 = 49%
B 86 of 255 = 34%

168
126
86

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

Portions of RGB colors in percentages

R + G + B =
168 + 126 + 86 = 380 (100%)
R 168 of 380 ~ 44.21%
G 126 of 380 ~ 33.16%
B 86 of 380 ~ 22.63%

%44.21
%33.16
%22.63

CMYK color model

#A87E56 color CMYK value is (0,25,49,34).

  • cyan value is 0.00%
  • magenta value is 25.00%
  • yellow value is 48.81%
  • key color value is 34.12%
CMYK:
(0,25,49,34)
C0M25Y49K34 
(0%,25%,49%,34%)
(0.00/0.25/0.49/0.34)	

CMYK percentages

%0
%25
%48.81
%34.12

Codes

Color #A87E56 in popluar color models

A87E56
RGB16812686
HSL29°32.28%49.80%
HSB/HSV29°48.81%65.88%
CMYK0.00%25.00%48.81%
34.12%

Color #A87E56 in popluar number systems.

HEXA87E56
Decimal16812686
Binary1010100011111101010110
Octal250176126

Shades and tints

Shades of #A87E56

#A87E56
(168,126,86)
#99734F
(153,115,79)
#8A6848
(138,104,72)
#7B5D41
(123,93,65)
#6C523A
(108,82,58)
#5D4733
(93,71,51)
#4E3C2C
(78,60,44)
#3F3125
(63,49,37)
#30261E
(48,38,30)
#211B17
(33,27,23)
#121010
(18,16,16)
#000000
(0,0,0)

Tints of #A87E56

#A87E56
(168,126,86)
#AF8965
(175,137,101)
#B69474
(182,148,116)
#BD9F83
(189,159,131)
#C4AA92
(196,170,146)
#CBB5A1
(203,181,161)
#D2C0B0
(210,192,176)
#D9CBBF
(217,203,191)
#E0D6CE
(224,214,206)
#E7E1DD
(231,225,221)
#EEECEC
(238,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A87E56; }

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

This text font color is #A87E56.


Background Color

.myBgColor { background-color: #A87E56; }

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

This div background color is #A87E56.


Border color

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

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

This div border color is #A87E56.


Opacity

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

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

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

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

This text has shadow with #A87E56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A87E56 on black background.


Color preview on white background

This text has color #A87E56 on white background.



Black color preview on #A87E56 background

This text has black color on #A87E56 background.


White color preview on #A87E56 background

This text has white color on #A87E56 background.