COLOR #A36D70

HEX: #A36D70
RGB: (163,109,112)

Color info

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

RGB color model

#A36D70 color RGB value is (163,109,112).

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

RGB channels and saturation

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

163
109
112

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

Portions of RGB colors in percentages

R + G + B =
163 + 109 + 112 = 384 (100%)
R 163 of 384 ~ 42.45%
G 109 of 384 ~ 28.39%
B 112 of 384 ~ 29.17%

%42.45
%28.39
%29.17

CMYK color model

#A36D70 color CMYK value is (0,33,31,36).

  • cyan value is 0.00%
  • magenta value is 33.13%
  • yellow value is 31.29%
  • key color value is 36.08%
CMYK:
(0,33,31,36)
C0M33Y31K36 
(0%,33%,31%,36%)
(0.00/0.33/0.31/0.36)	

CMYK percentages

%0
%33.13
%31.29
%36.08

Codes

Color #A36D70 in popluar color models

A36D70
RGB163109112
HSL357°22.69%53.33%
HSB/HSV357°33.13%63.92%
CMYK0.00%33.13%31.29%
36.08%

Color #A36D70 in popluar number systems.

HEXA36D70
Decimal163109112
Binary1010001111011011110000
Octal243155160

Shades and tints

Shades of #A36D70

#A36D70
(163,109,112)
#956466
(149,100,102)
#875B5C
(135,91,92)
#795252
(121,82,82)
#6B4948
(107,73,72)
#5D403E
(93,64,62)
#4F3734
(79,55,52)
#412E2A
(65,46,42)
#332520
(51,37,32)
#251C16
(37,28,22)
#17130C
(23,19,12)
#000000
(0,0,0)

Tints of #A36D70

#A36D70
(163,109,112)
#AB7A7D
(171,122,125)
#B3878A
(179,135,138)
#BB9497
(187,148,151)
#C3A1A4
(195,161,164)
#CBAEB1
(203,174,177)
#D3BBBE
(211,187,190)
#DBC8CB
(219,200,203)
#E3D5D8
(227,213,216)
#EBE2E5
(235,226,229)
#F3EFF2
(243,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A36D70; }

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

This text font color is #A36D70.


Background Color

.myBgColor { background-color: #A36D70; }

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

This div background color is #A36D70.


Border color

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

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

This div border color is #A36D70.


Opacity

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

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

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

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

This text has shadow with #A36D70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A36D70 on black background.


Color preview on white background

This text has color #A36D70 on white background.



Black color preview on #A36D70 background

This text has black color on #A36D70 background.


White color preview on #A36D70 background

This text has white color on #A36D70 background.