COLOR #A87D16

HEX: #A87D16
RGB: (168,125,22)

Color info

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

RGB color model

#A87D16 color RGB value is (168,125,22).

  • red value is 168;
  • green value is 125;
  • blue value is 22.
RGB:
(168,125,22)
(66%,49%,9%)

RGB channels and saturation

R 168 of 255 = 66%
G 125 of 255 = 49%
B 22 of 255 = 9%

168
125
22

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

Portions of RGB colors in percentages

R + G + B =
168 + 125 + 22 = 315 (100%)
R 168 of 315 ~ 53.33%
G 125 of 315 ~ 39.68%
B 22 of 315 ~ 6.98%

%53.33
%39.68

CMYK color model

#A87D16 color CMYK value is (0,26,87,34).

  • cyan value is 0.00%
  • magenta value is 25.60%
  • yellow value is 86.90%
  • key color value is 34.12%
CMYK:
(0,26,87,34)
C0M26Y87K34 
(0%,26%,87%,34%)
(0.00/0.26/0.87/0.34)	

CMYK percentages

%0
%25.6
%86.9
%34.12

Codes

Color #A87D16 in popluar color models

A87D16
RGB16812522
HSL42°76.84%37.25%
HSB/HSV42°86.90%65.88%
CMYK0.00%25.60%86.90%
34.12%

Color #A87D16 in popluar number systems.

HEXA87D16
Decimal16812522
Binary10101000111110110110
Octal25017526

Shades and tints

Shades of #A87D16

#A87D16
(168,125,22)
#997214
(153,114,20)
#8A6712
(138,103,18)
#7B5C10
(123,92,16)
#6C510E
(108,81,14)
#5D460C
(93,70,12)
#4E3B0A
(78,59,10)
#3F3008
(63,48,8)
#302506
(48,37,6)
#211A04
(33,26,4)
#120F02
(18,15,2)
#000000
(0,0,0)

Tints of #A87D16

#A87D16
(168,125,22)
#AF882B
(175,136,43)
#B69340
(182,147,64)
#BD9E55
(189,158,85)
#C4A96A
(196,169,106)
#CBB47F
(203,180,127)
#D2BF94
(210,191,148)
#D9CAA9
(217,202,169)
#E0D5BE
(224,213,190)
#E7E0D3
(231,224,211)
#EEEBE8
(238,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A87D16 color. Also use rgb(168,125,22) instead hex code.

Text Font Color

.myTextColor { color: #A87D16; }

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

This text font color is #A87D16.


Background Color

.myBgColor { background-color: #A87D16; }

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

This div background color is #A87D16.


Border color

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

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

This div border color is #A87D16.


Opacity

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

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

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

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

This text has shadow with #A87D16 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A87D16 on black background.


Color preview on white background

This text has color #A87D16 on white background.



Black color preview on #A87D16 background

This text has black color on #A87D16 background.


White color preview on #A87D16 background

This text has white color on #A87D16 background.