COLOR #A87211

HEX: #A87211
RGB: (168,114,17)

Color info

#A87211 contains mainly red and green colors. Web safe color of #A87211 is #996600 (or #960).

RGB color model

#A87211 color RGB value is (168,114,17).

  • red value is 168;
  • green value is 114;
  • blue value is 17.
RGB:
(168,114,17)
(66%,45%,7%)

RGB channels and saturation

R 168 of 255 = 66%
G 114 of 255 = 45%
B 17 of 255 = 7%

168
114
17

R + G + B ~ 39%. #A87211 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
168 + 114 + 17 = 299 (100%)
R 168 of 299 ~ 56.19%
G 114 of 299 ~ 38.13%
B 17 of 299 ~ 5.69%

%56.19
%38.13

CMYK color model

#A87211 color CMYK value is (0,32,90,34).

  • cyan value is 0.00%
  • magenta value is 32.14%
  • yellow value is 89.88%
  • key color value is 34.12%
CMYK:
(0,32,90,34)
C0M32Y90K34 
(0%,32%,90%,34%)
(0.00/0.32/0.90/0.34)	

CMYK percentages

%0
%32.14
%89.88
%34.12

Codes

Color #A87211 in popluar color models

A87211
RGB16811417
HSL39°81.62%36.27%
HSB/HSV39°89.88%65.88%
CMYK0.00%32.14%89.88%
34.12%

Color #A87211 in popluar number systems.

HEXA87211
Decimal16811417
Binary10101000111001010001
Octal25016221

Shades and tints

Shades of #A87211

#A87211
(168,114,17)
#996810
(153,104,16)
#8A5E0F
(138,94,15)
#7B540E
(123,84,14)
#6C4A0D
(108,74,13)
#5D400C
(93,64,12)
#4E360B
(78,54,11)
#3F2C0A
(63,44,10)
#302209
(48,34,9)
#211808
(33,24,8)
#120E07
(18,14,7)
#000000
(0,0,0)

Tints of #A87211

#A87211
(168,114,17)
#AF7E26
(175,126,38)
#B68A3B
(182,138,59)
#BD9650
(189,150,80)
#C4A265
(196,162,101)
#CBAE7A
(203,174,122)
#D2BA8F
(210,186,143)
#D9C6A4
(217,198,164)
#E0D2B9
(224,210,185)
#E7DECE
(231,222,206)
#EEEAE3
(238,234,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A87211 color. Also use rgb(168,114,17) instead hex code.

Text Font Color

.myTextColor { color: #A87211; }

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

This text font color is #A87211.


Background Color

.myBgColor { background-color: #A87211; }

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

This div background color is #A87211.


Border color

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

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

This div border color is #A87211.


Opacity

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

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

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

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

This text has shadow with #A87211 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A87211 on black background.


Color preview on white background

This text has color #A87211 on white background.



Black color preview on #A87211 background

This text has black color on #A87211 background.


White color preview on #A87211 background

This text has white color on #A87211 background.