COLOR #AC8A92

HEX: #AC8A92
RGB: (172,138,146)

Color info

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

RGB color model

#AC8A92 color RGB value is (172,138,146).

  • red value is 172;
  • green value is 138;
  • blue value is 146.
RGB:
(172,138,146)
(67%,54%,57%)

RGB channels and saturation

R 172 of 255 = 67%
G 138 of 255 = 54%
B 146 of 255 = 57%

172
138
146

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

Portions of RGB colors in percentages

R + G + B =
172 + 138 + 146 = 456 (100%)
R 172 of 456 ~ 37.72%
G 138 of 456 ~ 30.26%
B 146 of 456 ~ 32.02%

%37.72
%30.26
%32.02

CMYK color model

#AC8A92 color CMYK value is (0,20,15,33).

  • cyan value is 0.00%
  • magenta value is 19.77%
  • yellow value is 15.12%
  • key color value is 32.55%
CMYK:
(0,20,15,33)
C0M20Y15K33 
(0%,20%,15%,33%)
(0.00/0.20/0.15/0.33)	

CMYK percentages

%0
%19.77
%15.12
%32.55

Codes

Color #AC8A92 in popluar color models

AC8A92
RGB172138146
HSL346°17.00%60.78%
HSB/HSV346°19.77%67.45%
CMYK0.00%19.77%15.12%
32.55%

Color #AC8A92 in popluar number systems.

HEXAC8A92
Decimal172138146
Binary101011001000101010010010
Octal254212222

Shades and tints

Shades of #AC8A92

#AC8A92
(172,138,146)
#9D7E85
(157,126,133)
#8E7278
(142,114,120)
#7F666B
(127,102,107)
#705A5E
(112,90,94)
#614E51
(97,78,81)
#524244
(82,66,68)
#433637
(67,54,55)
#342A2A
(52,42,42)
#251E1D
(37,30,29)
#161210
(22,18,16)
#000000
(0,0,0)

Tints of #AC8A92

#AC8A92
(172,138,146)
#B3949B
(179,148,155)
#BA9EA4
(186,158,164)
#C1A8AD
(193,168,173)
#C8B2B6
(200,178,182)
#CFBCBF
(207,188,191)
#D6C6C8
(214,198,200)
#DDD0D1
(221,208,209)
#E4DADA
(228,218,218)
#EBE4E3
(235,228,227)
#F2EEEC
(242,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC8A92 color. Also use rgb(172,138,146) instead hex code.

Text Font Color

.myTextColor { color: #AC8A92; }

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

This text font color is #AC8A92.


Background Color

.myBgColor { background-color: #AC8A92; }

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

This div background color is #AC8A92.


Border color

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

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

This div border color is #AC8A92.


Opacity

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

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

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

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

This text has shadow with #AC8A92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC8A92 on black background.


Color preview on white background

This text has color #AC8A92 on white background.



Black color preview on #AC8A92 background

This text has black color on #AC8A92 background.


White color preview on #AC8A92 background

This text has white color on #AC8A92 background.