COLOR #AC9382

HEX: #AC9382
RGB: (172,147,130)

Color info

#AC9382 contains red, green and blue colors in about the same proportion. Web safe color of #AC9382 is #999999 (or #999).

RGB color model

#AC9382 color RGB value is (172,147,130).

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

RGB channels and saturation

R 172 of 255 = 67%
G 147 of 255 = 58%
B 130 of 255 = 51%

172
147
130

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

Portions of RGB colors in percentages

R + G + B =
172 + 147 + 130 = 449 (100%)
R 172 of 449 ~ 38.31%
G 147 of 449 ~ 32.74%
B 130 of 449 ~ 28.95%

%38.31
%32.74
%28.95

CMYK color model

#AC9382 color CMYK value is (0,15,24,33).

  • cyan value is 0.00%
  • magenta value is 14.53%
  • yellow value is 24.42%
  • key color value is 32.55%
CMYK:
(0,15,24,33)
C0M15Y24K33 
(0%,15%,24%,33%)
(0.00/0.15/0.24/0.33)	

CMYK percentages

%0
%14.53
%24.42
%32.55

Codes

Color #AC9382 in popluar color models

AC9382
RGB172147130
HSL24°20.19%59.22%
HSB/HSV24°24.42%67.45%
CMYK0.00%14.53%24.42%
32.55%

Color #AC9382 in popluar number systems.

HEXAC9382
Decimal172147130
Binary101011001001001110000010
Octal254223202

Shades and tints

Shades of #AC9382

#AC9382
(172,147,130)
#9D8677
(157,134,119)
#8E796C
(142,121,108)
#7F6C61
(127,108,97)
#705F56
(112,95,86)
#61524B
(97,82,75)
#524540
(82,69,64)
#433835
(67,56,53)
#342B2A
(52,43,42)
#251E1F
(37,30,31)
#161114
(22,17,20)
#000000
(0,0,0)

Tints of #AC9382

#AC9382
(172,147,130)
#B39C8D
(179,156,141)
#BAA598
(186,165,152)
#C1AEA3
(193,174,163)
#C8B7AE
(200,183,174)
#CFC0B9
(207,192,185)
#D6C9C4
(214,201,196)
#DDD2CF
(221,210,207)
#E4DBDA
(228,219,218)
#EBE4E5
(235,228,229)
#F2EDF0
(242,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC9382; }

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

This text font color is #AC9382.


Background Color

.myBgColor { background-color: #AC9382; }

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

This div background color is #AC9382.


Border color

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

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

This div border color is #AC9382.


Opacity

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

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

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

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

This text has shadow with #AC9382 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC9382 on black background.


Color preview on white background

This text has color #AC9382 on white background.



Black color preview on #AC9382 background

This text has black color on #AC9382 background.


White color preview on #AC9382 background

This text has white color on #AC9382 background.