COLOR #A77957

HEX: #A77957
RGB: (167,121,87)

Color info

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

RGB color model

#A77957 color RGB value is (167,121,87).

  • red value is 167;
  • green value is 121;
  • blue value is 87.
RGB:
(167,121,87)
(65%,47%,34%)

RGB channels and saturation

R 167 of 255 = 65%
G 121 of 255 = 47%
B 87 of 255 = 34%

167
121
87

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

Portions of RGB colors in percentages

R + G + B =
167 + 121 + 87 = 375 (100%)
R 167 of 375 ~ 44.53%
G 121 of 375 ~ 32.27%
B 87 of 375 ~ 23.2%

%44.53
%32.27
%23.2

CMYK color model

#A77957 color CMYK value is (0,28,48,35).

  • cyan value is 0.00%
  • magenta value is 27.54%
  • yellow value is 47.90%
  • key color value is 34.51%
CMYK:
(0,28,48,35)
C0M28Y48K35 
(0%,28%,48%,35%)
(0.00/0.28/0.48/0.35)	

CMYK percentages

%0
%27.54
%47.9
%34.51

Codes

Color #A77957 in popluar color models

A77957
RGB16712187
HSL26°31.50%49.80%
HSB/HSV26°47.90%65.49%
CMYK0.00%27.54%47.90%
34.51%

Color #A77957 in popluar number systems.

HEXA77957
Decimal16712187
Binary1010011111110011010111
Octal247171127

Shades and tints

Shades of #A77957

#A77957
(167,121,87)
#986E50
(152,110,80)
#896349
(137,99,73)
#7A5842
(122,88,66)
#6B4D3B
(107,77,59)
#5C4234
(92,66,52)
#4D372D
(77,55,45)
#3E2C26
(62,44,38)
#2F211F
(47,33,31)
#201618
(32,22,24)
#110B11
(17,11,17)
#000000
(0,0,0)

Tints of #A77957

#A77957
(167,121,87)
#AF8566
(175,133,102)
#B79175
(183,145,117)
#BF9D84
(191,157,132)
#C7A993
(199,169,147)
#CFB5A2
(207,181,162)
#D7C1B1
(215,193,177)
#DFCDC0
(223,205,192)
#E7D9CF
(231,217,207)
#EFE5DE
(239,229,222)
#F7F1ED
(247,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A77957 color. Also use rgb(167,121,87) instead hex code.

Text Font Color

.myTextColor { color: #A77957; }

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

This text font color is #A77957.


Background Color

.myBgColor { background-color: #A77957; }

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

This div background color is #A77957.


Border color

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

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

This div border color is #A77957.


Opacity

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

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

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

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

This text has shadow with #A77957 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A77957 on black background.


Color preview on white background

This text has color #A77957 on white background.



Black color preview on #A77957 background

This text has black color on #A77957 background.


White color preview on #A77957 background

This text has white color on #A77957 background.