COLOR #A36B56

HEX: #A36B56
RGB: (163,107,86)

Color info

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

RGB color model

#A36B56 color RGB value is (163,107,86).

  • red value is 163;
  • green value is 107;
  • blue value is 86.
RGB:
(163,107,86)
(64%,42%,34%)

RGB channels and saturation

R 163 of 255 = 64%
G 107 of 255 = 42%
B 86 of 255 = 34%

163
107
86

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

Portions of RGB colors in percentages

R + G + B =
163 + 107 + 86 = 356 (100%)
R 163 of 356 ~ 45.79%
G 107 of 356 ~ 30.06%
B 86 of 356 ~ 24.16%

%45.79
%30.06
%24.16

CMYK color model

#A36B56 color CMYK value is (0,34,47,36).

  • cyan value is 0.00%
  • magenta value is 34.36%
  • yellow value is 47.24%
  • key color value is 36.08%
CMYK:
(0,34,47,36)
C0M34Y47K36 
(0%,34%,47%,36%)
(0.00/0.34/0.47/0.36)	

CMYK percentages

%0
%34.36
%47.24
%36.08

Codes

Color #A36B56 in popluar color models

A36B56
RGB16310786
HSL16°30.92%48.82%
HSB/HSV16°47.24%63.92%
CMYK0.00%34.36%47.24%
36.08%

Color #A36B56 in popluar number systems.

HEXA36B56
Decimal16310786
Binary1010001111010111010110
Octal243153126

Shades and tints

Shades of #A36B56

#A36B56
(163,107,86)
#95624F
(149,98,79)
#875948
(135,89,72)
#795041
(121,80,65)
#6B473A
(107,71,58)
#5D3E33
(93,62,51)
#4F352C
(79,53,44)
#412C25
(65,44,37)
#33231E
(51,35,30)
#251A17
(37,26,23)
#171110
(23,17,16)
#000000
(0,0,0)

Tints of #A36B56

#A36B56
(163,107,86)
#AB7865
(171,120,101)
#B38574
(179,133,116)
#BB9283
(187,146,131)
#C39F92
(195,159,146)
#CBACA1
(203,172,161)
#D3B9B0
(211,185,176)
#DBC6BF
(219,198,191)
#E3D3CE
(227,211,206)
#EBE0DD
(235,224,221)
#F3EDEC
(243,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A36B56 color. Also use rgb(163,107,86) instead hex code.

Text Font Color

.myTextColor { color: #A36B56; }

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

This text font color is #A36B56.


Background Color

.myBgColor { background-color: #A36B56; }

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

This div background color is #A36B56.


Border color

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

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

This div border color is #A36B56.


Opacity

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

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

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

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

This text has shadow with #A36B56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A36B56 on black background.


Color preview on white background

This text has color #A36B56 on white background.



Black color preview on #A36B56 background

This text has black color on #A36B56 background.


White color preview on #A36B56 background

This text has white color on #A36B56 background.