COLOR #A97577

HEX: #A97577
RGB: (169,117,119)

Color info

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

RGB color model

#A97577 color RGB value is (169,117,119).

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

RGB channels and saturation

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

169
117
119

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

Portions of RGB colors in percentages

R + G + B =
169 + 117 + 119 = 405 (100%)
R 169 of 405 ~ 41.73%
G 117 of 405 ~ 28.89%
B 119 of 405 ~ 29.38%

%41.73
%28.89
%29.38

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 30.77%
  • yellow value is 29.59%
  • key color value is 33.73%
CMYK:
(0,31,30,34)
C0M31Y30K34 
(0%,31%,30%,34%)
(0.00/0.31/0.30/0.34)	

CMYK percentages

%0
%30.77
%29.59
%33.73

Codes

Color #A97577 in popluar color models

A97577
RGB169117119
HSL358°23.21%56.08%
HSB/HSV358°30.77%66.27%
CMYK0.00%30.77%29.59%
33.73%

Color #A97577 in popluar number systems.

HEXA97577
Decimal169117119
Binary1010100111101011110111
Octal251165167

Shades and tints

Shades of #A97577

#A97577
(169,117,119)
#9A6B6D
(154,107,109)
#8B6163
(139,97,99)
#7C5759
(124,87,89)
#6D4D4F
(109,77,79)
#5E4345
(94,67,69)
#4F393B
(79,57,59)
#402F31
(64,47,49)
#312527
(49,37,39)
#221B1D
(34,27,29)
#131113
(19,17,19)
#000000
(0,0,0)

Tints of #A97577

#A97577
(169,117,119)
#B08183
(176,129,131)
#B78D8F
(183,141,143)
#BE999B
(190,153,155)
#C5A5A7
(197,165,167)
#CCB1B3
(204,177,179)
#D3BDBF
(211,189,191)
#DAC9CB
(218,201,203)
#E1D5D7
(225,213,215)
#E8E1E3
(232,225,227)
#EFEDEF
(239,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A97577; }

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

This text font color is #A97577.


Background Color

.myBgColor { background-color: #A97577; }

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

This div background color is #A97577.


Border color

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

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

This div border color is #A97577.


Opacity

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

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

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

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

This text has shadow with #A97577 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A97577 on black background.


Color preview on white background

This text has color #A97577 on white background.



Black color preview on #A97577 background

This text has black color on #A97577 background.


White color preview on #A97577 background

This text has white color on #A97577 background.