COLOR #AC8571

HEX: #AC8571 RGB: (172,133,113)

Color info

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

RGB color model

#AC8571 color RGB value is (172,133,113).

RGB: (172,133,113) (67%, 52%, 44%)

RGB channels and saturation

R 172 of 255 = 67%
G 133 of 255 = 52%
B 113 of 255 = 44%

172
133
113

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

Portions of RGB colors in percentages

R + G + B = 172 + 133 + 113 = 418 (100%)
R 172 of 418 ~ 41.15%
G 133 of 418 ~ 31.82%
B 113 of 418 ~ 27.03'%

%41.15
%31.82
%27.03

CMYK color model

#AC8571 color CMYK value is (0,23,34,33).

  • cyan value is 0.00%
  • magenta value is 22.67%
  • yellow value is 34.30%
  • key color value is 32.55%

CMYK: (0,23,34,33)
C0M23Y34K33 (0%, 23%, 34%, 33%)
(0.00 / 0.23 / 0.34 / 0.33)

CMYK percentages

%0
%22.67
%34.3
%32.55

Codes

Color #AC8571 in popluar color models

AC 85 71
RGB 172 133 113
HSL 20° 26.22% 55.88%
HSB/HSV 20° 34.30% 67.45%
CMYK 0.00% 22.67% 34.30%
32.55%

Color #AC8571 in popluar number systems.

HEX AC 85 71
Decimal 172 133 113
Binary 10101100 10000101 1110001
Octal 254 205 161

Shades and tints

Shades of #AC8571

#AC8571
(172,133,113)
#9D7967
(157,121,103)
#8E6D5D
(142,109,93)
#7F6153
(127,97,83)
#705549
(112,85,73)
#61493F
(97,73,63)
#523D35
(82,61,53)
#43312B
(67,49,43)
#342521
(52,37,33)
#251917
(37,25,23)
#160D0D
(22,13,13)
#000000
(0,0,0)

Tints of #AC8571

#AC8571
(172,133,113)
#B3907D
(179,144,125)
#BA9B89
(186,155,137)
#C1A695
(193,166,149)
#C8B1A1
(200,177,161)
#CFBCAD
(207,188,173)
#D6C7B9
(214,199,185)
#DDD2C5
(221,210,197)
#E4DDD1
(228,221,209)
#EBE8DD
(235,232,221)
#F2F3E9
(242,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC8571; }

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

This text font color is #AC8571.

Background Color

.myBgColor { background-color: #AC8571; }

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

This div background color is #AC8571.

Border color

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

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

This div border color is #AC8571.

Opacity

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

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

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

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

This text has shadow with #AC8571 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AC8571.

Preview

Color preview on black background

This text has color #AC8571 on black background.


Color preview on white background

This text has color #AC8571 on white background.


Black color preview on #AC8571 background

This text has black color on #AC8571 background.


White color preview on #AC8571 background

This text has white color on #AC8571 background.


Related colors

Complementary color

Complementary color for #hex is #537A8E.


I love getcolorcode.com

Triadic colors

1 #71AC85 and #8571AC with #AC8571 are triadic colors.

2 #7185AC and #85AC71 with #AC8571 are triadic colors.