COLOR #A56E4F

HEX: #A56E4F
RGB: (165,110,79)

Color info

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

RGB color model

#A56E4F color RGB value is (165,110,79).

  • red value is 165;
  • green value is 110;
  • blue value is 79.
RGB:
(165,110,79)
(65%,43%,31%)

RGB channels and saturation

R 165 of 255 = 65%
G 110 of 255 = 43%
B 79 of 255 = 31%

165
110
79

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

Portions of RGB colors in percentages

R + G + B =
165 + 110 + 79 = 354 (100%)
R 165 of 354 ~ 46.61%
G 110 of 354 ~ 31.07%
B 79 of 354 ~ 22.32%

%46.61
%31.07
%22.32

CMYK color model

#A56E4F color CMYK value is (0,33,52,35).

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 52.12%
  • key color value is 35.29%
CMYK:
(0,33,52,35)
C0M33Y52K35 
(0%,33%,52%,35%)
(0.00/0.33/0.52/0.35)	

CMYK percentages

%0
%33.33
%52.12
%35.29

Codes

Color #A56E4F in popluar color models

A56E4F
RGB16511079
HSL22°35.25%47.84%
HSB/HSV22°52.12%64.71%
CMYK0.00%33.33%52.12%
35.29%

Color #A56E4F in popluar number systems.

HEXA56E4F
Decimal16511079
Binary1010010111011101001111
Octal245156117

Shades and tints

Shades of #A56E4F

#A56E4F
(165,110,79)
#966448
(150,100,72)
#875A41
(135,90,65)
#78503A
(120,80,58)
#694633
(105,70,51)
#5A3C2C
(90,60,44)
#4B3225
(75,50,37)
#3C281E
(60,40,30)
#2D1E17
(45,30,23)
#1E1410
(30,20,16)
#0F0A09
(15,10,9)
#000000
(0,0,0)

Tints of #A56E4F

#A56E4F
(165,110,79)
#AD7B5F
(173,123,95)
#B5886F
(181,136,111)
#BD957F
(189,149,127)
#C5A28F
(197,162,143)
#CDAF9F
(205,175,159)
#D5BCAF
(213,188,175)
#DDC9BF
(221,201,191)
#E5D6CF
(229,214,207)
#EDE3DF
(237,227,223)
#F5F0EF
(245,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A56E4F color. Also use rgb(165,110,79) instead hex code.

Text Font Color

.myTextColor { color: #A56E4F; }

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

This text font color is #A56E4F.


Background Color

.myBgColor { background-color: #A56E4F; }

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

This div background color is #A56E4F.


Border color

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

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

This div border color is #A56E4F.


Opacity

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

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

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

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

This text has shadow with #A56E4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A56E4F on black background.


Color preview on white background

This text has color #A56E4F on white background.



Black color preview on #A56E4F background

This text has black color on #A56E4F background.


White color preview on #A56E4F background

This text has white color on #A56E4F background.