COLOR #A77221

HEX: #A77221
RGB: (167,114,33)

Color info

#A77221 contains mainly red and green colors. Web safe color of #A77221 is #996633 (or #963).

RGB color model

#A77221 color RGB value is (167,114,33).

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

RGB channels and saturation

R 167 of 255 = 65%
G 114 of 255 = 45%
B 33 of 255 = 13%

167
114
33

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

Portions of RGB colors in percentages

R + G + B =
167 + 114 + 33 = 314 (100%)
R 167 of 314 ~ 53.18%
G 114 of 314 ~ 36.31%
B 33 of 314 ~ 10.51%

%53.18
%36.31
%10.51

CMYK color model

#A77221 color CMYK value is (0,32,80,35).

  • cyan value is 0.00%
  • magenta value is 31.74%
  • yellow value is 80.24%
  • key color value is 34.51%
CMYK:
(0,32,80,35)
C0M32Y80K35 
(0%,32%,80%,35%)
(0.00/0.32/0.80/0.35)	

CMYK percentages

%0
%31.74
%80.24
%34.51

Codes

Color #A77221 in popluar color models

A77221
RGB16711433
HSL36°67.00%39.22%
HSB/HSV36°80.24%65.49%
CMYK0.00%31.74%80.24%
34.51%

Color #A77221 in popluar number systems.

HEXA77221
Decimal16711433
Binary101001111110010100001
Octal24716241

Shades and tints

Shades of #A77221

#A77221
(167,114,33)
#98681E
(152,104,30)
#895E1B
(137,94,27)
#7A5418
(122,84,24)
#6B4A15
(107,74,21)
#5C4012
(92,64,18)
#4D360F
(77,54,15)
#3E2C0C
(62,44,12)
#2F2209
(47,34,9)
#201806
(32,24,6)
#110E03
(17,14,3)
#000000
(0,0,0)

Tints of #A77221

#A77221
(167,114,33)
#AF7E35
(175,126,53)
#B78A49
(183,138,73)
#BF965D
(191,150,93)
#C7A271
(199,162,113)
#CFAE85
(207,174,133)
#D7BA99
(215,186,153)
#DFC6AD
(223,198,173)
#E7D2C1
(231,210,193)
#EFDED5
(239,222,213)
#F7EAE9
(247,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A77221; }

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

This text font color is #A77221.


Background Color

.myBgColor { background-color: #A77221; }

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

This div background color is #A77221.


Border color

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

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

This div border color is #A77221.


Opacity

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

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

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

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

This text has shadow with #A77221 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A77221 on black background.


Color preview on white background

This text has color #A77221 on white background.



Black color preview on #A77221 background

This text has black color on #A77221 background.


White color preview on #A77221 background

This text has white color on #A77221 background.