COLOR #AC8087

HEX: #AC8087
RGB: (172,128,135)

Color info

#AC8087 contains red, green and blue colors in about the same proportion. Web safe color of #AC8087 is #996699 (or #969).

RGB color model

#AC8087 color RGB value is (172,128,135).

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

RGB channels and saturation

R 172 of 255 = 67%
G 128 of 255 = 50%
B 135 of 255 = 53%

172
128
135

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

Portions of RGB colors in percentages

R + G + B =
172 + 128 + 135 = 435 (100%)
R 172 of 435 ~ 39.54%
G 128 of 435 ~ 29.43%
B 135 of 435 ~ 31.03%

%39.54
%29.43
%31.03

CMYK color model

#AC8087 color CMYK value is (0,26,22,33).

  • cyan value is 0.00%
  • magenta value is 25.58%
  • yellow value is 21.51%
  • key color value is 32.55%
CMYK:
(0,26,22,33)
C0M26Y22K33 
(0%,26%,22%,33%)
(0.00/0.26/0.22/0.33)	

CMYK percentages

%0
%25.58
%21.51
%32.55

Codes

Color #AC8087 in popluar color models

AC8087
RGB172128135
HSL350°20.95%58.82%
HSB/HSV350°25.58%67.45%
CMYK0.00%25.58%21.51%
32.55%

Color #AC8087 in popluar number systems.

HEXAC8087
Decimal172128135
Binary101011001000000010000111
Octal254200207

Shades and tints

Shades of #AC8087

#AC8087
(172,128,135)
#9D757B
(157,117,123)
#8E6A6F
(142,106,111)
#7F5F63
(127,95,99)
#705457
(112,84,87)
#61494B
(97,73,75)
#523E3F
(82,62,63)
#433333
(67,51,51)
#342827
(52,40,39)
#251D1B
(37,29,27)
#16120F
(22,18,15)
#000000
(0,0,0)

Tints of #AC8087

#AC8087
(172,128,135)
#B38B91
(179,139,145)
#BA969B
(186,150,155)
#C1A1A5
(193,161,165)
#C8ACAF
(200,172,175)
#CFB7B9
(207,183,185)
#D6C2C3
(214,194,195)
#DDCDCD
(221,205,205)
#E4D8D7
(228,216,215)
#EBE3E1
(235,227,225)
#F2EEEB
(242,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC8087; }

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

This text font color is #AC8087.


Background Color

.myBgColor { background-color: #AC8087; }

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

This div background color is #AC8087.


Border color

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

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

This div border color is #AC8087.


Opacity

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

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

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

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

This text has shadow with #AC8087 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC8087 on black background.


Color preview on white background

This text has color #AC8087 on white background.



Black color preview on #AC8087 background

This text has black color on #AC8087 background.


White color preview on #AC8087 background

This text has white color on #AC8087 background.