COLOR #A37D43

HEX: #A37D43 RGB: (163,125,67)

Color info

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

RGB color model

#A37D43 color RGB value is (163,125,67).

RGB: (163,125,67) (64%, 49%, 26%)

RGB channels and saturation

R 163 of 255 = 64%
G 125 of 255 = 49%
B 67 of 255 = 26%

163
125
67

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

Portions of RGB colors in percentages

R + G + B = 163 + 125 + 67 = 355 (100%)
R 163 of 355 ~ 45.92%
G 125 of 355 ~ 35.21%
B 67 of 355 ~ 18.87'%

%45.92
%35.21
%18.87

CMYK color model

#A37D43 color CMYK value is (0,23,59,36).

  • cyan value is 0.00%
  • magenta value is 23.31%
  • yellow value is 58.90%
  • key color value is 36.08%

CMYK: (0,23,59,36)
C0M23Y59K36 (0%, 23%, 59%, 36%)
(0.00 / 0.23 / 0.59 / 0.36)

CMYK percentages

%0
%23.31
%58.9
%36.08

Codes

Color #A37D43 in popluar color models

A3 7D 43
RGB 163 125 67
HSL 36° 41.74% 45.10%
HSB/HSV 36° 58.90% 63.92%
CMYK 0.00% 23.31% 58.90%
36.08%

Color #A37D43 in popluar number systems.

HEX A3 7D 43
Decimal 163 125 67
Binary 10100011 1111101 1000011
Octal 243 175 103

Shades and tints

Shades of #A37D43

#A37D43
(163,125,67)
#95723D
(149,114,61)
#876737
(135,103,55)
#795C31
(121,92,49)
#6B512B
(107,81,43)
#5D4625
(93,70,37)
#4F3B1F
(79,59,31)
#413019
(65,48,25)
#332513
(51,37,19)
#251A0D
(37,26,13)
#170F07
(23,15,7)
#000000
(0,0,0)

Tints of #A37D43

#A37D43
(163,125,67)
#AB8854
(171,136,84)
#B39365
(179,147,101)
#BB9E76
(187,158,118)
#C3A987
(195,169,135)
#CBB498
(203,180,152)
#D3BFA9
(211,191,169)
#DBCABA
(219,202,186)
#E3D5CB
(227,213,203)
#EBE0DC
(235,224,220)
#F3EBED
(243,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A37D43 color. Also use rgb(163,125,67) instead hex code.

Text Font Color

.myTextColor { color: #A37D43; }

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

This text font color is #A37D43.

Background Color

.myBgColor { background-color: #A37D43; }

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

This div background color is #A37D43.

Border color

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

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

This div border color is #A37D43.

Opacity

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

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

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

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

This text has shadow with #A37D43 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A37D43.

Preview

Color preview on black background

This text has color #A37D43 on black background.


Color preview on white background

This text has color #A37D43 on white background.


Black color preview on #A37D43 background

This text has black color on #A37D43 background.


White color preview on #A37D43 background

This text has white color on #A37D43 background.


Related colors

Complementary color

Complementary color for #hex is #5C82BC.


I love getcolorcode.com

Triadic colors

1 #43A37D and #7D43A3 with #A37D43 are triadic colors.

2 #437DA3 and #7DA343 with #A37D43 are triadic colors.