COLOR #A87E70

HEX: #A87E70
RGB: (168,126,112)

Color info

#A87E70 contains red, green and blue colors in about the same proportion. Web safe color of #A87E70 is #996666 (or #966).

RGB color model

#A87E70 color RGB value is (168,126,112).

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

RGB channels and saturation

R 168 of 255 = 66%
G 126 of 255 = 49%
B 112 of 255 = 44%

168
126
112

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

Portions of RGB colors in percentages

R + G + B =
168 + 126 + 112 = 406 (100%)
R 168 of 406 ~ 41.38%
G 126 of 406 ~ 31.03%
B 112 of 406 ~ 27.59%

%41.38
%31.03
%27.59

CMYK color model

#A87E70 color CMYK value is (0,25,33,34).

  • cyan value is 0.00%
  • magenta value is 25.00%
  • yellow value is 33.33%
  • key color value is 34.12%
CMYK:
(0,25,33,34)
C0M25Y33K34 
(0%,25%,33%,34%)
(0.00/0.25/0.33/0.34)	

CMYK percentages

%0
%25
%33.33
%34.12

Codes

Color #A87E70 in popluar color models

A87E70
RGB168126112
HSL15°24.35%54.90%
HSB/HSV15°33.33%65.88%
CMYK0.00%25.00%33.33%
34.12%

Color #A87E70 in popluar number systems.

HEXA87E70
Decimal168126112
Binary1010100011111101110000
Octal250176160

Shades and tints

Shades of #A87E70

#A87E70
(168,126,112)
#997366
(153,115,102)
#8A685C
(138,104,92)
#7B5D52
(123,93,82)
#6C5248
(108,82,72)
#5D473E
(93,71,62)
#4E3C34
(78,60,52)
#3F312A
(63,49,42)
#302620
(48,38,32)
#211B16
(33,27,22)
#12100C
(18,16,12)
#000000
(0,0,0)

Tints of #A87E70

#A87E70
(168,126,112)
#AF897D
(175,137,125)
#B6948A
(182,148,138)
#BD9F97
(189,159,151)
#C4AAA4
(196,170,164)
#CBB5B1
(203,181,177)
#D2C0BE
(210,192,190)
#D9CBCB
(217,203,203)
#E0D6D8
(224,214,216)
#E7E1E5
(231,225,229)
#EEECF2
(238,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A87E70; }

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

This text font color is #A87E70.


Background Color

.myBgColor { background-color: #A87E70; }

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

This div background color is #A87E70.


Border color

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

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

This div border color is #A87E70.


Opacity

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

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

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

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

This text has shadow with #A87E70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A87E70 on black background.


Color preview on white background

This text has color #A87E70 on white background.



Black color preview on #A87E70 background

This text has black color on #A87E70 background.


White color preview on #A87E70 background

This text has white color on #A87E70 background.