COLOR #A76C0D

HEX: #A76C0D
RGB: (167,108,13)

Color info

#A76C0D contains mainly red and green colors. Web safe color of #A76C0D is #996600 (or #960).

RGB color model

#A76C0D color RGB value is (167,108,13).

  • red value is 167;
  • green value is 108;
  • blue value is 13.
RGB:
(167,108,13)
(65%,42%,5%)

RGB channels and saturation

R 167 of 255 = 65%
G 108 of 255 = 42%
B 13 of 255 = 5%

167
108
13

R + G + B ~ 37%. #A76C0D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
167 + 108 + 13 = 288 (100%)
R 167 of 288 ~ 57.99%
G 108 of 288 ~ 37.5%
B 13 of 288 ~ 4.51%

%57.99
%37.5

CMYK color model

#A76C0D color CMYK value is (0,35,92,35).

  • cyan value is 0.00%
  • magenta value is 35.33%
  • yellow value is 92.22%
  • key color value is 34.51%
CMYK:
(0,35,92,35)
C0M35Y92K35 
(0%,35%,92%,35%)
(0.00/0.35/0.92/0.35)	

CMYK percentages

%0
%35.33
%92.22
%34.51

Codes

Color #A76C0D in popluar color models

A76C0D
RGB16710813
HSL37°85.56%35.29%
HSB/HSV37°92.22%65.49%
CMYK0.00%35.33%92.22%
34.51%

Color #A76C0D in popluar number systems.

HEXA76C0D
Decimal16710813
Binary1010011111011001101
Octal24715415

Shades and tints

Shades of #A76C0D

#A76C0D
(167,108,13)
#98630C
(152,99,12)
#895A0B
(137,90,11)
#7A510A
(122,81,10)
#6B4809
(107,72,9)
#5C3F08
(92,63,8)
#4D3607
(77,54,7)
#3E2D06
(62,45,6)
#2F2405
(47,36,5)
#201B04
(32,27,4)
#111203
(17,18,3)
#000000
(0,0,0)

Tints of #A76C0D

#A76C0D
(167,108,13)
#AF7923
(175,121,35)
#B78639
(183,134,57)
#BF934F
(191,147,79)
#C7A065
(199,160,101)
#CFAD7B
(207,173,123)
#D7BA91
(215,186,145)
#DFC7A7
(223,199,167)
#E7D4BD
(231,212,189)
#EFE1D3
(239,225,211)
#F7EEE9
(247,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A76C0D; }

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

This text font color is #A76C0D.


Background Color

.myBgColor { background-color: #A76C0D; }

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

This div background color is #A76C0D.


Border color

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

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

This div border color is #A76C0D.


Opacity

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

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

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

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

This text has shadow with #A76C0D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A76C0D on black background.


Color preview on white background

This text has color #A76C0D on white background.



Black color preview on #A76C0D background

This text has black color on #A76C0D background.


White color preview on #A76C0D background

This text has white color on #A76C0D background.