COLOR #A97572

HEX: #A97572
RGB: (169,117,114)

Color info

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

RGB color model

#A97572 color RGB value is (169,117,114).

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

RGB channels and saturation

R 169 of 255 = 66%
G 117 of 255 = 46%
B 114 of 255 = 45%

169
117
114

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

Portions of RGB colors in percentages

R + G + B =
169 + 117 + 114 = 400 (100%)
R 169 of 400 ~ 42.25%
G 117 of 400 ~ 29.25%
B 114 of 400 ~ 28.5%

%42.25
%29.25
%28.5

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 30.77%
  • yellow value is 32.54%
  • key color value is 33.73%
CMYK:
(0,31,33,34)
C0M31Y33K34 
(0%,31%,33%,34%)
(0.00/0.31/0.33/0.34)	

CMYK percentages

%0
%30.77
%32.54
%33.73

Codes

Color #A97572 in popluar color models

A97572
RGB169117114
HSL24.23%55.49%
HSB/HSV32.54%66.27%
CMYK0.00%30.77%32.54%
33.73%

Color #A97572 in popluar number systems.

HEXA97572
Decimal169117114
Binary1010100111101011110010
Octal251165162

Shades and tints

Shades of #A97572

#A97572
(169,117,114)
#9A6B68
(154,107,104)
#8B615E
(139,97,94)
#7C5754
(124,87,84)
#6D4D4A
(109,77,74)
#5E4340
(94,67,64)
#4F3936
(79,57,54)
#402F2C
(64,47,44)
#312522
(49,37,34)
#221B18
(34,27,24)
#13110E
(19,17,14)
#000000
(0,0,0)

Tints of #A97572

#A97572
(169,117,114)
#B0817E
(176,129,126)
#B78D8A
(183,141,138)
#BE9996
(190,153,150)
#C5A5A2
(197,165,162)
#CCB1AE
(204,177,174)
#D3BDBA
(211,189,186)
#DAC9C6
(218,201,198)
#E1D5D2
(225,213,210)
#E8E1DE
(232,225,222)
#EFEDEA
(239,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A97572; }

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

This text font color is #A97572.


Background Color

.myBgColor { background-color: #A97572; }

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

This div background color is #A97572.


Border color

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

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

This div border color is #A97572.


Opacity

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

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

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

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

This text has shadow with #A97572 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A97572 on black background.


Color preview on white background

This text has color #A97572 on white background.



Black color preview on #A97572 background

This text has black color on #A97572 background.


White color preview on #A97572 background

This text has white color on #A97572 background.