COLOR #AC9087

HEX: #AC9087
RGB: (172,144,135)

Color info

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

RGB color model

#AC9087 color RGB value is (172,144,135).

  • red value is 172;
  • green value is 144;
  • blue value is 135.
RGB:
(172,144,135)
(67%,56%,53%)

RGB channels and saturation

R 172 of 255 = 67%
G 144 of 255 = 56%
B 135 of 255 = 53%

172
144
135

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

Portions of RGB colors in percentages

R + G + B =
172 + 144 + 135 = 451 (100%)
R 172 of 451 ~ 38.14%
G 144 of 451 ~ 31.93%
B 135 of 451 ~ 29.93%

%38.14
%31.93
%29.93

CMYK color model

#AC9087 color CMYK value is (0,16,22,33).

  • cyan value is 0.00%
  • magenta value is 16.28%
  • yellow value is 21.51%
  • key color value is 32.55%
CMYK:
(0,16,22,33)
C0M16Y22K33 
(0%,16%,22%,33%)
(0.00/0.16/0.22/0.33)	

CMYK percentages

%0
%16.28
%21.51
%32.55

Codes

Color #AC9087 in popluar color models

AC9087
RGB172144135
HSL15°18.23%60.20%
HSB/HSV15°21.51%67.45%
CMYK0.00%16.28%21.51%
32.55%

Color #AC9087 in popluar number systems.

HEXAC9087
Decimal172144135
Binary101011001001000010000111
Octal254220207

Shades and tints

Shades of #AC9087

#AC9087
(172,144,135)
#9D837B
(157,131,123)
#8E766F
(142,118,111)
#7F6963
(127,105,99)
#705C57
(112,92,87)
#614F4B
(97,79,75)
#52423F
(82,66,63)
#433533
(67,53,51)
#342827
(52,40,39)
#251B1B
(37,27,27)
#160E0F
(22,14,15)
#000000
(0,0,0)

Tints of #AC9087

#AC9087
(172,144,135)
#B39A91
(179,154,145)
#BAA49B
(186,164,155)
#C1AEA5
(193,174,165)
#C8B8AF
(200,184,175)
#CFC2B9
(207,194,185)
#D6CCC3
(214,204,195)
#DDD6CD
(221,214,205)
#E4E0D7
(228,224,215)
#EBEAE1
(235,234,225)
#F2F4EB
(242,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC9087 color. Also use rgb(172,144,135) instead hex code.

Text Font Color

.myTextColor { color: #AC9087; }

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

This text font color is #AC9087.


Background Color

.myBgColor { background-color: #AC9087; }

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

This div background color is #AC9087.


Border color

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

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

This div border color is #AC9087.


Opacity

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

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

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

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

This text has shadow with #AC9087 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC9087 on black background.


Color preview on white background

This text has color #AC9087 on white background.



Black color preview on #AC9087 background

This text has black color on #AC9087 background.


White color preview on #AC9087 background

This text has white color on #AC9087 background.