COLOR #AC8089

HEX: #AC8089
RGB: (172,128,137)

Color info

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

RGB color model

#AC8089 color RGB value is (172,128,137).

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

RGB channels and saturation

R 172 of 255 = 67%
G 128 of 255 = 50%
B 137 of 255 = 54%

172
128
137

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

Portions of RGB colors in percentages

R + G + B =
172 + 128 + 137 = 437 (100%)
R 172 of 437 ~ 39.36%
G 128 of 437 ~ 29.29%
B 137 of 437 ~ 31.35%

%39.36
%29.29
%31.35

CMYK color model

#AC8089 color CMYK value is (0,26,20,33).

  • cyan value is 0.00%
  • magenta value is 25.58%
  • yellow value is 20.35%
  • key color value is 32.55%
CMYK:
(0,26,20,33)
C0M26Y20K33 
(0%,26%,20%,33%)
(0.00/0.26/0.20/0.33)	

CMYK percentages

%0
%25.58
%20.35
%32.55

Codes

Color #AC8089 in popluar color models

AC8089
RGB172128137
HSL348°20.95%58.82%
HSB/HSV348°25.58%67.45%
CMYK0.00%25.58%20.35%
32.55%

Color #AC8089 in popluar number systems.

HEXAC8089
Decimal172128137
Binary101011001000000010001001
Octal254200211

Shades and tints

Shades of #AC8089

#AC8089
(172,128,137)
#9D757D
(157,117,125)
#8E6A71
(142,106,113)
#7F5F65
(127,95,101)
#705459
(112,84,89)
#61494D
(97,73,77)
#523E41
(82,62,65)
#433335
(67,51,53)
#342829
(52,40,41)
#251D1D
(37,29,29)
#161211
(22,18,17)
#000000
(0,0,0)

Tints of #AC8089

#AC8089
(172,128,137)
#B38B93
(179,139,147)
#BA969D
(186,150,157)
#C1A1A7
(193,161,167)
#C8ACB1
(200,172,177)
#CFB7BB
(207,183,187)
#D6C2C5
(214,194,197)
#DDCDCF
(221,205,207)
#E4D8D9
(228,216,217)
#EBE3E3
(235,227,227)
#F2EEED
(242,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC8089; }

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

This text font color is #AC8089.


Background Color

.myBgColor { background-color: #AC8089; }

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

This div background color is #AC8089.


Border color

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

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

This div border color is #AC8089.


Opacity

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

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

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

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

This text has shadow with #AC8089 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC8089 on black background.


Color preview on white background

This text has color #AC8089 on white background.



Black color preview on #AC8089 background

This text has black color on #AC8089 background.


White color preview on #AC8089 background

This text has white color on #AC8089 background.