COLOR #A36D6F

HEX: #A36D6F
RGB: (163,109,111)

Color info

#A36D6F contains red, green and blue colors in about the same proportion. Web safe color of #A36D6F is #996666 (or #966).

RGB color model

#A36D6F color RGB value is (163,109,111).

  • red value is 163;
  • green value is 109;
  • blue value is 111.
RGB:
(163,109,111)
(64%,43%,44%)

RGB channels and saturation

R 163 of 255 = 64%
G 109 of 255 = 43%
B 111 of 255 = 44%

163
109
111

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

Portions of RGB colors in percentages

R + G + B =
163 + 109 + 111 = 383 (100%)
R 163 of 383 ~ 42.56%
G 109 of 383 ~ 28.46%
B 111 of 383 ~ 28.98%

%42.56
%28.46
%28.98

CMYK color model

#A36D6F color CMYK value is (0,33,32,36).

  • cyan value is 0.00%
  • magenta value is 33.13%
  • yellow value is 31.90%
  • key color value is 36.08%
CMYK:
(0,33,32,36)
C0M33Y32K36 
(0%,33%,32%,36%)
(0.00/0.33/0.32/0.36)	

CMYK percentages

%0
%33.13
%31.9
%36.08

Codes

Color #A36D6F in popluar color models

A36D6F
RGB163109111
HSL358°22.69%53.33%
HSB/HSV358°33.13%63.92%
CMYK0.00%33.13%31.90%
36.08%

Color #A36D6F in popluar number systems.

HEXA36D6F
Decimal163109111
Binary1010001111011011101111
Octal243155157

Shades and tints

Shades of #A36D6F

#A36D6F
(163,109,111)
#956465
(149,100,101)
#875B5B
(135,91,91)
#795251
(121,82,81)
#6B4947
(107,73,71)
#5D403D
(93,64,61)
#4F3733
(79,55,51)
#412E29
(65,46,41)
#33251F
(51,37,31)
#251C15
(37,28,21)
#17130B
(23,19,11)
#000000
(0,0,0)

Tints of #A36D6F

#A36D6F
(163,109,111)
#AB7A7C
(171,122,124)
#B38789
(179,135,137)
#BB9496
(187,148,150)
#C3A1A3
(195,161,163)
#CBAEB0
(203,174,176)
#D3BBBD
(211,187,189)
#DBC8CA
(219,200,202)
#E3D5D7
(227,213,215)
#EBE2E4
(235,226,228)
#F3EFF1
(243,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A36D6F color. Also use rgb(163,109,111) instead hex code.

Text Font Color

.myTextColor { color: #A36D6F; }

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

This text font color is #A36D6F.


Background Color

.myBgColor { background-color: #A36D6F; }

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

This div background color is #A36D6F.


Border color

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

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

This div border color is #A36D6F.


Opacity

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

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

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

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

This text has shadow with #A36D6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A36D6F on black background.


Color preview on white background

This text has color #A36D6F on white background.



Black color preview on #A36D6F background

This text has black color on #A36D6F background.


White color preview on #A36D6F background

This text has white color on #A36D6F background.