COLOR #A86D25

HEX: #A86D25
RGB: (168,109,37)

Color info

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

RGB color model

#A86D25 color RGB value is (168,109,37).

  • red value is 168;
  • green value is 109;
  • blue value is 37.
RGB:
(168,109,37)
(66%,43%,15%)

RGB channels and saturation

R 168 of 255 = 66%
G 109 of 255 = 43%
B 37 of 255 = 15%

168
109
37

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

Portions of RGB colors in percentages

R + G + B =
168 + 109 + 37 = 314 (100%)
R 168 of 314 ~ 53.5%
G 109 of 314 ~ 34.71%
B 37 of 314 ~ 11.78%

%53.5
%34.71
%11.78

CMYK color model

#A86D25 color CMYK value is (0,35,78,34).

  • cyan value is 0.00%
  • magenta value is 35.12%
  • yellow value is 77.98%
  • key color value is 34.12%
CMYK:
(0,35,78,34)
C0M35Y78K34 
(0%,35%,78%,34%)
(0.00/0.35/0.78/0.34)	

CMYK percentages

%0
%35.12
%77.98
%34.12

Codes

Color #A86D25 in popluar color models

A86D25
RGB16810937
HSL33°63.90%40.20%
HSB/HSV33°77.98%65.88%
CMYK0.00%35.12%77.98%
34.12%

Color #A86D25 in popluar number systems.

HEXA86D25
Decimal16810937
Binary101010001101101100101
Octal25015545

Shades and tints

Shades of #A86D25

#A86D25
(168,109,37)
#996422
(153,100,34)
#8A5B1F
(138,91,31)
#7B521C
(123,82,28)
#6C4919
(108,73,25)
#5D4016
(93,64,22)
#4E3713
(78,55,19)
#3F2E10
(63,46,16)
#30250D
(48,37,13)
#211C0A
(33,28,10)
#121307
(18,19,7)
#000000
(0,0,0)

Tints of #A86D25

#A86D25
(168,109,37)
#AF7A38
(175,122,56)
#B6874B
(182,135,75)
#BD945E
(189,148,94)
#C4A171
(196,161,113)
#CBAE84
(203,174,132)
#D2BB97
(210,187,151)
#D9C8AA
(217,200,170)
#E0D5BD
(224,213,189)
#E7E2D0
(231,226,208)
#EEEFE3
(238,239,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A86D25 color. Also use rgb(168,109,37) instead hex code.

Text Font Color

.myTextColor { color: #A86D25; }

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

This text font color is #A86D25.


Background Color

.myBgColor { background-color: #A86D25; }

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

This div background color is #A86D25.


Border color

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

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

This div border color is #A86D25.


Opacity

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

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

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

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

This text has shadow with #A86D25 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A86D25 on black background.


Color preview on white background

This text has color #A86D25 on white background.



Black color preview on #A86D25 background

This text has black color on #A86D25 background.


White color preview on #A86D25 background

This text has white color on #A86D25 background.