COLOR #AC8F94

HEX: #AC8F94
RGB: (172,143,148)

Color info

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

RGB color model

#AC8F94 color RGB value is (172,143,148).

  • red value is 172;
  • green value is 143;
  • blue value is 148.
RGB:
(172,143,148)
(67%,56%,58%)

RGB channels and saturation

R 172 of 255 = 67%
G 143 of 255 = 56%
B 148 of 255 = 58%

172
143
148

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

Portions of RGB colors in percentages

R + G + B =
172 + 143 + 148 = 463 (100%)
R 172 of 463 ~ 37.15%
G 143 of 463 ~ 30.89%
B 148 of 463 ~ 31.97%

%37.15
%30.89
%31.97

CMYK color model

#AC8F94 color CMYK value is (0,17,14,33).

  • cyan value is 0.00%
  • magenta value is 16.86%
  • yellow value is 13.95%
  • key color value is 32.55%
CMYK:
(0,17,14,33)
C0M17Y14K33 
(0%,17%,14%,33%)
(0.00/0.17/0.14/0.33)	

CMYK percentages

%0
%16.86
%13.95
%32.55

Codes

Color #AC8F94 in popluar color models

AC8F94
RGB172143148
HSL350°14.87%61.76%
HSB/HSV350°16.86%67.45%
CMYK0.00%16.86%13.95%
32.55%

Color #AC8F94 in popluar number systems.

HEXAC8F94
Decimal172143148
Binary101011001000111110010100
Octal254217224

Shades and tints

Shades of #AC8F94

#AC8F94
(172,143,148)
#9D8287
(157,130,135)
#8E757A
(142,117,122)
#7F686D
(127,104,109)
#705B60
(112,91,96)
#614E53
(97,78,83)
#524146
(82,65,70)
#433439
(67,52,57)
#34272C
(52,39,44)
#251A1F
(37,26,31)
#160D12
(22,13,18)
#000000
(0,0,0)

Tints of #AC8F94

#AC8F94
(172,143,148)
#B3999D
(179,153,157)
#BAA3A6
(186,163,166)
#C1ADAF
(193,173,175)
#C8B7B8
(200,183,184)
#CFC1C1
(207,193,193)
#D6CBCA
(214,203,202)
#DDD5D3
(221,213,211)
#E4DFDC
(228,223,220)
#EBE9E5
(235,233,229)
#F2F3EE
(242,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC8F94 color. Also use rgb(172,143,148) instead hex code.

Text Font Color

.myTextColor { color: #AC8F94; }

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

This text font color is #AC8F94.


Background Color

.myBgColor { background-color: #AC8F94; }

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

This div background color is #AC8F94.


Border color

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

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

This div border color is #AC8F94.


Opacity

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

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

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

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

This text has shadow with #AC8F94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC8F94 on black background.


Color preview on white background

This text has color #AC8F94 on white background.



Black color preview on #AC8F94 background

This text has black color on #AC8F94 background.


White color preview on #AC8F94 background

This text has white color on #AC8F94 background.