COLOR #A37E20

HEX: #A37E20
RGB: (163,126,32)

Color info

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

RGB color model

#A37E20 color RGB value is (163,126,32).

  • red value is 163;
  • green value is 126;
  • blue value is 32.
RGB:
(163,126,32)
(64%,49%,13%)

RGB channels and saturation

R 163 of 255 = 64%
G 126 of 255 = 49%
B 32 of 255 = 13%

163
126
32

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

Portions of RGB colors in percentages

R + G + B =
163 + 126 + 32 = 321 (100%)
R 163 of 321 ~ 50.78%
G 126 of 321 ~ 39.25%
B 32 of 321 ~ 9.97%

%50.78
%39.25
%9.97

CMYK color model

#A37E20 color CMYK value is (0,23,80,36).

  • cyan value is 0.00%
  • magenta value is 22.70%
  • yellow value is 80.37%
  • key color value is 36.08%
CMYK:
(0,23,80,36)
C0M23Y80K36 
(0%,23%,80%,36%)
(0.00/0.23/0.80/0.36)	

CMYK percentages

%0
%22.7
%80.37
%36.08

Codes

Color #A37E20 in popluar color models

A37E20
RGB16312632
HSL43°67.18%38.24%
HSB/HSV43°80.37%63.92%
CMYK0.00%22.70%80.37%
36.08%

Color #A37E20 in popluar number systems.

HEXA37E20
Decimal16312632
Binary101000111111110100000
Octal24317640

Shades and tints

Shades of #A37E20

#A37E20
(163,126,32)
#95731E
(149,115,30)
#87681C
(135,104,28)
#795D1A
(121,93,26)
#6B5218
(107,82,24)
#5D4716
(93,71,22)
#4F3C14
(79,60,20)
#413112
(65,49,18)
#332610
(51,38,16)
#251B0E
(37,27,14)
#17100C
(23,16,12)
#000000
(0,0,0)

Tints of #A37E20

#A37E20
(163,126,32)
#AB8934
(171,137,52)
#B39448
(179,148,72)
#BB9F5C
(187,159,92)
#C3AA70
(195,170,112)
#CBB584
(203,181,132)
#D3C098
(211,192,152)
#DBCBAC
(219,203,172)
#E3D6C0
(227,214,192)
#EBE1D4
(235,225,212)
#F3ECE8
(243,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A37E20 color. Also use rgb(163,126,32) instead hex code.

Text Font Color

.myTextColor { color: #A37E20; }

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

This text font color is #A37E20.


Background Color

.myBgColor { background-color: #A37E20; }

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

This div background color is #A37E20.


Border color

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

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

This div border color is #A37E20.


Opacity

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

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

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

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

This text has shadow with #A37E20 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A37E20 on black background.


Color preview on white background

This text has color #A37E20 on white background.



Black color preview on #A37E20 background

This text has black color on #A37E20 background.


White color preview on #A37E20 background

This text has white color on #A37E20 background.