COLOR #A36C54

HEX: #A36C54
RGB: (163,108,84)

Color info

#A36C54 contains mainly red and green colors. Web safe color of #A36C54 is #996666 (or #966).

RGB color model

#A36C54 color RGB value is (163,108,84).

  • red value is 163;
  • green value is 108;
  • blue value is 84.
RGB:
(163,108,84)
(64%,42%,33%)

RGB channels and saturation

R 163 of 255 = 64%
G 108 of 255 = 42%
B 84 of 255 = 33%

163
108
84

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

Portions of RGB colors in percentages

R + G + B =
163 + 108 + 84 = 355 (100%)
R 163 of 355 ~ 45.92%
G 108 of 355 ~ 30.42%
B 84 of 355 ~ 23.66%

%45.92
%30.42
%23.66

CMYK color model

#A36C54 color CMYK value is (0,34,48,36).

  • cyan value is 0.00%
  • magenta value is 33.74%
  • yellow value is 48.47%
  • key color value is 36.08%
CMYK:
(0,34,48,36)
C0M34Y48K36 
(0%,34%,48%,36%)
(0.00/0.34/0.48/0.36)	

CMYK percentages

%0
%33.74
%48.47
%36.08

Codes

Color #A36C54 in popluar color models

A36C54
RGB16310884
HSL18°31.98%48.43%
HSB/HSV18°48.47%63.92%
CMYK0.00%33.74%48.47%
36.08%

Color #A36C54 in popluar number systems.

HEXA36C54
Decimal16310884
Binary1010001111011001010100
Octal243154124

Shades and tints

Shades of #A36C54

#A36C54
(163,108,84)
#95634D
(149,99,77)
#875A46
(135,90,70)
#79513F
(121,81,63)
#6B4838
(107,72,56)
#5D3F31
(93,63,49)
#4F362A
(79,54,42)
#412D23
(65,45,35)
#33241C
(51,36,28)
#251B15
(37,27,21)
#17120E
(23,18,14)
#000000
(0,0,0)

Tints of #A36C54

#A36C54
(163,108,84)
#AB7963
(171,121,99)
#B38672
(179,134,114)
#BB9381
(187,147,129)
#C3A090
(195,160,144)
#CBAD9F
(203,173,159)
#D3BAAE
(211,186,174)
#DBC7BD
(219,199,189)
#E3D4CC
(227,212,204)
#EBE1DB
(235,225,219)
#F3EEEA
(243,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A36C54 color. Also use rgb(163,108,84) instead hex code.

Text Font Color

.myTextColor { color: #A36C54; }

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

This text font color is #A36C54.


Background Color

.myBgColor { background-color: #A36C54; }

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

This div background color is #A36C54.


Border color

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

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

This div border color is #A36C54.


Opacity

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

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

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

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

This text has shadow with #A36C54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A36C54 on black background.


Color preview on white background

This text has color #A36C54 on white background.



Black color preview on #A36C54 background

This text has black color on #A36C54 background.


White color preview on #A36C54 background

This text has white color on #A36C54 background.