COLOR #A76B0A

HEX: #A76B0A
RGB: (167,107,10)

Color info

#A76B0A contains mainly red color. Web safe color of #A76B0A is #996600 (or #960).

RGB color model

#A76B0A color RGB value is (167,107,10).

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

RGB channels and saturation

R 167 of 255 = 65%
G 107 of 255 = 42%
B 10 of 255 = 4%

167
107
10

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

Portions of RGB colors in percentages

R + G + B =
167 + 107 + 10 = 284 (100%)
R 167 of 284 ~ 58.8%
G 107 of 284 ~ 37.68%
B 10 of 284 ~ 3.52%

%58.8
%37.68

CMYK color model

#A76B0A color CMYK value is (0,36,94,35).

  • cyan value is 0.00%
  • magenta value is 35.93%
  • yellow value is 94.01%
  • key color value is 34.51%
CMYK:
(0,36,94,35)
C0M36Y94K35 
(0%,36%,94%,35%)
(0.00/0.36/0.94/0.35)	

CMYK percentages

%0
%35.93
%94.01
%34.51

Codes

Color #A76B0A in popluar color models

A76B0A
RGB16710710
HSL37°88.70%34.71%
HSB/HSV37°94.01%65.49%
CMYK0.00%35.93%94.01%
34.51%

Color #A76B0A in popluar number systems.

HEXA76B0A
Decimal16710710
Binary1010011111010111010
Octal24715312

Shades and tints

Shades of #A76B0A

#A76B0A
(167,107,10)
#98620A
(152,98,10)
#89590A
(137,89,10)
#7A500A
(122,80,10)
#6B470A
(107,71,10)
#5C3E0A
(92,62,10)
#4D350A
(77,53,10)
#3E2C0A
(62,44,10)
#2F230A
(47,35,10)
#201A0A
(32,26,10)
#11110A
(17,17,10)
#000000
(0,0,0)

Tints of #A76B0A

#A76B0A
(167,107,10)
#AF7820
(175,120,32)
#B78536
(183,133,54)
#BF924C
(191,146,76)
#C79F62
(199,159,98)
#CFAC78
(207,172,120)
#D7B98E
(215,185,142)
#DFC6A4
(223,198,164)
#E7D3BA
(231,211,186)
#EFE0D0
(239,224,208)
#F7EDE6
(247,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A76B0A; }

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

This text font color is #A76B0A.


Background Color

.myBgColor { background-color: #A76B0A; }

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

This div background color is #A76B0A.


Border color

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

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

This div border color is #A76B0A.


Opacity

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

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

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

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

This text has shadow with #A76B0A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A76B0A on black background.


Color preview on white background

This text has color #A76B0A on white background.



Black color preview on #A76B0A background

This text has black color on #A76B0A background.


White color preview on #A76B0A background

This text has white color on #A76B0A background.