COLOR #A56947

HEX: #A56947
RGB: (165,105,71)

Color info

#A56947 contains mainly red color. Web safe color of #A56947 is #996633 (or #963).

RGB color model

#A56947 color RGB value is (165,105,71).

  • red value is 165;
  • green value is 105;
  • blue value is 71.
RGB:
(165,105,71)
(65%,41%,28%)

RGB channels and saturation

R 165 of 255 = 65%
G 105 of 255 = 41%
B 71 of 255 = 28%

165
105
71

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

Portions of RGB colors in percentages

R + G + B =
165 + 105 + 71 = 341 (100%)
R 165 of 341 ~ 48.39%
G 105 of 341 ~ 30.79%
B 71 of 341 ~ 20.82%

%48.39
%30.79
%20.82

CMYK color model

#A56947 color CMYK value is (0,36,57,35).

  • cyan value is 0.00%
  • magenta value is 36.36%
  • yellow value is 56.97%
  • key color value is 35.29%
CMYK:
(0,36,57,35)
C0M36Y57K35 
(0%,36%,57%,35%)
(0.00/0.36/0.57/0.35)	

CMYK percentages

%0
%36.36
%56.97
%35.29

Codes

Color #A56947 in popluar color models

A56947
RGB16510571
HSL22°39.83%46.27%
HSB/HSV22°56.97%64.71%
CMYK0.00%36.36%56.97%
35.29%

Color #A56947 in popluar number systems.

HEXA56947
Decimal16510571
Binary1010010111010011000111
Octal245151107

Shades and tints

Shades of #A56947

#A56947
(165,105,71)
#966041
(150,96,65)
#87573B
(135,87,59)
#784E35
(120,78,53)
#69452F
(105,69,47)
#5A3C29
(90,60,41)
#4B3323
(75,51,35)
#3C2A1D
(60,42,29)
#2D2117
(45,33,23)
#1E1811
(30,24,17)
#0F0F0B
(15,15,11)
#000000
(0,0,0)

Tints of #A56947

#A56947
(165,105,71)
#AD7657
(173,118,87)
#B58367
(181,131,103)
#BD9077
(189,144,119)
#C59D87
(197,157,135)
#CDAA97
(205,170,151)
#D5B7A7
(213,183,167)
#DDC4B7
(221,196,183)
#E5D1C7
(229,209,199)
#EDDED7
(237,222,215)
#F5EBE7
(245,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A56947 color. Also use rgb(165,105,71) instead hex code.

Text Font Color

.myTextColor { color: #A56947; }

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

This text font color is #A56947.


Background Color

.myBgColor { background-color: #A56947; }

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

This div background color is #A56947.


Border color

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

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

This div border color is #A56947.


Opacity

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

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

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

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

This text has shadow with #A56947 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A56947 on black background.


Color preview on white background

This text has color #A56947 on white background.



Black color preview on #A56947 background

This text has black color on #A56947 background.


White color preview on #A56947 background

This text has white color on #A56947 background.