COLOR #AC8F70

HEX: #AC8F70
RGB: (172,143,112)

Color info

#AC8F70 contains mainly red and green colors. Web safe color of #AC8F70 is #999966 (or #996).

RGB color model

#AC8F70 color RGB value is (172,143,112).

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

RGB channels and saturation

R 172 of 255 = 67%
G 143 of 255 = 56%
B 112 of 255 = 44%

172
143
112

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

Portions of RGB colors in percentages

R + G + B =
172 + 143 + 112 = 427 (100%)
R 172 of 427 ~ 40.28%
G 143 of 427 ~ 33.49%
B 112 of 427 ~ 26.23%

%40.28
%33.49
%26.23

CMYK color model

#AC8F70 color CMYK value is (0,17,35,33).

  • cyan value is 0.00%
  • magenta value is 16.86%
  • yellow value is 34.88%
  • key color value is 32.55%
CMYK:
(0,17,35,33)
C0M17Y35K33 
(0%,17%,35%,33%)
(0.00/0.17/0.35/0.33)	

CMYK percentages

%0
%16.86
%34.88
%32.55

Codes

Color #AC8F70 in popluar color models

AC8F70
RGB172143112
HSL31°26.55%55.69%
HSB/HSV31°34.88%67.45%
CMYK0.00%16.86%34.88%
32.55%

Color #AC8F70 in popluar number systems.

HEXAC8F70
Decimal172143112
Binary10101100100011111110000
Octal254217160

Shades and tints

Shades of #AC8F70

#AC8F70
(172,143,112)
#9D8266
(157,130,102)
#8E755C
(142,117,92)
#7F6852
(127,104,82)
#705B48
(112,91,72)
#614E3E
(97,78,62)
#524134
(82,65,52)
#43342A
(67,52,42)
#342720
(52,39,32)
#251A16
(37,26,22)
#160D0C
(22,13,12)
#000000
(0,0,0)

Tints of #AC8F70

#AC8F70
(172,143,112)
#B3997D
(179,153,125)
#BAA38A
(186,163,138)
#C1AD97
(193,173,151)
#C8B7A4
(200,183,164)
#CFC1B1
(207,193,177)
#D6CBBE
(214,203,190)
#DDD5CB
(221,213,203)
#E4DFD8
(228,223,216)
#EBE9E5
(235,233,229)
#F2F3F2
(242,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC8F70; }

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

This text font color is #AC8F70.


Background Color

.myBgColor { background-color: #AC8F70; }

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

This div background color is #AC8F70.


Border color

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

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

This div border color is #AC8F70.


Opacity

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

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

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

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

This text has shadow with #AC8F70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC8F70 on black background.


Color preview on white background

This text has color #AC8F70 on white background.



Black color preview on #AC8F70 background

This text has black color on #AC8F70 background.


White color preview on #AC8F70 background

This text has white color on #AC8F70 background.