COLOR #AC8871

HEX: #AC8871
RGB: (172,136,113)

Color info

#AC8871 contains red, green and blue colors in about the same proportion. Web safe color of #AC8871 is #999966 (or #996).

RGB color model

#AC8871 color RGB value is (172,136,113).

  • red value is 172;
  • green value is 136;
  • blue value is 113.
RGB:
(172,136,113)
(67%,53%,44%)

RGB channels and saturation

R 172 of 255 = 67%
G 136 of 255 = 53%
B 113 of 255 = 44%

172
136
113

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

Portions of RGB colors in percentages

R + G + B =
172 + 136 + 113 = 421 (100%)
R 172 of 421 ~ 40.86%
G 136 of 421 ~ 32.3%
B 113 of 421 ~ 26.84%

%40.86
%32.3
%26.84

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 20.93%
  • yellow value is 34.30%
  • key color value is 32.55%
CMYK:
(0,21,34,33)
C0M21Y34K33 
(0%,21%,34%,33%)
(0.00/0.21/0.34/0.33)	

CMYK percentages

%0
%20.93
%34.3
%32.55

Codes

Color #AC8871 in popluar color models

AC8871
RGB172136113
HSL23°26.22%55.88%
HSB/HSV23°34.30%67.45%
CMYK0.00%20.93%34.30%
32.55%

Color #AC8871 in popluar number systems.

HEXAC8871
Decimal172136113
Binary10101100100010001110001
Octal254210161

Shades and tints

Shades of #AC8871

#AC8871
(172,136,113)
#9D7C67
(157,124,103)
#8E705D
(142,112,93)
#7F6453
(127,100,83)
#705849
(112,88,73)
#614C3F
(97,76,63)
#524035
(82,64,53)
#43342B
(67,52,43)
#342821
(52,40,33)
#251C17
(37,28,23)
#16100D
(22,16,13)
#000000
(0,0,0)

Tints of #AC8871

#AC8871
(172,136,113)
#B3927D
(179,146,125)
#BA9C89
(186,156,137)
#C1A695
(193,166,149)
#C8B0A1
(200,176,161)
#CFBAAD
(207,186,173)
#D6C4B9
(214,196,185)
#DDCEC5
(221,206,197)
#E4D8D1
(228,216,209)
#EBE2DD
(235,226,221)
#F2ECE9
(242,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC8871 color. Also use rgb(172,136,113) instead hex code.

Text Font Color

.myTextColor { color: #AC8871; }

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

This text font color is #AC8871.


Background Color

.myBgColor { background-color: #AC8871; }

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

This div background color is #AC8871.


Border color

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

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

This div border color is #AC8871.


Opacity

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

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

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

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

This text has shadow with #AC8871 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC8871 on black background.


Color preview on white background

This text has color #AC8871 on white background.



Black color preview on #AC8871 background

This text has black color on #AC8871 background.


White color preview on #AC8871 background

This text has white color on #AC8871 background.