COLOR #A76D73

HEX: #A76D73
RGB: (167,109,115)

Color info

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

RGB color model

#A76D73 color RGB value is (167,109,115).

  • red value is 167;
  • green value is 109;
  • blue value is 115.
RGB: (167,109,115) (65%,43%,45%)

RGB channels and saturation

R 167 of 255 = 65%
G 109 of 255 = 43%
B 115 of 255 = 45%

167
109
115

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

Portions of RGB colors in percentages

R + G + B =
167 + 109 + 115 = 391 (100%)
R 167 of 391 ~ 42.71%
G 109 of 391 ~ 27.88%
B 115 of 391 ~ 29.41%

%42.71
%27.88
%29.41

CMYK color model

#A76D73 color CMYK value is (0,35,31,35).

  • cyan value is 0.00%
  • magenta value is 34.73%
  • yellow value is 31.14%
  • key color value is 34.51%
CMYK: (0,35,31,35) C0M35Y31K35 (0%,35%,31%,35%) (0.00/0.35/0.31/0.35)

CMYK percentages

%0
%34.73
%31.14
%34.51

Codes

Color #A76D73 in popluar color models

A76D73
RGB167109115
HSL354°24.79%54.12%
HSB/HSV354°34.73%65.49%
CMYK0.00%34.73%31.14%
34.51%

Color #A76D73 in popluar number systems.

HEXA76D73
Decimal167109115
Binary1010011111011011110011
Octal247155163

Shades and tints

Shades of #A76D73

#A76D73
(167,109,115)
#986469
(152,100,105)
#895B5F
(137,91,95)
#7A5255
(122,82,85)
#6B494B
(107,73,75)
#5C4041
(92,64,65)
#4D3737
(77,55,55)
#3E2E2D
(62,46,45)
#2F2523
(47,37,35)
#201C19
(32,28,25)
#11130F
(17,19,15)
#000000
(0,0,0)

Tints of #A76D73

#A76D73
(167,109,115)
#AF7A7F
(175,122,127)
#B7878B
(183,135,139)
#BF9497
(191,148,151)
#C7A1A3
(199,161,163)
#CFAEAF
(207,174,175)
#D7BBBB
(215,187,187)
#DFC8C7
(223,200,199)
#E7D5D3
(231,213,211)
#EFE2DF
(239,226,223)
#F7EFEB
(247,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A76D73; }

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

This text font color is #A76D73.


Background Color

.myBgColor { background-color: #A76D73; }

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

This div background color is #A76D73.


Border color

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

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

This div border color is #A76D73.


Opacity

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

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

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

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

This text has shadow with #A76D73 color.

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

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

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


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

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

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


Div box shadow color

 /* css code */ .divShadow { -moz-box-shadow:	1px 1px 3px 2px #A76D73; -webkit-box-shadow:	1px 1px 3px 2px #A76D73; box-shadow:	1px 1px 3px 2px #A76D73; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #A76D73; -webkit-box-shadow: 1px 1px 3px 2px #A76D73; box-shadow:1px 1px 3px 2px #A76D73;">
Div content here</div>
This div box has shadow with color #A76D73.

Preview

Color preview on black background

This text has color #A76D73 on black background.


Color preview on white background

This text has color #A76D73 on white background.



Black color preview on #A76D73 background

This text has black color on #A76D73 background.


White color preview on #A76D73 background

This text has white color on #A76D73 background.