COLOR #AC9379

HEX: #AC9379
RGB: (172,147,121)

Color info

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

RGB color model

#AC9379 color RGB value is (172,147,121).

  • red value is 172;
  • green value is 147;
  • blue value is 121.
RGB:
(172,147,121)
(67%,58%,47%)

RGB channels and saturation

R 172 of 255 = 67%
G 147 of 255 = 58%
B 121 of 255 = 47%

172
147
121

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

Portions of RGB colors in percentages

R + G + B =
172 + 147 + 121 = 440 (100%)
R 172 of 440 ~ 39.09%
G 147 of 440 ~ 33.41%
B 121 of 440 ~ 27.5%

%39.09
%33.41
%27.5

CMYK color model

#AC9379 color CMYK value is (0,15,30,33).

  • cyan value is 0.00%
  • magenta value is 14.53%
  • yellow value is 29.65%
  • key color value is 32.55%
CMYK:
(0,15,30,33)
C0M15Y30K33 
(0%,15%,30%,33%)
(0.00/0.15/0.30/0.33)	

CMYK percentages

%0
%14.53
%29.65
%32.55

Codes

Color #AC9379 in popluar color models

AC9379
RGB172147121
HSL31°23.50%57.45%
HSB/HSV31°29.65%67.45%
CMYK0.00%14.53%29.65%
32.55%

Color #AC9379 in popluar number systems.

HEXAC9379
Decimal172147121
Binary10101100100100111111001
Octal254223171

Shades and tints

Shades of #AC9379

#AC9379
(172,147,121)
#9D866E
(157,134,110)
#8E7963
(142,121,99)
#7F6C58
(127,108,88)
#705F4D
(112,95,77)
#615242
(97,82,66)
#524537
(82,69,55)
#43382C
(67,56,44)
#342B21
(52,43,33)
#251E16
(37,30,22)
#16110B
(22,17,11)
#000000
(0,0,0)

Tints of #AC9379

#AC9379
(172,147,121)
#B39C85
(179,156,133)
#BAA591
(186,165,145)
#C1AE9D
(193,174,157)
#C8B7A9
(200,183,169)
#CFC0B5
(207,192,181)
#D6C9C1
(214,201,193)
#DDD2CD
(221,210,205)
#E4DBD9
(228,219,217)
#EBE4E5
(235,228,229)
#F2EDF1
(242,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC9379 color. Also use rgb(172,147,121) instead hex code.

Text Font Color

.myTextColor { color: #AC9379; }

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

This text font color is #AC9379.


Background Color

.myBgColor { background-color: #AC9379; }

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

This div background color is #AC9379.


Border color

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

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

This div border color is #AC9379.


Opacity

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

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

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

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

This text has shadow with #AC9379 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC9379 on black background.


Color preview on white background

This text has color #AC9379 on white background.



Black color preview on #AC9379 background

This text has black color on #AC9379 background.


White color preview on #AC9379 background

This text has white color on #AC9379 background.