COLOR #A77C28

HEX: #A77C28
RGB: (167,124,40)

Color info

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

RGB color model

#A77C28 color RGB value is (167,124,40).

  • red value is 167;
  • green value is 124;
  • blue value is 40.
RGB:
(167,124,40)
(65%,49%,16%)

RGB channels and saturation

R 167 of 255 = 65%
G 124 of 255 = 49%
B 40 of 255 = 16%

167
124
40

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

Portions of RGB colors in percentages

R + G + B =
167 + 124 + 40 = 331 (100%)
R 167 of 331 ~ 50.45%
G 124 of 331 ~ 37.46%
B 40 of 331 ~ 12.08%

%50.45
%37.46
%12.08

CMYK color model

#A77C28 color CMYK value is (0,26,76,35).

  • cyan value is 0.00%
  • magenta value is 25.75%
  • yellow value is 76.05%
  • key color value is 34.51%
CMYK:
(0,26,76,35)
C0M26Y76K35 
(0%,26%,76%,35%)
(0.00/0.26/0.76/0.35)	

CMYK percentages

%0
%25.75
%76.05
%34.51

Codes

Color #A77C28 in popluar color models

A77C28
RGB16712440
HSL40°61.35%40.59%
HSB/HSV40°76.05%65.49%
CMYK0.00%25.75%76.05%
34.51%

Color #A77C28 in popluar number systems.

HEXA77C28
Decimal16712440
Binary101001111111100101000
Octal24717450

Shades and tints

Shades of #A77C28

#A77C28
(167,124,40)
#987125
(152,113,37)
#896622
(137,102,34)
#7A5B1F
(122,91,31)
#6B501C
(107,80,28)
#5C4519
(92,69,25)
#4D3A16
(77,58,22)
#3E2F13
(62,47,19)
#2F2410
(47,36,16)
#20190D
(32,25,13)
#110E0A
(17,14,10)
#000000
(0,0,0)

Tints of #A77C28

#A77C28
(167,124,40)
#AF873B
(175,135,59)
#B7924E
(183,146,78)
#BF9D61
(191,157,97)
#C7A874
(199,168,116)
#CFB387
(207,179,135)
#D7BE9A
(215,190,154)
#DFC9AD
(223,201,173)
#E7D4C0
(231,212,192)
#EFDFD3
(239,223,211)
#F7EAE6
(247,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A77C28 color. Also use rgb(167,124,40) instead hex code.

Text Font Color

.myTextColor { color: #A77C28; }

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

This text font color is #A77C28.


Background Color

.myBgColor { background-color: #A77C28; }

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

This div background color is #A77C28.


Border color

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

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

This div border color is #A77C28.


Opacity

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

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

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

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

This text has shadow with #A77C28 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A77C28 on black background.


Color preview on white background

This text has color #A77C28 on white background.



Black color preview on #A77C28 background

This text has black color on #A77C28 background.


White color preview on #A77C28 background

This text has white color on #A77C28 background.