COLOR #A56B49

HEX: #A56B49
RGB: (165,107,73)

Color info

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

RGB color model

#A56B49 color RGB value is (165,107,73).

  • red value is 165;
  • green value is 107;
  • blue value is 73.
RGB:
(165,107,73)
(65%,42%,29%)

RGB channels and saturation

R 165 of 255 = 65%
G 107 of 255 = 42%
B 73 of 255 = 29%

165
107
73

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

Portions of RGB colors in percentages

R + G + B =
165 + 107 + 73 = 345 (100%)
R 165 of 345 ~ 47.83%
G 107 of 345 ~ 31.01%
B 73 of 345 ~ 21.16%

%47.83
%31.01
%21.16

CMYK color model

#A56B49 color CMYK value is (0,35,56,35).

  • cyan value is 0.00%
  • magenta value is 35.15%
  • yellow value is 55.76%
  • key color value is 35.29%
CMYK:
(0,35,56,35)
C0M35Y56K35 
(0%,35%,56%,35%)
(0.00/0.35/0.56/0.35)	

CMYK percentages

%0
%35.15
%55.76
%35.29

Codes

Color #A56B49 in popluar color models

A56B49
RGB16510773
HSL22°38.66%46.67%
HSB/HSV22°55.76%64.71%
CMYK0.00%35.15%55.76%
35.29%

Color #A56B49 in popluar number systems.

HEXA56B49
Decimal16510773
Binary1010010111010111001001
Octal245153111

Shades and tints

Shades of #A56B49

#A56B49
(165,107,73)
#966243
(150,98,67)
#87593D
(135,89,61)
#785037
(120,80,55)
#694731
(105,71,49)
#5A3E2B
(90,62,43)
#4B3525
(75,53,37)
#3C2C1F
(60,44,31)
#2D2319
(45,35,25)
#1E1A13
(30,26,19)
#0F110D
(15,17,13)
#000000
(0,0,0)

Tints of #A56B49

#A56B49
(165,107,73)
#AD7859
(173,120,89)
#B58569
(181,133,105)
#BD9279
(189,146,121)
#C59F89
(197,159,137)
#CDAC99
(205,172,153)
#D5B9A9
(213,185,169)
#DDC6B9
(221,198,185)
#E5D3C9
(229,211,201)
#EDE0D9
(237,224,217)
#F5EDE9
(245,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A56B49 color. Also use rgb(165,107,73) instead hex code.

Text Font Color

.myTextColor { color: #A56B49; }

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

This text font color is #A56B49.


Background Color

.myBgColor { background-color: #A56B49; }

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

This div background color is #A56B49.


Border color

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

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

This div border color is #A56B49.


Opacity

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

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

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

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

This text has shadow with #A56B49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A56B49 on black background.


Color preview on white background

This text has color #A56B49 on white background.



Black color preview on #A56B49 background

This text has black color on #A56B49 background.


White color preview on #A56B49 background

This text has white color on #A56B49 background.