COLOR #A97170

HEX: #A97170
RGB: (169,113,112)

Color info

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

RGB color model

#A97170 color RGB value is (169,113,112).

  • red value is 169;
  • green value is 113;
  • blue value is 112.
RGB:
(169,113,112)
(66%,44%,44%)

RGB channels and saturation

R 169 of 255 = 66%
G 113 of 255 = 44%
B 112 of 255 = 44%

169
113
112

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

Portions of RGB colors in percentages

R + G + B =
169 + 113 + 112 = 394 (100%)
R 169 of 394 ~ 42.89%
G 113 of 394 ~ 28.68%
B 112 of 394 ~ 28.43%

%42.89
%28.68
%28.43

CMYK color model

#A97170 color CMYK value is (0,33,34,34).

  • cyan value is 0.00%
  • magenta value is 33.14%
  • yellow value is 33.73%
  • key color value is 33.73%
CMYK:
(0,33,34,34)
C0M33Y34K34 
(0%,33%,34%,34%)
(0.00/0.33/0.34/0.34)	

CMYK percentages

%0
%33.14
%33.73
%33.73

Codes

Color #A97170 in popluar color models

A97170
RGB169113112
HSL24.89%55.10%
HSB/HSV33.73%66.27%
CMYK0.00%33.14%33.73%
33.73%

Color #A97170 in popluar number systems.

HEXA97170
Decimal169113112
Binary1010100111100011110000
Octal251161160

Shades and tints

Shades of #A97170

#A97170
(169,113,112)
#9A6766
(154,103,102)
#8B5D5C
(139,93,92)
#7C5352
(124,83,82)
#6D4948
(109,73,72)
#5E3F3E
(94,63,62)
#4F3534
(79,53,52)
#402B2A
(64,43,42)
#312120
(49,33,32)
#221716
(34,23,22)
#130D0C
(19,13,12)
#000000
(0,0,0)

Tints of #A97170

#A97170
(169,113,112)
#B07D7D
(176,125,125)
#B7898A
(183,137,138)
#BE9597
(190,149,151)
#C5A1A4
(197,161,164)
#CCADB1
(204,173,177)
#D3B9BE
(211,185,190)
#DAC5CB
(218,197,203)
#E1D1D8
(225,209,216)
#E8DDE5
(232,221,229)
#EFE9F2
(239,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A97170 color. Also use rgb(169,113,112) instead hex code.

Text Font Color

.myTextColor { color: #A97170; }

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

This text font color is #A97170.


Background Color

.myBgColor { background-color: #A97170; }

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

This div background color is #A97170.


Border color

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

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

This div border color is #A97170.


Opacity

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

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

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

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

This text has shadow with #A97170 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A97170 on black background.


Color preview on white background

This text has color #A97170 on white background.



Black color preview on #A97170 background

This text has black color on #A97170 background.


White color preview on #A97170 background

This text has white color on #A97170 background.