COLOR #A97E77

HEX: #A97E77
RGB: (169,126,119)

Color info

#A97E77 contains red, green and blue colors in about the same proportion. Web safe color of #A97E77 is #996666 (or #966).

RGB color model

#A97E77 color RGB value is (169,126,119).

  • red value is 169;
  • green value is 126;
  • blue value is 119.
RGB:
(169,126,119)
(66%,49%,47%)

RGB channels and saturation

R 169 of 255 = 66%
G 126 of 255 = 49%
B 119 of 255 = 47%

169
126
119

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

Portions of RGB colors in percentages

R + G + B =
169 + 126 + 119 = 414 (100%)
R 169 of 414 ~ 40.82%
G 126 of 414 ~ 30.43%
B 119 of 414 ~ 28.74%

%40.82
%30.43
%28.74

CMYK color model

#A97E77 color CMYK value is (0,25,30,34).

  • cyan value is 0.00%
  • magenta value is 25.44%
  • yellow value is 29.59%
  • key color value is 33.73%
CMYK:
(0,25,30,34)
C0M25Y30K34 
(0%,25%,30%,34%)
(0.00/0.25/0.30/0.34)	

CMYK percentages

%0
%25.44
%29.59
%33.73

Codes

Color #A97E77 in popluar color models

A97E77
RGB169126119
HSL22.52%56.47%
HSB/HSV29.59%66.27%
CMYK0.00%25.44%29.59%
33.73%

Color #A97E77 in popluar number systems.

HEXA97E77
Decimal169126119
Binary1010100111111101110111
Octal251176167

Shades and tints

Shades of #A97E77

#A97E77
(169,126,119)
#9A736D
(154,115,109)
#8B6863
(139,104,99)
#7C5D59
(124,93,89)
#6D524F
(109,82,79)
#5E4745
(94,71,69)
#4F3C3B
(79,60,59)
#403131
(64,49,49)
#312627
(49,38,39)
#221B1D
(34,27,29)
#131013
(19,16,19)
#000000
(0,0,0)

Tints of #A97E77

#A97E77
(169,126,119)
#B08983
(176,137,131)
#B7948F
(183,148,143)
#BE9F9B
(190,159,155)
#C5AAA7
(197,170,167)
#CCB5B3
(204,181,179)
#D3C0BF
(211,192,191)
#DACBCB
(218,203,203)
#E1D6D7
(225,214,215)
#E8E1E3
(232,225,227)
#EFECEF
(239,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A97E77 color. Also use rgb(169,126,119) instead hex code.

Text Font Color

.myTextColor { color: #A97E77; }

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

This text font color is #A97E77.


Background Color

.myBgColor { background-color: #A97E77; }

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

This div background color is #A97E77.


Border color

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

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

This div border color is #A97E77.


Opacity

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

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

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

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

This text has shadow with #A97E77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A97E77 on black background.


Color preview on white background

This text has color #A97E77 on white background.



Black color preview on #A97E77 background

This text has black color on #A97E77 background.


White color preview on #A97E77 background

This text has white color on #A97E77 background.