COLOR #A76E6B

HEX: #A76E6B
RGB: (167,110,107)

Color info

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

RGB color model

#A76E6B color RGB value is (167,110,107).

  • red value is 167;
  • green value is 110;
  • blue value is 107.
RGB:
(167,110,107)
(65%,43%,42%)

RGB channels and saturation

R 167 of 255 = 65%
G 110 of 255 = 43%
B 107 of 255 = 42%

167
110
107

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

Portions of RGB colors in percentages

R + G + B =
167 + 110 + 107 = 384 (100%)
R 167 of 384 ~ 43.49%
G 110 of 384 ~ 28.65%
B 107 of 384 ~ 27.86%

%43.49
%28.65
%27.86

CMYK color model

#A76E6B color CMYK value is (0,34,36,35).

  • cyan value is 0.00%
  • magenta value is 34.13%
  • yellow value is 35.93%
  • key color value is 34.51%
CMYK:
(0,34,36,35)
C0M34Y36K35 
(0%,34%,36%,35%)
(0.00/0.34/0.36/0.35)	

CMYK percentages

%0
%34.13
%35.93
%34.51

Codes

Color #A76E6B in popluar color models

A76E6B
RGB167110107
HSL25.42%53.73%
HSB/HSV35.93%65.49%
CMYK0.00%34.13%35.93%
34.51%

Color #A76E6B in popluar number systems.

HEXA76E6B
Decimal167110107
Binary1010011111011101101011
Octal247156153

Shades and tints

Shades of #A76E6B

#A76E6B
(167,110,107)
#986462
(152,100,98)
#895A59
(137,90,89)
#7A5050
(122,80,80)
#6B4647
(107,70,71)
#5C3C3E
(92,60,62)
#4D3235
(77,50,53)
#3E282C
(62,40,44)
#2F1E23
(47,30,35)
#20141A
(32,20,26)
#110A11
(17,10,17)
#000000
(0,0,0)

Tints of #A76E6B

#A76E6B
(167,110,107)
#AF7B78
(175,123,120)
#B78885
(183,136,133)
#BF9592
(191,149,146)
#C7A29F
(199,162,159)
#CFAFAC
(207,175,172)
#D7BCB9
(215,188,185)
#DFC9C6
(223,201,198)
#E7D6D3
(231,214,211)
#EFE3E0
(239,227,224)
#F7F0ED
(247,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A76E6B color. Also use rgb(167,110,107) instead hex code.

Text Font Color

.myTextColor { color: #A76E6B; }

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

This text font color is #A76E6B.


Background Color

.myBgColor { background-color: #A76E6B; }

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

This div background color is #A76E6B.


Border color

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

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

This div border color is #A76E6B.


Opacity

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

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

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

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

This text has shadow with #A76E6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A76E6B on black background.


Color preview on white background

This text has color #A76E6B on white background.



Black color preview on #A76E6B background

This text has black color on #A76E6B background.


White color preview on #A76E6B background

This text has white color on #A76E6B background.