COLOR #A76C5E

HEX: #A76C5E RGB: (167,108,94)

Color info

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

RGB color model

#A76C5E color RGB value is (167,108,94).

RGB: (167,108,94) (65%, 42%, 37%)

RGB channels and saturation

R 167 of 255 = 65%
G 108 of 255 = 42%
B 94 of 255 = 37%

167
108
94

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

Portions of RGB colors in percentages

R + G + B = 167 + 108 + 94 = 369 (100%)
R 167 of 369 ~ 45.26%
G 108 of 369 ~ 29.27%
B 94 of 369 ~ 25.47'%

%45.26
%29.27
%25.47

CMYK color model

#A76C5E color CMYK value is (0,35,44,35).

  • cyan value is 0.00%
  • magenta value is 35.33%
  • yellow value is 43.71%
  • key color value is 34.51%

CMYK: (0,35,44,35)
C0M35Y44K35 (0%, 35%, 44%, 35%)
(0.00 / 0.35 / 0.44 / 0.35)

CMYK percentages

%0
%35.33
%43.71
%34.51

Codes

Color #A76C5E in popluar color models

A7 6C 5E
RGB 167 108 94
HSL 12° 29.32% 51.18%
HSB/HSV 12° 43.71% 65.49%
CMYK 0.00% 35.33% 43.71%
34.51%

Color #A76C5E in popluar number systems.

HEX A7 6C 5E
Decimal 167 108 94
Binary 10100111 1101100 1011110
Octal 247 154 136

Shades and tints

Shades of #A76C5E

#A76C5E
(167,108,94)
#986356
(152,99,86)
#895A4E
(137,90,78)
#7A5146
(122,81,70)
#6B483E
(107,72,62)
#5C3F36
(92,63,54)
#4D362E
(77,54,46)
#3E2D26
(62,45,38)
#2F241E
(47,36,30)
#201B16
(32,27,22)
#11120E
(17,18,14)
#000000
(0,0,0)

Tints of #A76C5E

#A76C5E
(167,108,94)
#AF796C
(175,121,108)
#B7867A
(183,134,122)
#BF9388
(191,147,136)
#C7A096
(199,160,150)
#CFADA4
(207,173,164)
#D7BAB2
(215,186,178)
#DFC7C0
(223,199,192)
#E7D4CE
(231,212,206)
#EFE1DC
(239,225,220)
#F7EEEA
(247,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A76C5E color. Also use rgb(167,108,94) instead hex code.

Text Font Color

.myTextColor { color: #A76C5E; }

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

This text font color is #A76C5E.

Background Color

.myBgColor { background-color: #A76C5E; }

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

This div background color is #A76C5E.

Border color

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

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

This div border color is #A76C5E.

Opacity

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

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

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

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

This text has shadow with #A76C5E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A76C5E.

Preview

Color preview on black background

This text has color #A76C5E on black background.


Color preview on white background

This text has color #A76C5E on white background.


Black color preview on #A76C5E background

This text has black color on #A76C5E background.


White color preview on #A76C5E background

This text has white color on #A76C5E background.


Related colors

Complementary color

Complementary color for #hex is #5893A1.


I love getcolorcode.com

Triadic colors

1 #5EA76C and #6C5EA7 with #A76C5E are triadic colors.

2 #5E6CA7 and #6CA75E with #A76C5E are triadic colors.