COLOR #AC8489

HEX: #AC8489
RGB: (172,132,137)

Color info

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

RGB color model

#AC8489 color RGB value is (172,132,137).

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

RGB channels and saturation

R 172 of 255 = 67%
G 132 of 255 = 52%
B 137 of 255 = 54%

172
132
137

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

Portions of RGB colors in percentages

R + G + B =
172 + 132 + 137 = 441 (100%)
R 172 of 441 ~ 39%
G 132 of 441 ~ 29.93%
B 137 of 441 ~ 31.07%

%39
%29.93
%31.07

CMYK color model

#AC8489 color CMYK value is (0,23,20,33).

  • cyan value is 0.00%
  • magenta value is 23.26%
  • yellow value is 20.35%
  • key color value is 32.55%
CMYK:
(0,23,20,33)
C0M23Y20K33 
(0%,23%,20%,33%)
(0.00/0.23/0.20/0.33)	

CMYK percentages

%0
%23.26
%20.35
%32.55

Codes

Color #AC8489 in popluar color models

AC8489
RGB172132137
HSL353°19.42%59.61%
HSB/HSV353°23.26%67.45%
CMYK0.00%23.26%20.35%
32.55%

Color #AC8489 in popluar number systems.

HEXAC8489
Decimal172132137
Binary101011001000010010001001
Octal254204211

Shades and tints

Shades of #AC8489

#AC8489
(172,132,137)
#9D787D
(157,120,125)
#8E6C71
(142,108,113)
#7F6065
(127,96,101)
#705459
(112,84,89)
#61484D
(97,72,77)
#523C41
(82,60,65)
#433035
(67,48,53)
#342429
(52,36,41)
#25181D
(37,24,29)
#160C11
(22,12,17)
#000000
(0,0,0)

Tints of #AC8489

#AC8489
(172,132,137)
#B38F93
(179,143,147)
#BA9A9D
(186,154,157)
#C1A5A7
(193,165,167)
#C8B0B1
(200,176,177)
#CFBBBB
(207,187,187)
#D6C6C5
(214,198,197)
#DDD1CF
(221,209,207)
#E4DCD9
(228,220,217)
#EBE7E3
(235,231,227)
#F2F2ED
(242,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC8489; }

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

This text font color is #AC8489.


Background Color

.myBgColor { background-color: #AC8489; }

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

This div background color is #AC8489.


Border color

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

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

This div border color is #AC8489.


Opacity

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

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

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

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

This text has shadow with #AC8489 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC8489 on black background.


Color preview on white background

This text has color #AC8489 on white background.



Black color preview on #AC8489 background

This text has black color on #AC8489 background.


White color preview on #AC8489 background

This text has white color on #AC8489 background.