COLOR #AC7970

HEX: #AC7970
RGB: (172,121,112)

Color info

#AC7970 contains mainly red and green colors. Web safe color of #AC7970 is #996666 (or #966).

RGB color model

#AC7970 color RGB value is (172,121,112).

  • red value is 172;
  • green value is 121;
  • blue value is 112.
RGB:
(172,121,112)
(67%,47%,44%)

RGB channels and saturation

R 172 of 255 = 67%
G 121 of 255 = 47%
B 112 of 255 = 44%

172
121
112

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

Portions of RGB colors in percentages

R + G + B =
172 + 121 + 112 = 405 (100%)
R 172 of 405 ~ 42.47%
G 121 of 405 ~ 29.88%
B 112 of 405 ~ 27.65%

%42.47
%29.88
%27.65

CMYK color model

#AC7970 color CMYK value is (0,30,35,33).

  • cyan value is 0.00%
  • magenta value is 29.65%
  • yellow value is 34.88%
  • key color value is 32.55%
CMYK:
(0,30,35,33)
C0M30Y35K33 
(0%,30%,35%,33%)
(0.00/0.30/0.35/0.33)	

CMYK percentages

%0
%29.65
%34.88
%32.55

Codes

Color #AC7970 in popluar color models

AC7970
RGB172121112
HSL26.55%55.69%
HSB/HSV34.88%67.45%
CMYK0.00%29.65%34.88%
32.55%

Color #AC7970 in popluar number systems.

HEXAC7970
Decimal172121112
Binary1010110011110011110000
Octal254171160

Shades and tints

Shades of #AC7970

#AC7970
(172,121,112)
#9D6E66
(157,110,102)
#8E635C
(142,99,92)
#7F5852
(127,88,82)
#704D48
(112,77,72)
#61423E
(97,66,62)
#523734
(82,55,52)
#432C2A
(67,44,42)
#342120
(52,33,32)
#251616
(37,22,22)
#160B0C
(22,11,12)
#000000
(0,0,0)

Tints of #AC7970

#AC7970
(172,121,112)
#B3857D
(179,133,125)
#BA918A
(186,145,138)
#C19D97
(193,157,151)
#C8A9A4
(200,169,164)
#CFB5B1
(207,181,177)
#D6C1BE
(214,193,190)
#DDCDCB
(221,205,203)
#E4D9D8
(228,217,216)
#EBE5E5
(235,229,229)
#F2F1F2
(242,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC7970 color. Also use rgb(172,121,112) instead hex code.

Text Font Color

.myTextColor { color: #AC7970; }

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

This text font color is #AC7970.


Background Color

.myBgColor { background-color: #AC7970; }

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

This div background color is #AC7970.


Border color

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

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

This div border color is #AC7970.


Opacity

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

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

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

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

This text has shadow with #AC7970 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC7970 on black background.


Color preview on white background

This text has color #AC7970 on white background.



Black color preview on #AC7970 background

This text has black color on #AC7970 background.


White color preview on #AC7970 background

This text has white color on #AC7970 background.