COLOR #A56A3E

HEX: #A56A3E RGB: (165,106,62)

Color info

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

RGB color model

#A56A3E color RGB value is (165,106,62).

RGB: (165,106,62) (65%, 42%, 24%)

RGB channels and saturation

R 165 of 255 = 65%
G 106 of 255 = 42%
B 62 of 255 = 24%

165
106
62

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

Portions of RGB colors in percentages

R + G + B = 165 + 106 + 62 = 333 (100%)
R 165 of 333 ~ 49.55%
G 106 of 333 ~ 31.83%
B 62 of 333 ~ 18.62'%

%49.55
%31.83
%18.62

CMYK color model

#A56A3E color CMYK value is (0,36,62,35).

  • cyan value is 0.00%
  • magenta value is 35.76%
  • yellow value is 62.42%
  • key color value is 35.29%

CMYK: (0,36,62,35)
C0M36Y62K35 (0%, 36%, 62%, 35%)
(0.00 / 0.36 / 0.62 / 0.35)

CMYK percentages

%0
%35.76
%62.42
%35.29

Codes

Color #A56A3E in popluar color models

A5 6A 3E
RGB 165 106 62
HSL 26° 45.37% 44.51%
HSB/HSV 26° 62.42% 64.71%
CMYK 0.00% 35.76% 62.42%
35.29%

Color #A56A3E in popluar number systems.

HEX A5 6A 3E
Decimal 165 106 62
Binary 10100101 1101010 111110
Octal 245 152 76

Shades and tints

Shades of #A56A3E

#A56A3E
(165,106,62)
#966139
(150,97,57)
#875834
(135,88,52)
#784F2F
(120,79,47)
#69462A
(105,70,42)
#5A3D25
(90,61,37)
#4B3420
(75,52,32)
#3C2B1B
(60,43,27)
#2D2216
(45,34,22)
#1E1911
(30,25,17)
#0F100C
(15,16,12)
#000000
(0,0,0)

Tints of #A56A3E

#A56A3E
(165,106,62)
#AD774F
(173,119,79)
#B58460
(181,132,96)
#BD9171
(189,145,113)
#C59E82
(197,158,130)
#CDAB93
(205,171,147)
#D5B8A4
(213,184,164)
#DDC5B5
(221,197,181)
#E5D2C6
(229,210,198)
#EDDFD7
(237,223,215)
#F5ECE8
(245,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A56A3E color. Also use rgb(165,106,62) instead hex code.

Text Font Color

.myTextColor { color: #A56A3E; }

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

This text font color is #A56A3E.

Background Color

.myBgColor { background-color: #A56A3E; }

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

This div background color is #A56A3E.

Border color

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

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

This div border color is #A56A3E.

Opacity

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

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

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

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

This text has shadow with #A56A3E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A56A3E.

Preview

Color preview on black background

This text has color #A56A3E on black background.


Color preview on white background

This text has color #A56A3E on white background.


Black color preview on #A56A3E background

This text has black color on #A56A3E background.


White color preview on #A56A3E background

This text has white color on #A56A3E background.


Related colors

Complementary color

Complementary color for #hex is #5A95C1.


I love getcolorcode.com

Triadic colors

1 #3EA56A and #6A3EA5 with #A56A3E are triadic colors.

2 #3E6AA5 and #6AA53E with #A56A3E are triadic colors.