COLOR #AC9972

HEX: #AC9972
RGB: (172,153,114)

Color info

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

RGB color model

#AC9972 color RGB value is (172,153,114).

  • red value is 172;
  • green value is 153;
  • blue value is 114.
RGB:
(172,153,114)
(67%,60%,45%)

RGB channels and saturation

R 172 of 255 = 67%
G 153 of 255 = 60%
B 114 of 255 = 45%

172
153
114

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

Portions of RGB colors in percentages

R + G + B =
172 + 153 + 114 = 439 (100%)
R 172 of 439 ~ 39.18%
G 153 of 439 ~ 34.85%
B 114 of 439 ~ 25.97%

%39.18
%34.85
%25.97

CMYK color model

#AC9972 color CMYK value is (0,11,34,33).

  • cyan value is 0.00%
  • magenta value is 11.05%
  • yellow value is 33.72%
  • key color value is 32.55%
CMYK:
(0,11,34,33)
C0M11Y34K33 
(0%,11%,34%,33%)
(0.00/0.11/0.34/0.33)	

CMYK percentages

%0
%11.05
%33.72
%32.55

Codes

Color #AC9972 in popluar color models

AC9972
RGB172153114
HSL40°25.89%56.08%
HSB/HSV40°33.72%67.45%
CMYK0.00%11.05%33.72%
32.55%

Color #AC9972 in popluar number systems.

HEXAC9972
Decimal172153114
Binary10101100100110011110010
Octal254231162

Shades and tints

Shades of #AC9972

#AC9972
(172,153,114)
#9D8C68
(157,140,104)
#8E7F5E
(142,127,94)
#7F7254
(127,114,84)
#70654A
(112,101,74)
#615840
(97,88,64)
#524B36
(82,75,54)
#433E2C
(67,62,44)
#343122
(52,49,34)
#252418
(37,36,24)
#16170E
(22,23,14)
#000000
(0,0,0)

Tints of #AC9972

#AC9972
(172,153,114)
#B3A27E
(179,162,126)
#BAAB8A
(186,171,138)
#C1B496
(193,180,150)
#C8BDA2
(200,189,162)
#CFC6AE
(207,198,174)
#D6CFBA
(214,207,186)
#DDD8C6
(221,216,198)
#E4E1D2
(228,225,210)
#EBEADE
(235,234,222)
#F2F3EA
(242,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC9972; }

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

This text font color is #AC9972.


Background Color

.myBgColor { background-color: #AC9972; }

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

This div background color is #AC9972.


Border color

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

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

This div border color is #AC9972.


Opacity

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

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

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

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

This text has shadow with #AC9972 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC9972 on black background.


Color preview on white background

This text has color #AC9972 on white background.



Black color preview on #AC9972 background

This text has black color on #AC9972 background.


White color preview on #AC9972 background

This text has white color on #AC9972 background.