COLOR #AC8889

HEX: #AC8889
RGB: (172,136,137)

Color info

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

RGB color model

#AC8889 color RGB value is (172,136,137).

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

RGB channels and saturation

R 172 of 255 = 67%
G 136 of 255 = 53%
B 137 of 255 = 54%

172
136
137

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

Portions of RGB colors in percentages

R + G + B =
172 + 136 + 137 = 445 (100%)
R 172 of 445 ~ 38.65%
G 136 of 445 ~ 30.56%
B 137 of 445 ~ 30.79%

%38.65
%30.56
%30.79

CMYK color model

#AC8889 color CMYK value is (0,21,20,33).

  • cyan value is 0.00%
  • magenta value is 20.93%
  • yellow value is 20.35%
  • key color value is 32.55%
CMYK:
(0,21,20,33)
C0M21Y20K33 
(0%,21%,20%,33%)
(0.00/0.21/0.20/0.33)	

CMYK percentages

%0
%20.93
%20.35
%32.55

Codes

Color #AC8889 in popluar color models

AC8889
RGB172136137
HSL358°17.82%60.39%
HSB/HSV358°20.93%67.45%
CMYK0.00%20.93%20.35%
32.55%

Color #AC8889 in popluar number systems.

HEXAC8889
Decimal172136137
Binary101011001000100010001001
Octal254210211

Shades and tints

Shades of #AC8889

#AC8889
(172,136,137)
#9D7C7D
(157,124,125)
#8E7071
(142,112,113)
#7F6465
(127,100,101)
#705859
(112,88,89)
#614C4D
(97,76,77)
#524041
(82,64,65)
#433435
(67,52,53)
#342829
(52,40,41)
#251C1D
(37,28,29)
#161011
(22,16,17)
#000000
(0,0,0)

Tints of #AC8889

#AC8889
(172,136,137)
#B39293
(179,146,147)
#BA9C9D
(186,156,157)
#C1A6A7
(193,166,167)
#C8B0B1
(200,176,177)
#CFBABB
(207,186,187)
#D6C4C5
(214,196,197)
#DDCECF
(221,206,207)
#E4D8D9
(228,216,217)
#EBE2E3
(235,226,227)
#F2ECED
(242,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC8889; }

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

This text font color is #AC8889.


Background Color

.myBgColor { background-color: #AC8889; }

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

This div background color is #AC8889.


Border color

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

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

This div border color is #AC8889.


Opacity

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

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

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

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

This text has shadow with #AC8889 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC8889 on black background.


Color preview on white background

This text has color #AC8889 on white background.



Black color preview on #AC8889 background

This text has black color on #AC8889 background.


White color preview on #AC8889 background

This text has white color on #AC8889 background.