COLOR #A36241

HEX: #A36241
RGB: (163,98,65)

Color info

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

RGB color model

#A36241 color RGB value is (163,98,65).

  • red value is 163;
  • green value is 98;
  • blue value is 65.
RGB:
(163,98,65)
(64%,38%,25%)

RGB channels and saturation

R 163 of 255 = 64%
G 98 of 255 = 38%
B 65 of 255 = 25%

163
98
65

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

Portions of RGB colors in percentages

R + G + B =
163 + 98 + 65 = 326 (100%)
R 163 of 326 ~ 50%
G 98 of 326 ~ 30.06%
B 65 of 326 ~ 19.94%

%50
%30.06
%19.94

CMYK color model

#A36241 color CMYK value is (0,40,60,36).

  • cyan value is 0.00%
  • magenta value is 39.88%
  • yellow value is 60.12%
  • key color value is 36.08%
CMYK:
(0,40,60,36)
C0M40Y60K36 
(0%,40%,60%,36%)
(0.00/0.40/0.60/0.36)	

CMYK percentages

%0
%39.88
%60.12
%36.08

Codes

Color #A36241 in popluar color models

A36241
RGB1639865
HSL20°42.98%44.71%
HSB/HSV20°60.12%63.92%
CMYK0.00%39.88%60.12%
36.08%

Color #A36241 in popluar number systems.

HEXA36241
Decimal1639865
Binary1010001111000101000001
Octal243142101

Shades and tints

Shades of #A36241

#A36241
(163,98,65)
#955A3C
(149,90,60)
#875237
(135,82,55)
#794A32
(121,74,50)
#6B422D
(107,66,45)
#5D3A28
(93,58,40)
#4F3223
(79,50,35)
#412A1E
(65,42,30)
#332219
(51,34,25)
#251A14
(37,26,20)
#17120F
(23,18,15)
#000000
(0,0,0)

Tints of #A36241

#A36241
(163,98,65)
#AB7052
(171,112,82)
#B37E63
(179,126,99)
#BB8C74
(187,140,116)
#C39A85
(195,154,133)
#CBA896
(203,168,150)
#D3B6A7
(211,182,167)
#DBC4B8
(219,196,184)
#E3D2C9
(227,210,201)
#EBE0DA
(235,224,218)
#F3EEEB
(243,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A36241 color. Also use rgb(163,98,65) instead hex code.

Text Font Color

.myTextColor { color: #A36241; }

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

This text font color is #A36241.


Background Color

.myBgColor { background-color: #A36241; }

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

This div background color is #A36241.


Border color

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

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

This div border color is #A36241.


Opacity

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

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

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

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

This text has shadow with #A36241 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A36241 on black background.


Color preview on white background

This text has color #A36241 on white background.



Black color preview on #A36241 background

This text has black color on #A36241 background.


White color preview on #A36241 background

This text has white color on #A36241 background.