COLOR #AC9A73

HEX: #AC9A73
RGB: (172,154,115)

Color info

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

RGB color model

#AC9A73 color RGB value is (172,154,115).

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

RGB channels and saturation

R 172 of 255 = 67%
G 154 of 255 = 60%
B 115 of 255 = 45%

172
154
115

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

Portions of RGB colors in percentages

R + G + B =
172 + 154 + 115 = 441 (100%)
R 172 of 441 ~ 39%
G 154 of 441 ~ 34.92%
B 115 of 441 ~ 26.08%

%39
%34.92
%26.08

CMYK color model

#AC9A73 color CMYK value is (0,10,33,33).

  • cyan value is 0.00%
  • magenta value is 10.47%
  • yellow value is 33.14%
  • key color value is 32.55%
CMYK:
(0,10,33,33)
C0M10Y33K33 
(0%,10%,33%,33%)
(0.00/0.10/0.33/0.33)	

CMYK percentages

%0
%10.47
%33.14
%32.55

Codes

Color #AC9A73 in popluar color models

AC9A73
RGB172154115
HSL41°25.56%56.27%
HSB/HSV41°33.14%67.45%
CMYK0.00%10.47%33.14%
32.55%

Color #AC9A73 in popluar number systems.

HEXAC9A73
Decimal172154115
Binary10101100100110101110011
Octal254232163

Shades and tints

Shades of #AC9A73

#AC9A73
(172,154,115)
#9D8C69
(157,140,105)
#8E7E5F
(142,126,95)
#7F7055
(127,112,85)
#70624B
(112,98,75)
#615441
(97,84,65)
#524637
(82,70,55)
#43382D
(67,56,45)
#342A23
(52,42,35)
#251C19
(37,28,25)
#160E0F
(22,14,15)
#000000
(0,0,0)

Tints of #AC9A73

#AC9A73
(172,154,115)
#B3A37F
(179,163,127)
#BAAC8B
(186,172,139)
#C1B597
(193,181,151)
#C8BEA3
(200,190,163)
#CFC7AF
(207,199,175)
#D6D0BB
(214,208,187)
#DDD9C7
(221,217,199)
#E4E2D3
(228,226,211)
#EBEBDF
(235,235,223)
#F2F4EB
(242,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC9A73 color. Also use rgb(172,154,115) instead hex code.

Text Font Color

.myTextColor { color: #AC9A73; }

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

This text font color is #AC9A73.


Background Color

.myBgColor { background-color: #AC9A73; }

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

This div background color is #AC9A73.


Border color

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

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

This div border color is #AC9A73.


Opacity

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

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

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

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

This text has shadow with #AC9A73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC9A73 on black background.


Color preview on white background

This text has color #AC9A73 on white background.



Black color preview on #AC9A73 background

This text has black color on #AC9A73 background.


White color preview on #AC9A73 background

This text has white color on #AC9A73 background.