COLOR #A3736D

HEX: #A3736D
RGB: (163,115,109)

Color info

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

RGB color model

#A3736D color RGB value is (163,115,109).

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

RGB channels and saturation

R 163 of 255 = 64%
G 115 of 255 = 45%
B 109 of 255 = 43%

163
115
109

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

Portions of RGB colors in percentages

R + G + B =
163 + 115 + 109 = 387 (100%)
R 163 of 387 ~ 42.12%
G 115 of 387 ~ 29.72%
B 109 of 387 ~ 28.17%

%42.12
%29.72
%28.17

CMYK color model

#A3736D color CMYK value is (0,29,33,36).

  • cyan value is 0.00%
  • magenta value is 29.45%
  • yellow value is 33.13%
  • key color value is 36.08%
CMYK:
(0,29,33,36)
C0M29Y33K36 
(0%,29%,33%,36%)
(0.00/0.29/0.33/0.36)	

CMYK percentages

%0
%29.45
%33.13
%36.08

Codes

Color #A3736D in popluar color models

A3736D
RGB163115109
HSL22.69%53.33%
HSB/HSV33.13%63.92%
CMYK0.00%29.45%33.13%
36.08%

Color #A3736D in popluar number systems.

HEXA3736D
Decimal163115109
Binary1010001111100111101101
Octal243163155

Shades and tints

Shades of #A3736D

#A3736D
(163,115,109)
#956964
(149,105,100)
#875F5B
(135,95,91)
#795552
(121,85,82)
#6B4B49
(107,75,73)
#5D4140
(93,65,64)
#4F3737
(79,55,55)
#412D2E
(65,45,46)
#332325
(51,35,37)
#25191C
(37,25,28)
#170F13
(23,15,19)
#000000
(0,0,0)

Tints of #A3736D

#A3736D
(163,115,109)
#AB7F7A
(171,127,122)
#B38B87
(179,139,135)
#BB9794
(187,151,148)
#C3A3A1
(195,163,161)
#CBAFAE
(203,175,174)
#D3BBBB
(211,187,187)
#DBC7C8
(219,199,200)
#E3D3D5
(227,211,213)
#EBDFE2
(235,223,226)
#F3EBEF
(243,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3736D; }

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

This text font color is #A3736D.


Background Color

.myBgColor { background-color: #A3736D; }

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

This div background color is #A3736D.


Border color

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

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

This div border color is #A3736D.


Opacity

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

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

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

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

This text has shadow with #A3736D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3736D on black background.


Color preview on white background

This text has color #A3736D on white background.



Black color preview on #A3736D background

This text has black color on #A3736D background.


White color preview on #A3736D background

This text has white color on #A3736D background.