COLOR #A36E6F

HEX: #A36E6F
RGB: (163,110,111)

Color info

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

RGB color model

#A36E6F color RGB value is (163,110,111).

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

RGB channels and saturation

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

163
110
111

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

Portions of RGB colors in percentages

R + G + B =
163 + 110 + 111 = 384 (100%)
R 163 of 384 ~ 42.45%
G 110 of 384 ~ 28.65%
B 111 of 384 ~ 28.91%

%42.45
%28.65
%28.91

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 32.52%
  • 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
%32.52
%31.9
%36.08

Codes

Color #A36E6F in popluar color models

A36E6F
RGB163110111
HSL359°22.36%53.53%
HSB/HSV359°32.52%63.92%
CMYK0.00%32.52%31.90%
36.08%

Color #A36E6F in popluar number systems.

HEXA36E6F
Decimal163110111
Binary1010001111011101101111
Octal243156157

Shades and tints

Shades of #A36E6F

#A36E6F
(163,110,111)
#956465
(149,100,101)
#875A5B
(135,90,91)
#795051
(121,80,81)
#6B4647
(107,70,71)
#5D3C3D
(93,60,61)
#4F3233
(79,50,51)
#412829
(65,40,41)
#331E1F
(51,30,31)
#251415
(37,20,21)
#170A0B
(23,10,11)
#000000
(0,0,0)

Tints of #A36E6F

#A36E6F
(163,110,111)
#AB7B7C
(171,123,124)
#B38889
(179,136,137)
#BB9596
(187,149,150)
#C3A2A3
(195,162,163)
#CBAFB0
(203,175,176)
#D3BCBD
(211,188,189)
#DBC9CA
(219,201,202)
#E3D6D7
(227,214,215)
#EBE3E4
(235,227,228)
#F3F0F1
(243,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A36E6F; }

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

This text font color is #A36E6F.


Background Color

.myBgColor { background-color: #A36E6F; }

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

This div background color is #A36E6F.


Border color

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

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

This div border color is #A36E6F.


Opacity

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

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

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

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

This text has shadow with #A36E6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A36E6F on black background.


Color preview on white background

This text has color #A36E6F on white background.



Black color preview on #A36E6F background

This text has black color on #A36E6F background.


White color preview on #A36E6F background

This text has white color on #A36E6F background.