COLOR #A87C2C

HEX: #A87C2C
RGB: (168,124,44)

Color info

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

RGB color model

#A87C2C color RGB value is (168,124,44).

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

RGB channels and saturation

R 168 of 255 = 66%
G 124 of 255 = 49%
B 44 of 255 = 17%

168
124
44

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

Portions of RGB colors in percentages

R + G + B =
168 + 124 + 44 = 336 (100%)
R 168 of 336 ~ 50%
G 124 of 336 ~ 36.9%
B 44 of 336 ~ 13.1%

%50
%36.9
%13.1

CMYK color model

#A87C2C color CMYK value is (0,26,74,34).

  • cyan value is 0.00%
  • magenta value is 26.19%
  • yellow value is 73.81%
  • key color value is 34.12%
CMYK:
(0,26,74,34)
C0M26Y74K34 
(0%,26%,74%,34%)
(0.00/0.26/0.74/0.34)	

CMYK percentages

%0
%26.19
%73.81
%34.12

Codes

Color #A87C2C in popluar color models

A87C2C
RGB16812444
HSL39°58.49%41.57%
HSB/HSV39°73.81%65.88%
CMYK0.00%26.19%73.81%
34.12%

Color #A87C2C in popluar number systems.

HEXA87C2C
Decimal16812444
Binary101010001111100101100
Octal25017454

Shades and tints

Shades of #A87C2C

#A87C2C
(168,124,44)
#997128
(153,113,40)
#8A6624
(138,102,36)
#7B5B20
(123,91,32)
#6C501C
(108,80,28)
#5D4518
(93,69,24)
#4E3A14
(78,58,20)
#3F2F10
(63,47,16)
#30240C
(48,36,12)
#211908
(33,25,8)
#120E04
(18,14,4)
#000000
(0,0,0)

Tints of #A87C2C

#A87C2C
(168,124,44)
#AF873F
(175,135,63)
#B69252
(182,146,82)
#BD9D65
(189,157,101)
#C4A878
(196,168,120)
#CBB38B
(203,179,139)
#D2BE9E
(210,190,158)
#D9C9B1
(217,201,177)
#E0D4C4
(224,212,196)
#E7DFD7
(231,223,215)
#EEEAEA
(238,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A87C2C color. Also use rgb(168,124,44) instead hex code.

Text Font Color

.myTextColor { color: #A87C2C; }

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

This text font color is #A87C2C.


Background Color

.myBgColor { background-color: #A87C2C; }

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

This div background color is #A87C2C.


Border color

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

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

This div border color is #A87C2C.


Opacity

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

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

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

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

This text has shadow with #A87C2C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A87C2C on black background.


Color preview on white background

This text has color #A87C2C on white background.



Black color preview on #A87C2C background

This text has black color on #A87C2C background.


White color preview on #A87C2C background

This text has white color on #A87C2C background.