COLOR #A56D52

HEX: #A56D52
RGB: (165,109,82)

Color info

#A56D52 contains mainly red and green colors. Web safe color of #A56D52 is #996666 (or #966).

RGB color model

#A56D52 color RGB value is (165,109,82).

  • red value is 165;
  • green value is 109;
  • blue value is 82.
RGB:
(165,109,82)
(65%,43%,32%)

RGB channels and saturation

R 165 of 255 = 65%
G 109 of 255 = 43%
B 82 of 255 = 32%

165
109
82

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

Portions of RGB colors in percentages

R + G + B =
165 + 109 + 82 = 356 (100%)
R 165 of 356 ~ 46.35%
G 109 of 356 ~ 30.62%
B 82 of 356 ~ 23.03%

%46.35
%30.62
%23.03

CMYK color model

#A56D52 color CMYK value is (0,34,50,35).

  • cyan value is 0.00%
  • magenta value is 33.94%
  • yellow value is 50.30%
  • key color value is 35.29%
CMYK:
(0,34,50,35)
C0M34Y50K35 
(0%,34%,50%,35%)
(0.00/0.34/0.50/0.35)	

CMYK percentages

%0
%33.94
%50.3
%35.29

Codes

Color #A56D52 in popluar color models

A56D52
RGB16510982
HSL20°33.60%48.43%
HSB/HSV20°50.30%64.71%
CMYK0.00%33.94%50.30%
35.29%

Color #A56D52 in popluar number systems.

HEXA56D52
Decimal16510982
Binary1010010111011011010010
Octal245155122

Shades and tints

Shades of #A56D52

#A56D52
(165,109,82)
#96644B
(150,100,75)
#875B44
(135,91,68)
#78523D
(120,82,61)
#694936
(105,73,54)
#5A402F
(90,64,47)
#4B3728
(75,55,40)
#3C2E21
(60,46,33)
#2D251A
(45,37,26)
#1E1C13
(30,28,19)
#0F130C
(15,19,12)
#000000
(0,0,0)

Tints of #A56D52

#A56D52
(165,109,82)
#AD7A61
(173,122,97)
#B58770
(181,135,112)
#BD947F
(189,148,127)
#C5A18E
(197,161,142)
#CDAE9D
(205,174,157)
#D5BBAC
(213,187,172)
#DDC8BB
(221,200,187)
#E5D5CA
(229,213,202)
#EDE2D9
(237,226,217)
#F5EFE8
(245,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A56D52 color. Also use rgb(165,109,82) instead hex code.

Text Font Color

.myTextColor { color: #A56D52; }

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

This text font color is #A56D52.


Background Color

.myBgColor { background-color: #A56D52; }

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

This div background color is #A56D52.


Border color

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

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

This div border color is #A56D52.


Opacity

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

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

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

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

This text has shadow with #A56D52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A56D52 on black background.


Color preview on white background

This text has color #A56D52 on white background.



Black color preview on #A56D52 background

This text has black color on #A56D52 background.


White color preview on #A56D52 background

This text has white color on #A56D52 background.