COLOR #A76F6D

HEX: #A76F6D
RGB: (167,111,109)

Color info

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

RGB color model

#A76F6D color RGB value is (167,111,109).

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

RGB channels and saturation

R 167 of 255 = 65%
G 111 of 255 = 44%
B 109 of 255 = 43%

167
111
109

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

Portions of RGB colors in percentages

R + G + B =
167 + 111 + 109 = 387 (100%)
R 167 of 387 ~ 43.15%
G 111 of 387 ~ 28.68%
B 109 of 387 ~ 28.17%

%43.15
%28.68
%28.17

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 33.53%
  • yellow value is 34.73%
  • key color value is 34.51%
CMYK:
(0,34,35,35)
C0M34Y35K35 
(0%,34%,35%,35%)
(0.00/0.34/0.35/0.35)	

CMYK percentages

%0
%33.53
%34.73
%34.51

Codes

Color #A76F6D in popluar color models

A76F6D
RGB167111109
HSL24.79%54.12%
HSB/HSV34.73%65.49%
CMYK0.00%33.53%34.73%
34.51%

Color #A76F6D in popluar number systems.

HEXA76F6D
Decimal167111109
Binary1010011111011111101101
Octal247157155

Shades and tints

Shades of #A76F6D

#A76F6D
(167,111,109)
#986564
(152,101,100)
#895B5B
(137,91,91)
#7A5152
(122,81,82)
#6B4749
(107,71,73)
#5C3D40
(92,61,64)
#4D3337
(77,51,55)
#3E292E
(62,41,46)
#2F1F25
(47,31,37)
#20151C
(32,21,28)
#110B13
(17,11,19)
#000000
(0,0,0)

Tints of #A76F6D

#A76F6D
(167,111,109)
#AF7C7A
(175,124,122)
#B78987
(183,137,135)
#BF9694
(191,150,148)
#C7A3A1
(199,163,161)
#CFB0AE
(207,176,174)
#D7BDBB
(215,189,187)
#DFCAC8
(223,202,200)
#E7D7D5
(231,215,213)
#EFE4E2
(239,228,226)
#F7F1EF
(247,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A76F6D; }

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

This text font color is #A76F6D.


Background Color

.myBgColor { background-color: #A76F6D; }

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

This div background color is #A76F6D.


Border color

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

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

This div border color is #A76F6D.


Opacity

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

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

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

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

This text has shadow with #A76F6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A76F6D on black background.


Color preview on white background

This text has color #A76F6D on white background.



Black color preview on #A76F6D background

This text has black color on #A76F6D background.


White color preview on #A76F6D background

This text has white color on #A76F6D background.