COLOR #A3736F

HEX: #A3736F RGB: (163,115,111)

Color info

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

RGB color model

#A3736F color RGB value is (163,115,111).

RGB: (163,115,111) (64%, 45%, 44%)

RGB channels and saturation

R 163 of 255 = 64%
G 115 of 255 = 45%
B 111 of 255 = 44%

163
115
111

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

Portions of RGB colors in percentages

R + G + B = 163 + 115 + 111 = 389 (100%)
R 163 of 389 ~ 41.9%
G 115 of 389 ~ 29.56%
B 111 of 389 ~ 28.53'%

%41.9
%29.56
%28.53

CMYK color model

#A3736F color CMYK value is (0,29,32,36).

  • cyan value is 0.00%
  • magenta value is 29.45%
  • yellow value is 31.90%
  • key color value is 36.08%

CMYK: (0,29,32,36)
C0M29Y32K36 (0%, 29%, 32%, 36%)
(0.00 / 0.29 / 0.32 / 0.36)

CMYK percentages

%0
%29.45
%31.9
%36.08

Codes

Color #A3736F in popluar color models

A3 73 6F
RGB 163 115 111
HSL 22.03% 53.73%
HSB/HSV 31.90% 63.92%
CMYK 0.00% 29.45% 31.90%
36.08%

Color #A3736F in popluar number systems.

HEX A3 73 6F
Decimal 163 115 111
Binary 10100011 1110011 1101111
Octal 243 163 157

Shades and tints

Shades of #A3736F

#A3736F
(163,115,111)
#956965
(149,105,101)
#875F5B
(135,95,91)
#795551
(121,85,81)
#6B4B47
(107,75,71)
#5D413D
(93,65,61)
#4F3733
(79,55,51)
#412D29
(65,45,41)
#33231F
(51,35,31)
#251915
(37,25,21)
#170F0B
(23,15,11)
#000000
(0,0,0)

Tints of #A3736F

#A3736F
(163,115,111)
#AB7F7C
(171,127,124)
#B38B89
(179,139,137)
#BB9796
(187,151,150)
#C3A3A3
(195,163,163)
#CBAFB0
(203,175,176)
#D3BBBD
(211,187,189)
#DBC7CA
(219,199,202)
#E3D3D7
(227,211,215)
#EBDFE4
(235,223,228)
#F3EBF1
(243,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3736F; }

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

This text font color is #A3736F.

Background Color

.myBgColor { background-color: #A3736F; }

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

This div background color is #A3736F.

Border color

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

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

This div border color is #A3736F.

Opacity

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

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

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

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

This text has shadow with #A3736F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3736F.

Preview

Color preview on black background

This text has color #A3736F on black background.


Color preview on white background

This text has color #A3736F on white background.


Black color preview on #A3736F background

This text has black color on #A3736F background.


White color preview on #A3736F background

This text has white color on #A3736F background.


Related colors

Complementary color

Complementary color for #hex is #5C8C90.


I love getcolorcode.com

Triadic colors

1 #6FA373 and #736FA3 with #A3736F are triadic colors.

2 #6F73A3 and #73A36F with #A3736F are triadic colors.