COLOR #A97776

HEX: #A97776
RGB: (169,119,118)

Color info

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

RGB color model

#A97776 color RGB value is (169,119,118).

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

RGB channels and saturation

R 169 of 255 = 66%
G 119 of 255 = 47%
B 118 of 255 = 46%

169
119
118

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

Portions of RGB colors in percentages

R + G + B =
169 + 119 + 118 = 406 (100%)
R 169 of 406 ~ 41.63%
G 119 of 406 ~ 29.31%
B 118 of 406 ~ 29.06%

%41.63
%29.31
%29.06

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 29.59%
  • yellow value is 30.18%
  • key color value is 33.73%
CMYK:
(0,30,30,34)
C0M30Y30K34 
(0%,30%,30%,34%)
(0.00/0.30/0.30/0.34)	

CMYK percentages

%0
%29.59
%30.18
%33.73

Codes

Color #A97776 in popluar color models

A97776
RGB169119118
HSL22.87%56.27%
HSB/HSV30.18%66.27%
CMYK0.00%29.59%30.18%
33.73%

Color #A97776 in popluar number systems.

HEXA97776
Decimal169119118
Binary1010100111101111110110
Octal251167166

Shades and tints

Shades of #A97776

#A97776
(169,119,118)
#9A6D6C
(154,109,108)
#8B6362
(139,99,98)
#7C5958
(124,89,88)
#6D4F4E
(109,79,78)
#5E4544
(94,69,68)
#4F3B3A
(79,59,58)
#403130
(64,49,48)
#312726
(49,39,38)
#221D1C
(34,29,28)
#131312
(19,19,18)
#000000
(0,0,0)

Tints of #A97776

#A97776
(169,119,118)
#B08382
(176,131,130)
#B78F8E
(183,143,142)
#BE9B9A
(190,155,154)
#C5A7A6
(197,167,166)
#CCB3B2
(204,179,178)
#D3BFBE
(211,191,190)
#DACBCA
(218,203,202)
#E1D7D6
(225,215,214)
#E8E3E2
(232,227,226)
#EFEFEE
(239,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A97776; }

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

This text font color is #A97776.


Background Color

.myBgColor { background-color: #A97776; }

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

This div background color is #A97776.


Border color

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

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

This div border color is #A97776.


Opacity

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

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

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

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

This text has shadow with #A97776 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A97776 on black background.


Color preview on white background

This text has color #A97776 on white background.



Black color preview on #A97776 background

This text has black color on #A97776 background.


White color preview on #A97776 background

This text has white color on #A97776 background.