COLOR #A77E52

HEX: #A77E52
RGB: (167,126,82)

Color info

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

RGB color model

#A77E52 color RGB value is (167,126,82).

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

RGB channels and saturation

R 167 of 255 = 65%
G 126 of 255 = 49%
B 82 of 255 = 32%

167
126
82

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

Portions of RGB colors in percentages

R + G + B =
167 + 126 + 82 = 375 (100%)
R 167 of 375 ~ 44.53%
G 126 of 375 ~ 33.6%
B 82 of 375 ~ 21.87%

%44.53
%33.6
%21.87

CMYK color model

#A77E52 color CMYK value is (0,25,51,35).

  • cyan value is 0.00%
  • magenta value is 24.55%
  • yellow value is 50.90%
  • key color value is 34.51%
CMYK:
(0,25,51,35)
C0M25Y51K35 
(0%,25%,51%,35%)
(0.00/0.25/0.51/0.35)	

CMYK percentages

%0
%24.55
%50.9
%34.51

Codes

Color #A77E52 in popluar color models

A77E52
RGB16712682
HSL31°34.14%48.82%
HSB/HSV31°50.90%65.49%
CMYK0.00%24.55%50.90%
34.51%

Color #A77E52 in popluar number systems.

HEXA77E52
Decimal16712682
Binary1010011111111101010010
Octal247176122

Shades and tints

Shades of #A77E52

#A77E52
(167,126,82)
#98734B
(152,115,75)
#896844
(137,104,68)
#7A5D3D
(122,93,61)
#6B5236
(107,82,54)
#5C472F
(92,71,47)
#4D3C28
(77,60,40)
#3E3121
(62,49,33)
#2F261A
(47,38,26)
#201B13
(32,27,19)
#11100C
(17,16,12)
#000000
(0,0,0)

Tints of #A77E52

#A77E52
(167,126,82)
#AF8961
(175,137,97)
#B79470
(183,148,112)
#BF9F7F
(191,159,127)
#C7AA8E
(199,170,142)
#CFB59D
(207,181,157)
#D7C0AC
(215,192,172)
#DFCBBB
(223,203,187)
#E7D6CA
(231,214,202)
#EFE1D9
(239,225,217)
#F7ECE8
(247,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A77E52; }

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

This text font color is #A77E52.


Background Color

.myBgColor { background-color: #A77E52; }

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

This div background color is #A77E52.


Border color

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

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

This div border color is #A77E52.


Opacity

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

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

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

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

This text has shadow with #A77E52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A77E52 on black background.


Color preview on white background

This text has color #A77E52 on white background.



Black color preview on #A77E52 background

This text has black color on #A77E52 background.


White color preview on #A77E52 background

This text has white color on #A77E52 background.