COLOR #A36732

HEX: #A36732
RGB: (163,103,50)

Color info

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

RGB color model

#A36732 color RGB value is (163,103,50).

  • red value is 163;
  • green value is 103;
  • blue value is 50.
RGB:
(163,103,50)
(64%,40%,20%)

RGB channels and saturation

R 163 of 255 = 64%
G 103 of 255 = 40%
B 50 of 255 = 20%

163
103
50

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

Portions of RGB colors in percentages

R + G + B =
163 + 103 + 50 = 316 (100%)
R 163 of 316 ~ 51.58%
G 103 of 316 ~ 32.59%
B 50 of 316 ~ 15.82%

%51.58
%32.59
%15.82

CMYK color model

#A36732 color CMYK value is (0,37,69,36).

  • cyan value is 0.00%
  • magenta value is 36.81%
  • yellow value is 69.33%
  • key color value is 36.08%
CMYK:
(0,37,69,36)
C0M37Y69K36 
(0%,37%,69%,36%)
(0.00/0.37/0.69/0.36)	

CMYK percentages

%0
%36.81
%69.33
%36.08

Codes

Color #A36732 in popluar color models

A36732
RGB16310350
HSL28°53.05%41.76%
HSB/HSV28°69.33%63.92%
CMYK0.00%36.81%69.33%
36.08%

Color #A36732 in popluar number systems.

HEXA36732
Decimal16310350
Binary101000111100111110010
Octal24314762

Shades and tints

Shades of #A36732

#A36732
(163,103,50)
#955E2E
(149,94,46)
#87552A
(135,85,42)
#794C26
(121,76,38)
#6B4322
(107,67,34)
#5D3A1E
(93,58,30)
#4F311A
(79,49,26)
#412816
(65,40,22)
#331F12
(51,31,18)
#25160E
(37,22,14)
#170D0A
(23,13,10)
#000000
(0,0,0)

Tints of #A36732

#A36732
(163,103,50)
#AB7444
(171,116,68)
#B38156
(179,129,86)
#BB8E68
(187,142,104)
#C39B7A
(195,155,122)
#CBA88C
(203,168,140)
#D3B59E
(211,181,158)
#DBC2B0
(219,194,176)
#E3CFC2
(227,207,194)
#EBDCD4
(235,220,212)
#F3E9E6
(243,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A36732 color. Also use rgb(163,103,50) instead hex code.

Text Font Color

.myTextColor { color: #A36732; }

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

This text font color is #A36732.


Background Color

.myBgColor { background-color: #A36732; }

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

This div background color is #A36732.


Border color

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

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

This div border color is #A36732.


Opacity

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

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

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

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

This text has shadow with #A36732 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A36732 on black background.


Color preview on white background

This text has color #A36732 on white background.



Black color preview on #A36732 background

This text has black color on #A36732 background.


White color preview on #A36732 background

This text has white color on #A36732 background.