COLOR #A77215

HEX: #A77215
RGB: (167,114,21)

Color info

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

RGB color model

#A77215 color RGB value is (167,114,21).

  • red value is 167;
  • green value is 114;
  • blue value is 21.
RGB:
(167,114,21)
(65%,45%,8%)

RGB channels and saturation

R 167 of 255 = 65%
G 114 of 255 = 45%
B 21 of 255 = 8%

167
114
21

R + G + B ~ 39%. #A77215 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
167 + 114 + 21 = 302 (100%)
R 167 of 302 ~ 55.3%
G 114 of 302 ~ 37.75%
B 21 of 302 ~ 6.95%

%55.3
%37.75

CMYK color model

#A77215 color CMYK value is (0,32,87,35).

  • cyan value is 0.00%
  • magenta value is 31.74%
  • yellow value is 87.43%
  • key color value is 34.51%
CMYK:
(0,32,87,35)
C0M32Y87K35 
(0%,32%,87%,35%)
(0.00/0.32/0.87/0.35)	

CMYK percentages

%0
%31.74
%87.43
%34.51

Codes

Color #A77215 in popluar color models

A77215
RGB16711421
HSL38°77.66%36.86%
HSB/HSV38°87.43%65.49%
CMYK0.00%31.74%87.43%
34.51%

Color #A77215 in popluar number systems.

HEXA77215
Decimal16711421
Binary10100111111001010101
Octal24716225

Shades and tints

Shades of #A77215

#A77215
(167,114,21)
#986814
(152,104,20)
#895E13
(137,94,19)
#7A5412
(122,84,18)
#6B4A11
(107,74,17)
#5C4010
(92,64,16)
#4D360F
(77,54,15)
#3E2C0E
(62,44,14)
#2F220D
(47,34,13)
#20180C
(32,24,12)
#110E0B
(17,14,11)
#000000
(0,0,0)

Tints of #A77215

#A77215
(167,114,21)
#AF7E2A
(175,126,42)
#B78A3F
(183,138,63)
#BF9654
(191,150,84)
#C7A269
(199,162,105)
#CFAE7E
(207,174,126)
#D7BA93
(215,186,147)
#DFC6A8
(223,198,168)
#E7D2BD
(231,210,189)
#EFDED2
(239,222,210)
#F7EAE7
(247,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A77215 color. Also use rgb(167,114,21) instead hex code.

Text Font Color

.myTextColor { color: #A77215; }

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

This text font color is #A77215.


Background Color

.myBgColor { background-color: #A77215; }

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

This div background color is #A77215.


Border color

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

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

This div border color is #A77215.


Opacity

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

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

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

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

This text has shadow with #A77215 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A77215 on black background.


Color preview on white background

This text has color #A77215 on white background.



Black color preview on #A77215 background

This text has black color on #A77215 background.


White color preview on #A77215 background

This text has white color on #A77215 background.