COLOR #A87935

HEX: #A87935
RGB: (168,121,53)

Color info

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

RGB color model

#A87935 color RGB value is (168,121,53).

  • red value is 168;
  • green value is 121;
  • blue value is 53.
RGB:
(168,121,53)
(66%,47%,21%)

RGB channels and saturation

R 168 of 255 = 66%
G 121 of 255 = 47%
B 53 of 255 = 21%

168
121
53

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

Portions of RGB colors in percentages

R + G + B =
168 + 121 + 53 = 342 (100%)
R 168 of 342 ~ 49.12%
G 121 of 342 ~ 35.38%
B 53 of 342 ~ 15.5%

%49.12
%35.38
%15.5

CMYK color model

#A87935 color CMYK value is (0,28,68,34).

  • cyan value is 0.00%
  • magenta value is 27.98%
  • yellow value is 68.45%
  • key color value is 34.12%
CMYK:
(0,28,68,34)
C0M28Y68K34 
(0%,28%,68%,34%)
(0.00/0.28/0.68/0.34)	

CMYK percentages

%0
%27.98
%68.45
%34.12

Codes

Color #A87935 in popluar color models

A87935
RGB16812153
HSL35°52.04%43.33%
HSB/HSV35°68.45%65.88%
CMYK0.00%27.98%68.45%
34.12%

Color #A87935 in popluar number systems.

HEXA87935
Decimal16812153
Binary101010001111001110101
Octal25017165

Shades and tints

Shades of #A87935

#A87935
(168,121,53)
#996E31
(153,110,49)
#8A632D
(138,99,45)
#7B5829
(123,88,41)
#6C4D25
(108,77,37)
#5D4221
(93,66,33)
#4E371D
(78,55,29)
#3F2C19
(63,44,25)
#302115
(48,33,21)
#211611
(33,22,17)
#120B0D
(18,11,13)
#000000
(0,0,0)

Tints of #A87935

#A87935
(168,121,53)
#AF8547
(175,133,71)
#B69159
(182,145,89)
#BD9D6B
(189,157,107)
#C4A97D
(196,169,125)
#CBB58F
(203,181,143)
#D2C1A1
(210,193,161)
#D9CDB3
(217,205,179)
#E0D9C5
(224,217,197)
#E7E5D7
(231,229,215)
#EEF1E9
(238,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A87935 color. Also use rgb(168,121,53) instead hex code.

Text Font Color

.myTextColor { color: #A87935; }

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

This text font color is #A87935.


Background Color

.myBgColor { background-color: #A87935; }

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

This div background color is #A87935.


Border color

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

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

This div border color is #A87935.


Opacity

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

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

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

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

This text has shadow with #A87935 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A87935 on black background.


Color preview on white background

This text has color #A87935 on white background.



Black color preview on #A87935 background

This text has black color on #A87935 background.


White color preview on #A87935 background

This text has white color on #A87935 background.