COLOR #AC9E82

HEX: #AC9E82
RGB: (172,158,130)

Color info

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

RGB color model

#AC9E82 color RGB value is (172,158,130).

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

RGB channels and saturation

R 172 of 255 = 67%
G 158 of 255 = 62%
B 130 of 255 = 51%

172
158
130

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

Portions of RGB colors in percentages

R + G + B =
172 + 158 + 130 = 460 (100%)
R 172 of 460 ~ 37.39%
G 158 of 460 ~ 34.35%
B 130 of 460 ~ 28.26%

%37.39
%34.35
%28.26

CMYK color model

#AC9E82 color CMYK value is (0,8,24,33).

  • cyan value is 0.00%
  • magenta value is 8.14%
  • yellow value is 24.42%
  • key color value is 32.55%
CMYK:
(0,8,24,33)
C0M8Y24K33 
(0%,8%,24%,33%)
(0.00/0.08/0.24/0.33)	

CMYK percentages

%0
%8.14
%24.42
%32.55

Codes

Color #AC9E82 in popluar color models

AC9E82
RGB172158130
HSL40°20.19%59.22%
HSB/HSV40°24.42%67.45%
CMYK0.00%8.14%24.42%
32.55%

Color #AC9E82 in popluar number systems.

HEXAC9E82
Decimal172158130
Binary101011001001111010000010
Octal254236202

Shades and tints

Shades of #AC9E82

#AC9E82
(172,158,130)
#9D9077
(157,144,119)
#8E826C
(142,130,108)
#7F7461
(127,116,97)
#706656
(112,102,86)
#61584B
(97,88,75)
#524A40
(82,74,64)
#433C35
(67,60,53)
#342E2A
(52,46,42)
#25201F
(37,32,31)
#161214
(22,18,20)
#000000
(0,0,0)

Tints of #AC9E82

#AC9E82
(172,158,130)
#B3A68D
(179,166,141)
#BAAE98
(186,174,152)
#C1B6A3
(193,182,163)
#C8BEAE
(200,190,174)
#CFC6B9
(207,198,185)
#D6CEC4
(214,206,196)
#DDD6CF
(221,214,207)
#E4DEDA
(228,222,218)
#EBE6E5
(235,230,229)
#F2EEF0
(242,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC9E82; }

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

This text font color is #AC9E82.


Background Color

.myBgColor { background-color: #AC9E82; }

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

This div background color is #AC9E82.


Border color

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

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

This div border color is #AC9E82.


Opacity

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

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

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

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

This text has shadow with #AC9E82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC9E82 on black background.


Color preview on white background

This text has color #AC9E82 on white background.



Black color preview on #AC9E82 background

This text has black color on #AC9E82 background.


White color preview on #AC9E82 background

This text has white color on #AC9E82 background.