COLOR #A3704D

HEX: #A3704D RGB: (163,112,77)

Color info

#A3704D contains mainly red and green colors. Web safe color of #A3704D is #996633 (or #963).

RGB color model

#A3704D color RGB value is (163,112,77).

RGB: (163,112,77) (64%, 44%, 30%)

RGB channels and saturation

R 163 of 255 = 64%
G 112 of 255 = 44%
B 77 of 255 = 30%

163
112
77

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

Portions of RGB colors in percentages

R + G + B = 163 + 112 + 77 = 352 (100%)
R 163 of 352 ~ 46.31%
G 112 of 352 ~ 31.82%
B 77 of 352 ~ 21.88'%

%46.31
%31.82
%21.88

CMYK color model

#A3704D color CMYK value is (0,31,53,36).

  • cyan value is 0.00%
  • magenta value is 31.29%
  • yellow value is 52.76%
  • key color value is 36.08%

CMYK: (0,31,53,36)
C0M31Y53K36 (0%, 31%, 53%, 36%)
(0.00 / 0.31 / 0.53 / 0.36)

CMYK percentages

%0
%31.29
%52.76
%36.08

Codes

Color #A3704D in popluar color models

A3 70 4D
RGB 163 112 77
HSL 24° 35.83% 47.06%
HSB/HSV 24° 52.76% 63.92%
CMYK 0.00% 31.29% 52.76%
36.08%

Color #A3704D in popluar number systems.

HEX A3 70 4D
Decimal 163 112 77
Binary 10100011 1110000 1001101
Octal 243 160 115

Shades and tints

Shades of #A3704D

#A3704D
(163,112,77)
#956646
(149,102,70)
#875C3F
(135,92,63)
#795238
(121,82,56)
#6B4831
(107,72,49)
#5D3E2A
(93,62,42)
#4F3423
(79,52,35)
#412A1C
(65,42,28)
#332015
(51,32,21)
#25160E
(37,22,14)
#170C07
(23,12,7)
#000000
(0,0,0)

Tints of #A3704D

#A3704D
(163,112,77)
#AB7D5D
(171,125,93)
#B38A6D
(179,138,109)
#BB977D
(187,151,125)
#C3A48D
(195,164,141)
#CBB19D
(203,177,157)
#D3BEAD
(211,190,173)
#DBCBBD
(219,203,189)
#E3D8CD
(227,216,205)
#EBE5DD
(235,229,221)
#F3F2ED
(243,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3704D; }

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

This text font color is #A3704D.

Background Color

.myBgColor { background-color: #A3704D; }

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

This div background color is #A3704D.

Border color

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

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

This div border color is #A3704D.

Opacity

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

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

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

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

This text has shadow with #A3704D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3704D.

Preview

Color preview on black background

This text has color #A3704D on black background.


Color preview on white background

This text has color #A3704D on white background.


Black color preview on #A3704D background

This text has black color on #A3704D background.


White color preview on #A3704D background

This text has white color on #A3704D background.


Related colors

Complementary color

Complementary color for #hex is #5C8FB2.


I love getcolorcode.com

Triadic colors

1 #4DA370 and #704DA3 with #A3704D are triadic colors.

2 #4D70A3 and #70A34D with #A3704D are triadic colors.