COLOR #A36620

HEX: #A36620
RGB: (163,102,32)

Color info

#A36620 contains mainly red color. Web safe color of #A36620 is #996633 (or #963).

RGB color model

#A36620 color RGB value is (163,102,32).

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

RGB channels and saturation

R 163 of 255 = 64%
G 102 of 255 = 40%
B 32 of 255 = 13%

163
102
32

R + G + B ~ 39%. #A36620 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
163 + 102 + 32 = 297 (100%)
R 163 of 297 ~ 54.88%
G 102 of 297 ~ 34.34%
B 32 of 297 ~ 10.77%

%54.88
%34.34
%10.77

CMYK color model

#A36620 color CMYK value is (0,37,80,36).

  • cyan value is 0.00%
  • magenta value is 37.42%
  • yellow value is 80.37%
  • key color value is 36.08%
CMYK:
(0,37,80,36)
C0M37Y80K36 
(0%,37%,80%,36%)
(0.00/0.37/0.80/0.36)	

CMYK percentages

%0
%37.42
%80.37
%36.08

Codes

Color #A36620 in popluar color models

A36620
RGB16310232
HSL32°67.18%38.24%
HSB/HSV32°80.37%63.92%
CMYK0.00%37.42%80.37%
36.08%

Color #A36620 in popluar number systems.

HEXA36620
Decimal16310232
Binary101000111100110100000
Octal24314640

Shades and tints

Shades of #A36620

#A36620
(163,102,32)
#955D1E
(149,93,30)
#87541C
(135,84,28)
#794B1A
(121,75,26)
#6B4218
(107,66,24)
#5D3916
(93,57,22)
#4F3014
(79,48,20)
#412712
(65,39,18)
#331E10
(51,30,16)
#25150E
(37,21,14)
#170C0C
(23,12,12)
#000000
(0,0,0)

Tints of #A36620

#A36620
(163,102,32)
#AB7334
(171,115,52)
#B38048
(179,128,72)
#BB8D5C
(187,141,92)
#C39A70
(195,154,112)
#CBA784
(203,167,132)
#D3B498
(211,180,152)
#DBC1AC
(219,193,172)
#E3CEC0
(227,206,192)
#EBDBD4
(235,219,212)
#F3E8E8
(243,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A36620; }

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

This text font color is #A36620.


Background Color

.myBgColor { background-color: #A36620; }

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

This div background color is #A36620.


Border color

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

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

This div border color is #A36620.


Opacity

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

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

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

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

This text has shadow with #A36620 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A36620 on black background.


Color preview on white background

This text has color #A36620 on white background.



Black color preview on #A36620 background

This text has black color on #A36620 background.


White color preview on #A36620 background

This text has white color on #A36620 background.