COLOR #AC8B72

HEX: #AC8B72 RGB: (172,139,114)

Color info

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

RGB color model

#AC8B72 color RGB value is (172,139,114).

RGB: (172,139,114) (67%, 55%, 45%)

RGB channels and saturation

R 172 of 255 = 67%
G 139 of 255 = 55%
B 114 of 255 = 45%

172
139
114

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

Portions of RGB colors in percentages

R + G + B = 172 + 139 + 114 = 425 (100%)
R 172 of 425 ~ 40.47%
G 139 of 425 ~ 32.71%
B 114 of 425 ~ 26.82'%

%40.47
%32.71
%26.82

CMYK color model

#AC8B72 color CMYK value is (0,19,34,33).

  • cyan value is 0.00%
  • magenta value is 19.19%
  • yellow value is 33.72%
  • key color value is 32.55%

CMYK: (0,19,34,33)
C0M19Y34K33 (0%, 19%, 34%, 33%)
(0.00 / 0.19 / 0.34 / 0.33)

CMYK percentages

%0
%19.19
%33.72
%32.55

Codes

Color #AC8B72 in popluar color models

AC 8B 72
RGB 172 139 114
HSL 26° 25.89% 56.08%
HSB/HSV 26° 33.72% 67.45%
CMYK 0.00% 19.19% 33.72%
32.55%

Color #AC8B72 in popluar number systems.

HEX AC 8B 72
Decimal 172 139 114
Binary 10101100 10001011 1110010
Octal 254 213 162

Shades and tints

Shades of #AC8B72

#AC8B72
(172,139,114)
#9D7F68
(157,127,104)
#8E735E
(142,115,94)
#7F6754
(127,103,84)
#705B4A
(112,91,74)
#614F40
(97,79,64)
#524336
(82,67,54)
#43372C
(67,55,44)
#342B22
(52,43,34)
#251F18
(37,31,24)
#16130E
(22,19,14)
#000000
(0,0,0)

Tints of #AC8B72

#AC8B72
(172,139,114)
#B3957E
(179,149,126)
#BA9F8A
(186,159,138)
#C1A996
(193,169,150)
#C8B3A2
(200,179,162)
#CFBDAE
(207,189,174)
#D6C7BA
(214,199,186)
#DDD1C6
(221,209,198)
#E4DBD2
(228,219,210)
#EBE5DE
(235,229,222)
#F2EFEA
(242,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC8B72 color. Also use rgb(172,139,114) instead hex code.

Text Font Color

.myTextColor { color: #AC8B72; }

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

This text font color is #AC8B72.

Background Color

.myBgColor { background-color: #AC8B72; }

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

This div background color is #AC8B72.

Border color

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

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

This div border color is #AC8B72.

Opacity

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

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

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

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

This text has shadow with #AC8B72 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AC8B72.

Preview

Color preview on black background

This text has color #AC8B72 on black background.


Color preview on white background

This text has color #AC8B72 on white background.


Black color preview on #AC8B72 background

This text has black color on #AC8B72 background.


White color preview on #AC8B72 background

This text has white color on #AC8B72 background.


Related colors

Complementary color

Complementary color for #hex is #53748D.


I love getcolorcode.com

Triadic colors

1 #72AC8B and #8B72AC with #AC8B72 are triadic colors.

2 #728BAC and #8BAC72 with #AC8B72 are triadic colors.