COLOR #A36849

HEX: #A36849
RGB: (163,104,73)

Color info

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

RGB color model

#A36849 color RGB value is (163,104,73).

  • red value is 163;
  • green value is 104;
  • blue value is 73.
RGB:
(163,104,73)
(64%,41%,29%)

RGB channels and saturation

R 163 of 255 = 64%
G 104 of 255 = 41%
B 73 of 255 = 29%

163
104
73

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

Portions of RGB colors in percentages

R + G + B =
163 + 104 + 73 = 340 (100%)
R 163 of 340 ~ 47.94%
G 104 of 340 ~ 30.59%
B 73 of 340 ~ 21.47%

%47.94
%30.59
%21.47

CMYK color model

#A36849 color CMYK value is (0,36,55,36).

  • cyan value is 0.00%
  • magenta value is 36.20%
  • yellow value is 55.21%
  • key color value is 36.08%
CMYK:
(0,36,55,36)
C0M36Y55K36 
(0%,36%,55%,36%)
(0.00/0.36/0.55/0.36)	

CMYK percentages

%0
%36.2
%55.21
%36.08

Codes

Color #A36849 in popluar color models

A36849
RGB16310473
HSL21°38.14%46.27%
HSB/HSV21°55.21%63.92%
CMYK0.00%36.20%55.21%
36.08%

Color #A36849 in popluar number systems.

HEXA36849
Decimal16310473
Binary1010001111010001001001
Octal243150111

Shades and tints

Shades of #A36849

#A36849
(163,104,73)
#955F43
(149,95,67)
#87563D
(135,86,61)
#794D37
(121,77,55)
#6B4431
(107,68,49)
#5D3B2B
(93,59,43)
#4F3225
(79,50,37)
#41291F
(65,41,31)
#332019
(51,32,25)
#251713
(37,23,19)
#170E0D
(23,14,13)
#000000
(0,0,0)

Tints of #A36849

#A36849
(163,104,73)
#AB7559
(171,117,89)
#B38269
(179,130,105)
#BB8F79
(187,143,121)
#C39C89
(195,156,137)
#CBA999
(203,169,153)
#D3B6A9
(211,182,169)
#DBC3B9
(219,195,185)
#E3D0C9
(227,208,201)
#EBDDD9
(235,221,217)
#F3EAE9
(243,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A36849 color. Also use rgb(163,104,73) instead hex code.

Text Font Color

.myTextColor { color: #A36849; }

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

This text font color is #A36849.


Background Color

.myBgColor { background-color: #A36849; }

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

This div background color is #A36849.


Border color

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

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

This div border color is #A36849.


Opacity

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

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

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

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

This text has shadow with #A36849 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A36849 on black background.


Color preview on white background

This text has color #A36849 on white background.



Black color preview on #A36849 background

This text has black color on #A36849 background.


White color preview on #A36849 background

This text has white color on #A36849 background.