COLOR #A77A59

HEX: #A77A59
RGB: (167,122,89)

Color info

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

RGB color model

#A77A59 color RGB value is (167,122,89).

  • red value is 167;
  • green value is 122;
  • blue value is 89.
RGB:
(167,122,89)
(65%,48%,35%)

RGB channels and saturation

R 167 of 255 = 65%
G 122 of 255 = 48%
B 89 of 255 = 35%

167
122
89

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

Portions of RGB colors in percentages

R + G + B =
167 + 122 + 89 = 378 (100%)
R 167 of 378 ~ 44.18%
G 122 of 378 ~ 32.28%
B 89 of 378 ~ 23.54%

%44.18
%32.28
%23.54

CMYK color model

#A77A59 color CMYK value is (0,27,47,35).

  • cyan value is 0.00%
  • magenta value is 26.95%
  • yellow value is 46.71%
  • key color value is 34.51%
CMYK:
(0,27,47,35)
C0M27Y47K35 
(0%,27%,47%,35%)
(0.00/0.27/0.47/0.35)	

CMYK percentages

%0
%26.95
%46.71
%34.51

Codes

Color #A77A59 in popluar color models

A77A59
RGB16712289
HSL25°30.71%50.20%
HSB/HSV25°46.71%65.49%
CMYK0.00%26.95%46.71%
34.51%

Color #A77A59 in popluar number systems.

HEXA77A59
Decimal16712289
Binary1010011111110101011001
Octal247172131

Shades and tints

Shades of #A77A59

#A77A59
(167,122,89)
#986F51
(152,111,81)
#896449
(137,100,73)
#7A5941
(122,89,65)
#6B4E39
(107,78,57)
#5C4331
(92,67,49)
#4D3829
(77,56,41)
#3E2D21
(62,45,33)
#2F2219
(47,34,25)
#201711
(32,23,17)
#110C09
(17,12,9)
#000000
(0,0,0)

Tints of #A77A59

#A77A59
(167,122,89)
#AF8668
(175,134,104)
#B79277
(183,146,119)
#BF9E86
(191,158,134)
#C7AA95
(199,170,149)
#CFB6A4
(207,182,164)
#D7C2B3
(215,194,179)
#DFCEC2
(223,206,194)
#E7DAD1
(231,218,209)
#EFE6E0
(239,230,224)
#F7F2EF
(247,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A77A59 color. Also use rgb(167,122,89) instead hex code.

Text Font Color

.myTextColor { color: #A77A59; }

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

This text font color is #A77A59.


Background Color

.myBgColor { background-color: #A77A59; }

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

This div background color is #A77A59.


Border color

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

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

This div border color is #A77A59.


Opacity

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

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

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

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

This text has shadow with #A77A59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A77A59 on black background.


Color preview on white background

This text has color #A77A59 on white background.



Black color preview on #A77A59 background

This text has black color on #A77A59 background.


White color preview on #A77A59 background

This text has white color on #A77A59 background.