COLOR #A36B5F

HEX: #A36B5F
RGB: (163,107,95)

Color info

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

RGB color model

#A36B5F color RGB value is (163,107,95).

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

RGB channels and saturation

R 163 of 255 = 64%
G 107 of 255 = 42%
B 95 of 255 = 37%

163
107
95

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

Portions of RGB colors in percentages

R + G + B =
163 + 107 + 95 = 365 (100%)
R 163 of 365 ~ 44.66%
G 107 of 365 ~ 29.32%
B 95 of 365 ~ 26.03%

%44.66
%29.32
%26.03

CMYK color model

#A36B5F color CMYK value is (0,34,42,36).

  • cyan value is 0.00%
  • magenta value is 34.36%
  • yellow value is 41.72%
  • key color value is 36.08%
CMYK:
(0,34,42,36)
C0M34Y42K36 
(0%,34%,42%,36%)
(0.00/0.34/0.42/0.36)	

CMYK percentages

%0
%34.36
%41.72
%36.08

Codes

Color #A36B5F in popluar color models

A36B5F
RGB16310795
HSL11°26.98%50.59%
HSB/HSV11°41.72%63.92%
CMYK0.00%34.36%41.72%
36.08%

Color #A36B5F in popluar number systems.

HEXA36B5F
Decimal16310795
Binary1010001111010111011111
Octal243153137

Shades and tints

Shades of #A36B5F

#A36B5F
(163,107,95)
#956257
(149,98,87)
#87594F
(135,89,79)
#795047
(121,80,71)
#6B473F
(107,71,63)
#5D3E37
(93,62,55)
#4F352F
(79,53,47)
#412C27
(65,44,39)
#33231F
(51,35,31)
#251A17
(37,26,23)
#17110F
(23,17,15)
#000000
(0,0,0)

Tints of #A36B5F

#A36B5F
(163,107,95)
#AB786D
(171,120,109)
#B3857B
(179,133,123)
#BB9289
(187,146,137)
#C39F97
(195,159,151)
#CBACA5
(203,172,165)
#D3B9B3
(211,185,179)
#DBC6C1
(219,198,193)
#E3D3CF
(227,211,207)
#EBE0DD
(235,224,221)
#F3EDEB
(243,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A36B5F; }

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

This text font color is #A36B5F.


Background Color

.myBgColor { background-color: #A36B5F; }

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

This div background color is #A36B5F.


Border color

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

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

This div border color is #A36B5F.


Opacity

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

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

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

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

This text has shadow with #A36B5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A36B5F on black background.


Color preview on white background

This text has color #A36B5F on white background.



Black color preview on #A36B5F background

This text has black color on #A36B5F background.


White color preview on #A36B5F background

This text has white color on #A36B5F background.