COLOR #A87546

HEX: #A87546
RGB: (168,117,70)

Color info

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

RGB color model

#A87546 color RGB value is (168,117,70).

  • red value is 168;
  • green value is 117;
  • blue value is 70.
RGB:
(168,117,70)
(66%,46%,27%)

RGB channels and saturation

R 168 of 255 = 66%
G 117 of 255 = 46%
B 70 of 255 = 27%

168
117
70

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

Portions of RGB colors in percentages

R + G + B =
168 + 117 + 70 = 355 (100%)
R 168 of 355 ~ 47.32%
G 117 of 355 ~ 32.96%
B 70 of 355 ~ 19.72%

%47.32
%32.96
%19.72

CMYK color model

#A87546 color CMYK value is (0,30,58,34).

  • cyan value is 0.00%
  • magenta value is 30.36%
  • yellow value is 58.33%
  • key color value is 34.12%
CMYK:
(0,30,58,34)
C0M30Y58K34 
(0%,30%,58%,34%)
(0.00/0.30/0.58/0.34)	

CMYK percentages

%0
%30.36
%58.33
%34.12

Codes

Color #A87546 in popluar color models

A87546
RGB16811770
HSL29°41.18%46.67%
HSB/HSV29°58.33%65.88%
CMYK0.00%30.36%58.33%
34.12%

Color #A87546 in popluar number systems.

HEXA87546
Decimal16811770
Binary1010100011101011000110
Octal250165106

Shades and tints

Shades of #A87546

#A87546
(168,117,70)
#996B40
(153,107,64)
#8A613A
(138,97,58)
#7B5734
(123,87,52)
#6C4D2E
(108,77,46)
#5D4328
(93,67,40)
#4E3922
(78,57,34)
#3F2F1C
(63,47,28)
#302516
(48,37,22)
#211B10
(33,27,16)
#12110A
(18,17,10)
#000000
(0,0,0)

Tints of #A87546

#A87546
(168,117,70)
#AF8156
(175,129,86)
#B68D66
(182,141,102)
#BD9976
(189,153,118)
#C4A586
(196,165,134)
#CBB196
(203,177,150)
#D2BDA6
(210,189,166)
#D9C9B6
(217,201,182)
#E0D5C6
(224,213,198)
#E7E1D6
(231,225,214)
#EEEDE6
(238,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A87546 color. Also use rgb(168,117,70) instead hex code.

Text Font Color

.myTextColor { color: #A87546; }

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

This text font color is #A87546.


Background Color

.myBgColor { background-color: #A87546; }

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

This div background color is #A87546.


Border color

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

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

This div border color is #A87546.


Opacity

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

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

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

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

This text has shadow with #A87546 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A87546 on black background.


Color preview on white background

This text has color #A87546 on white background.



Black color preview on #A87546 background

This text has black color on #A87546 background.


White color preview on #A87546 background

This text has white color on #A87546 background.