COLOR #A3716D

HEX: #A3716D RGB: (163,113,109)

Color info

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

RGB color model

#A3716D color RGB value is (163,113,109).

RGB: (163,113,109) (64%, 44%, 43%)

RGB channels and saturation

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

163
113
109

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

Portions of RGB colors in percentages

R + G + B = 163 + 113 + 109 = 385 (100%)
R 163 of 385 ~ 42.34%
G 113 of 385 ~ 29.35%
B 109 of 385 ~ 28.31'%

%42.34
%29.35
%28.31

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 30.67%
  • yellow value is 33.13%
  • key color value is 36.08%

CMYK: (0,31,33,36)
C0M31Y33K36 (0%, 31%, 33%, 36%)
(0.00 / 0.31 / 0.33 / 0.36)

CMYK percentages

%0
%30.67
%33.13
%36.08

Codes

Color #A3716D in popluar color models

A3 71 6D
RGB 163 113 109
HSL 22.69% 53.33%
HSB/HSV 33.13% 63.92%
CMYK 0.00% 30.67% 33.13%
36.08%

Color #A3716D in popluar number systems.

HEX A3 71 6D
Decimal 163 113 109
Binary 10100011 1110001 1101101
Octal 243 161 155

Shades and tints

Shades of #A3716D

#A3716D
(163,113,109)
#956764
(149,103,100)
#875D5B
(135,93,91)
#795352
(121,83,82)
#6B4949
(107,73,73)
#5D3F40
(93,63,64)
#4F3537
(79,53,55)
#412B2E
(65,43,46)
#332125
(51,33,37)
#25171C
(37,23,28)
#170D13
(23,13,19)
#000000
(0,0,0)

Tints of #A3716D

#A3716D
(163,113,109)
#AB7D7A
(171,125,122)
#B38987
(179,137,135)
#BB9594
(187,149,148)
#C3A1A1
(195,161,161)
#CBADAE
(203,173,174)
#D3B9BB
(211,185,187)
#DBC5C8
(219,197,200)
#E3D1D5
(227,209,213)
#EBDDE2
(235,221,226)
#F3E9EF
(243,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3716D; }

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

This text font color is #A3716D.

Background Color

.myBgColor { background-color: #A3716D; }

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

This div background color is #A3716D.

Border color

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

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

This div border color is #A3716D.

Opacity

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

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

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

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

This text has shadow with #A3716D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3716D.

Preview

Color preview on black background

This text has color #A3716D on black background.


Color preview on white background

This text has color #A3716D on white background.


Black color preview on #A3716D background

This text has black color on #A3716D background.


White color preview on #A3716D background

This text has white color on #A3716D background.


Related colors

Complementary color

Complementary color for #hex is #5C8E92.


I love getcolorcode.com

Triadic colors

1 #6DA371 and #716DA3 with #A3716D are triadic colors.

2 #6D71A3 and #71A36D with #A3716D are triadic colors.