COLOR #AC9584

HEX: #AC9584
RGB: (172,149,132)

Color info

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

RGB color model

#AC9584 color RGB value is (172,149,132).

  • red value is 172;
  • green value is 149;
  • blue value is 132.
RGB:
(172,149,132)
(67%,58%,52%)

RGB channels and saturation

R 172 of 255 = 67%
G 149 of 255 = 58%
B 132 of 255 = 52%

172
149
132

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

Portions of RGB colors in percentages

R + G + B =
172 + 149 + 132 = 453 (100%)
R 172 of 453 ~ 37.97%
G 149 of 453 ~ 32.89%
B 132 of 453 ~ 29.14%

%37.97
%32.89
%29.14

CMYK color model

#AC9584 color CMYK value is (0,13,23,33).

  • cyan value is 0.00%
  • magenta value is 13.37%
  • yellow value is 23.26%
  • key color value is 32.55%
CMYK:
(0,13,23,33)
C0M13Y23K33 
(0%,13%,23%,33%)
(0.00/0.13/0.23/0.33)	

CMYK percentages

%0
%13.37
%23.26
%32.55

Codes

Color #AC9584 in popluar color models

AC9584
RGB172149132
HSL26°19.42%59.61%
HSB/HSV26°23.26%67.45%
CMYK0.00%13.37%23.26%
32.55%

Color #AC9584 in popluar number systems.

HEXAC9584
Decimal172149132
Binary101011001001010110000100
Octal254225204

Shades and tints

Shades of #AC9584

#AC9584
(172,149,132)
#9D8878
(157,136,120)
#8E7B6C
(142,123,108)
#7F6E60
(127,110,96)
#706154
(112,97,84)
#615448
(97,84,72)
#52473C
(82,71,60)
#433A30
(67,58,48)
#342D24
(52,45,36)
#252018
(37,32,24)
#16130C
(22,19,12)
#000000
(0,0,0)

Tints of #AC9584

#AC9584
(172,149,132)
#B39E8F
(179,158,143)
#BAA79A
(186,167,154)
#C1B0A5
(193,176,165)
#C8B9B0
(200,185,176)
#CFC2BB
(207,194,187)
#D6CBC6
(214,203,198)
#DDD4D1
(221,212,209)
#E4DDDC
(228,221,220)
#EBE6E7
(235,230,231)
#F2EFF2
(242,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC9584 color. Also use rgb(172,149,132) instead hex code.

Text Font Color

.myTextColor { color: #AC9584; }

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

This text font color is #AC9584.


Background Color

.myBgColor { background-color: #AC9584; }

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

This div background color is #AC9584.


Border color

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

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

This div border color is #AC9584.


Opacity

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

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

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

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

This text has shadow with #AC9584 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC9584 on black background.


Color preview on white background

This text has color #AC9584 on white background.



Black color preview on #AC9584 background

This text has black color on #AC9584 background.


White color preview on #AC9584 background

This text has white color on #AC9584 background.