COLOR #AC8370

HEX: #AC8370
RGB: (172,131,112)

Color info

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

RGB color model

#AC8370 color RGB value is (172,131,112).

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

RGB channels and saturation

R 172 of 255 = 67%
G 131 of 255 = 51%
B 112 of 255 = 44%

172
131
112

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

Portions of RGB colors in percentages

R + G + B =
172 + 131 + 112 = 415 (100%)
R 172 of 415 ~ 41.45%
G 131 of 415 ~ 31.57%
B 112 of 415 ~ 26.99%

%41.45
%31.57
%26.99

CMYK color model

#AC8370 color CMYK value is (0,24,35,33).

  • cyan value is 0.00%
  • magenta value is 23.84%
  • yellow value is 34.88%
  • key color value is 32.55%
CMYK:
(0,24,35,33)
C0M24Y35K33 
(0%,24%,35%,33%)
(0.00/0.24/0.35/0.33)	

CMYK percentages

%0
%23.84
%34.88
%32.55

Codes

Color #AC8370 in popluar color models

AC8370
RGB172131112
HSL19°26.55%55.69%
HSB/HSV19°34.88%67.45%
CMYK0.00%23.84%34.88%
32.55%

Color #AC8370 in popluar number systems.

HEXAC8370
Decimal172131112
Binary10101100100000111110000
Octal254203160

Shades and tints

Shades of #AC8370

#AC8370
(172,131,112)
#9D7866
(157,120,102)
#8E6D5C
(142,109,92)
#7F6252
(127,98,82)
#705748
(112,87,72)
#614C3E
(97,76,62)
#524134
(82,65,52)
#43362A
(67,54,42)
#342B20
(52,43,32)
#252016
(37,32,22)
#16150C
(22,21,12)
#000000
(0,0,0)

Tints of #AC8370

#AC8370
(172,131,112)
#B38E7D
(179,142,125)
#BA998A
(186,153,138)
#C1A497
(193,164,151)
#C8AFA4
(200,175,164)
#CFBAB1
(207,186,177)
#D6C5BE
(214,197,190)
#DDD0CB
(221,208,203)
#E4DBD8
(228,219,216)
#EBE6E5
(235,230,229)
#F2F1F2
(242,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC8370; }

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

This text font color is #AC8370.


Background Color

.myBgColor { background-color: #AC8370; }

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

This div background color is #AC8370.


Border color

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

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

This div border color is #AC8370.


Opacity

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

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

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

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

This text has shadow with #AC8370 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC8370 on black background.


Color preview on white background

This text has color #AC8370 on white background.



Black color preview on #AC8370 background

This text has black color on #AC8370 background.


White color preview on #AC8370 background

This text has white color on #AC8370 background.