COLOR #A77152

HEX: #A77152
RGB: (167,113,82)

Color info

#A77152 contains mainly red and green colors. Web safe color of #A77152 is #996666 (or #966).

RGB color model

#A77152 color RGB value is (167,113,82).

  • red value is 167;
  • green value is 113;
  • blue value is 82.
RGB:
(167,113,82)
(65%,44%,32%)

RGB channels and saturation

R 167 of 255 = 65%
G 113 of 255 = 44%
B 82 of 255 = 32%

167
113
82

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

Portions of RGB colors in percentages

R + G + B =
167 + 113 + 82 = 362 (100%)
R 167 of 362 ~ 46.13%
G 113 of 362 ~ 31.22%
B 82 of 362 ~ 22.65%

%46.13
%31.22
%22.65

CMYK color model

#A77152 color CMYK value is (0,32,51,35).

  • cyan value is 0.00%
  • magenta value is 32.34%
  • yellow value is 50.90%
  • key color value is 34.51%
CMYK:
(0,32,51,35)
C0M32Y51K35 
(0%,32%,51%,35%)
(0.00/0.32/0.51/0.35)	

CMYK percentages

%0
%32.34
%50.9
%34.51

Codes

Color #A77152 in popluar color models

A77152
RGB16711382
HSL22°34.14%48.82%
HSB/HSV22°50.90%65.49%
CMYK0.00%32.34%50.90%
34.51%

Color #A77152 in popluar number systems.

HEXA77152
Decimal16711382
Binary1010011111100011010010
Octal247161122

Shades and tints

Shades of #A77152

#A77152
(167,113,82)
#98674B
(152,103,75)
#895D44
(137,93,68)
#7A533D
(122,83,61)
#6B4936
(107,73,54)
#5C3F2F
(92,63,47)
#4D3528
(77,53,40)
#3E2B21
(62,43,33)
#2F211A
(47,33,26)
#201713
(32,23,19)
#110D0C
(17,13,12)
#000000
(0,0,0)

Tints of #A77152

#A77152
(167,113,82)
#AF7D61
(175,125,97)
#B78970
(183,137,112)
#BF957F
(191,149,127)
#C7A18E
(199,161,142)
#CFAD9D
(207,173,157)
#D7B9AC
(215,185,172)
#DFC5BB
(223,197,187)
#E7D1CA
(231,209,202)
#EFDDD9
(239,221,217)
#F7E9E8
(247,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A77152 color. Also use rgb(167,113,82) instead hex code.

Text Font Color

.myTextColor { color: #A77152; }

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

This text font color is #A77152.


Background Color

.myBgColor { background-color: #A77152; }

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

This div background color is #A77152.


Border color

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

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

This div border color is #A77152.


Opacity

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

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

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

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

This text has shadow with #A77152 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A77152 on black background.


Color preview on white background

This text has color #A77152 on white background.



Black color preview on #A77152 background

This text has black color on #A77152 background.


White color preview on #A77152 background

This text has white color on #A77152 background.