COLOR #A76D57

HEX: #A76D57 RGB: (167,109,87)

Color info

#A76D57 contains mainly red and green colors. Web safe color of #A76D57 is #996666 (or #966).

RGB color model

#A76D57 color RGB value is (167,109,87).

RGB: (167,109,87) (65%, 43%, 34%)

RGB channels and saturation

R 167 of 255 = 65%
G 109 of 255 = 43%
B 87 of 255 = 34%

167
109
87

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

Portions of RGB colors in percentages

R + G + B = 167 + 109 + 87 = 363 (100%)
R 167 of 363 ~ 46.01%
G 109 of 363 ~ 30.03%
B 87 of 363 ~ 23.97'%

%46.01
%30.03
%23.97

CMYK color model

#A76D57 color CMYK value is (0,35,48,35).

  • cyan value is 0.00%
  • magenta value is 34.73%
  • yellow value is 47.90%
  • key color value is 34.51%
CMYK: (0,35,48,35) C0M35Y48K35 (0%,35%,48%,35%) (0.00/0.35/0.48/0.35) 

CMYK percentages

%0
%34.73
%47.9
%34.51

Codes

Color #A76D57 in popluar color models

A7 6D 57
RGB 167 109 87
HSL 17° 31.50% 49.80%
HSB/HSV 17° 47.90% 65.49%
CMYK 0.00% 34.73% 47.90%
34.51%

Color #A76D57 in popluar number systems.

HEX A7 6D 57
Decimal 167 109 87
Binary 10100111 1101101 1010111
Octal 247 155 127

Shades and tints

Shades of #A76D57

#A76D57
(167,109,87)
#986450
(152,100,80)
#895B49
(137,91,73)
#7A5242
(122,82,66)
#6B493B
(107,73,59)
#5C4034
(92,64,52)
#4D372D
(77,55,45)
#3E2E26
(62,46,38)
#2F251F
(47,37,31)
#201C18
(32,28,24)
#111311
(17,19,17)
#000000
(0,0,0)

Tints of #A76D57

#A76D57
(167,109,87)
#AF7A66
(175,122,102)
#B78775
(183,135,117)
#BF9484
(191,148,132)
#C7A193
(199,161,147)
#CFAEA2
(207,174,162)
#D7BBB1
(215,187,177)
#DFC8C0
(223,200,192)
#E7D5CF
(231,213,207)
#EFE2DE
(239,226,222)
#F7EFED
(247,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A76D57 color. Also use rgb(167,109,87) instead hex code.

Text Font Color

.myTextColor { color: #A76D57; }

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

This text font color is #A76D57.

Background Color

.myBgColor { background-color: #A76D57; }

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

This div background color is #A76D57.

Border color

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

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

This div border color is #A76D57.

Opacity

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

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

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

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

This text has shadow with #A76D57 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A76D57.

Preview

Color preview on black background

This text has color #A76D57 on black background.


Color preview on white background

This text has color #A76D57 on white background.


Black color preview on #A76D57 background

This text has black color on #A76D57 background.


White color preview on #A76D57 background

This text has white color on #A76D57 background.


Related colors

Complementary color

Complementary color for #hex is #5892A8.


I love getcolorcode.com

Triadic colors

1 #57A76D and #6D57A7 with #A76D57 are triadic colors.

2 #576DA7 and #6DA757 with #A76D57 are triadic colors.