COLOR #AC9782

HEX: #AC9782
RGB: (172,151,130)

Color info

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

RGB color model

#AC9782 color RGB value is (172,151,130).

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

RGB channels and saturation

R 172 of 255 = 67%
G 151 of 255 = 59%
B 130 of 255 = 51%

172
151
130

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

Portions of RGB colors in percentages

R + G + B =
172 + 151 + 130 = 453 (100%)
R 172 of 453 ~ 37.97%
G 151 of 453 ~ 33.33%
B 130 of 453 ~ 28.7%

%37.97
%33.33
%28.7

CMYK color model

#AC9782 color CMYK value is (0,12,24,33).

  • cyan value is 0.00%
  • magenta value is 12.21%
  • yellow value is 24.42%
  • key color value is 32.55%
CMYK:
(0,12,24,33)
C0M12Y24K33 
(0%,12%,24%,33%)
(0.00/0.12/0.24/0.33)	

CMYK percentages

%0
%12.21
%24.42
%32.55

Codes

Color #AC9782 in popluar color models

AC9782
RGB172151130
HSL30°20.19%59.22%
HSB/HSV30°24.42%67.45%
CMYK0.00%12.21%24.42%
32.55%

Color #AC9782 in popluar number systems.

HEXAC9782
Decimal172151130
Binary101011001001011110000010
Octal254227202

Shades and tints

Shades of #AC9782

#AC9782
(172,151,130)
#9D8A77
(157,138,119)
#8E7D6C
(142,125,108)
#7F7061
(127,112,97)
#706356
(112,99,86)
#61564B
(97,86,75)
#524940
(82,73,64)
#433C35
(67,60,53)
#342F2A
(52,47,42)
#25221F
(37,34,31)
#161514
(22,21,20)
#000000
(0,0,0)

Tints of #AC9782

#AC9782
(172,151,130)
#B3A08D
(179,160,141)
#BAA998
(186,169,152)
#C1B2A3
(193,178,163)
#C8BBAE
(200,187,174)
#CFC4B9
(207,196,185)
#D6CDC4
(214,205,196)
#DDD6CF
(221,214,207)
#E4DFDA
(228,223,218)
#EBE8E5
(235,232,229)
#F2F1F0
(242,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC9782; }

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

This text font color is #AC9782.


Background Color

.myBgColor { background-color: #AC9782; }

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

This div background color is #AC9782.


Border color

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

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

This div border color is #AC9782.


Opacity

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

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

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

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

This text has shadow with #AC9782 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC9782 on black background.


Color preview on white background

This text has color #AC9782 on white background.



Black color preview on #AC9782 background

This text has black color on #AC9782 background.


White color preview on #AC9782 background

This text has white color on #AC9782 background.