COLOR #A4772F

HEX: #A4772F
RGB: (164,119,47)

Color info

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

RGB color model

#A4772F color RGB value is (164,119,47).

  • red value is 164;
  • green value is 119;
  • blue value is 47.
RGB:
(164,119,47)
(64%,47%,18%)

RGB channels and saturation

R 164 of 255 = 64%
G 119 of 255 = 47%
B 47 of 255 = 18%

164
119
47

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

Portions of RGB colors in percentages

R + G + B =
164 + 119 + 47 = 330 (100%)
R 164 of 330 ~ 49.7%
G 119 of 330 ~ 36.06%
B 47 of 330 ~ 14.24%

%49.7
%36.06
%14.24

CMYK color model

#A4772F color CMYK value is (0,27,71,36).

  • cyan value is 0.00%
  • magenta value is 27.44%
  • yellow value is 71.34%
  • key color value is 35.69%
CMYK:
(0,27,71,36)
C0M27Y71K36 
(0%,27%,71%,36%)
(0.00/0.27/0.71/0.36)	

CMYK percentages

%0
%27.44
%71.34
%35.69

Codes

Color #A4772F in popluar color models

A4772F
RGB16411947
HSL37°55.45%41.37%
HSB/HSV37°71.34%64.31%
CMYK0.00%27.44%71.34%
35.69%

Color #A4772F in popluar number systems.

HEXA4772F
Decimal16411947
Binary101001001110111101111
Octal24416757

Shades and tints

Shades of #A4772F

#A4772F
(164,119,47)
#966D2B
(150,109,43)
#886327
(136,99,39)
#7A5923
(122,89,35)
#6C4F1F
(108,79,31)
#5E451B
(94,69,27)
#503B17
(80,59,23)
#423113
(66,49,19)
#34270F
(52,39,15)
#261D0B
(38,29,11)
#181307
(24,19,7)
#000000
(0,0,0)

Tints of #A4772F

#A4772F
(164,119,47)
#AC8341
(172,131,65)
#B48F53
(180,143,83)
#BC9B65
(188,155,101)
#C4A777
(196,167,119)
#CCB389
(204,179,137)
#D4BF9B
(212,191,155)
#DCCBAD
(220,203,173)
#E4D7BF
(228,215,191)
#ECE3D1
(236,227,209)
#F4EFE3
(244,239,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4772F color. Also use rgb(164,119,47) instead hex code.

Text Font Color

.myTextColor { color: #A4772F; }

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

This text font color is #A4772F.


Background Color

.myBgColor { background-color: #A4772F; }

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

This div background color is #A4772F.


Border color

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

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

This div border color is #A4772F.


Opacity

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

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

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

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

This text has shadow with #A4772F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4772F on black background.


Color preview on white background

This text has color #A4772F on white background.



Black color preview on #A4772F background

This text has black color on #A4772F background.


White color preview on #A4772F background

This text has white color on #A4772F background.