COLOR #A76D67

HEX: #A76D67
RGB: (167,109,103)

Color info

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

RGB color model

#A76D67 color RGB value is (167,109,103).

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

RGB channels and saturation

R 167 of 255 = 65%
G 109 of 255 = 43%
B 103 of 255 = 40%

167
109
103

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

Portions of RGB colors in percentages

R + G + B =
167 + 109 + 103 = 379 (100%)
R 167 of 379 ~ 44.06%
G 109 of 379 ~ 28.76%
B 103 of 379 ~ 27.18%

%44.06
%28.76
%27.18

CMYK color model

#A76D67 color CMYK value is (0,35,38,35).

  • cyan value is 0.00%
  • magenta value is 34.73%
  • yellow value is 38.32%
  • key color value is 34.51%
CMYK:
(0,35,38,35)
C0M35Y38K35 
(0%,35%,38%,35%)
(0.00/0.35/0.38/0.35)	

CMYK percentages

%0
%34.73
%38.32
%34.51

Codes

Color #A76D67 in popluar color models

A76D67
RGB167109103
HSL26.67%52.94%
HSB/HSV38.32%65.49%
CMYK0.00%34.73%38.32%
34.51%

Color #A76D67 in popluar number systems.

HEXA76D67
Decimal167109103
Binary1010011111011011100111
Octal247155147

Shades and tints

Shades of #A76D67

#A76D67
(167,109,103)
#98645E
(152,100,94)
#895B55
(137,91,85)
#7A524C
(122,82,76)
#6B4943
(107,73,67)
#5C403A
(92,64,58)
#4D3731
(77,55,49)
#3E2E28
(62,46,40)
#2F251F
(47,37,31)
#201C16
(32,28,22)
#11130D
(17,19,13)
#000000
(0,0,0)

Tints of #A76D67

#A76D67
(167,109,103)
#AF7A74
(175,122,116)
#B78781
(183,135,129)
#BF948E
(191,148,142)
#C7A19B
(199,161,155)
#CFAEA8
(207,174,168)
#D7BBB5
(215,187,181)
#DFC8C2
(223,200,194)
#E7D5CF
(231,213,207)
#EFE2DC
(239,226,220)
#F7EFE9
(247,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A76D67; }

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

This text font color is #A76D67.


Background Color

.myBgColor { background-color: #A76D67; }

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

This div background color is #A76D67.


Border color

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

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

This div border color is #A76D67.


Opacity

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

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

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

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

This text has shadow with #A76D67 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A76D67 on black background.


Color preview on white background

This text has color #A76D67 on white background.



Black color preview on #A76D67 background

This text has black color on #A76D67 background.


White color preview on #A76D67 background

This text has white color on #A76D67 background.