COLOR #AC8F8F

HEX: #AC8F8F
RGB: (172,143,143)

Color info

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

RGB color model

#AC8F8F color RGB value is (172,143,143).

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

RGB channels and saturation

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

172
143
143

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

Portions of RGB colors in percentages

R + G + B =
172 + 143 + 143 = 458 (100%)
R 172 of 458 ~ 37.55%
G 143 of 458 ~ 31.22%
B 143 of 458 ~ 31.22%

%37.55
%31.22
%31.22

CMYK color model

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

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

CMYK percentages

%0
%16.86
%16.86
%32.55

Codes

Color #AC8F8F in popluar color models

AC8F8F
RGB172143143
HSL14.87%61.76%
HSB/HSV16.86%67.45%
CMYK0.00%16.86%16.86%
32.55%

Color #AC8F8F in popluar number systems.

HEXAC8F8F
Decimal172143143
Binary101011001000111110001111
Octal254217217

Shades and tints

Shades of #AC8F8F

#AC8F8F
(172,143,143)
#9D8282
(157,130,130)
#8E7575
(142,117,117)
#7F6868
(127,104,104)
#705B5B
(112,91,91)
#614E4E
(97,78,78)
#524141
(82,65,65)
#433434
(67,52,52)
#342727
(52,39,39)
#251A1A
(37,26,26)
#160D0D
(22,13,13)
#000000
(0,0,0)

Tints of #AC8F8F

#AC8F8F
(172,143,143)
#B39999
(179,153,153)
#BAA3A3
(186,163,163)
#C1ADAD
(193,173,173)
#C8B7B7
(200,183,183)
#CFC1C1
(207,193,193)
#D6CBCB
(214,203,203)
#DDD5D5
(221,213,213)
#E4DFDF
(228,223,223)
#EBE9E9
(235,233,233)
#F2F3F3
(242,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC8F8F; }

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

This text font color is #AC8F8F.


Background Color

.myBgColor { background-color: #AC8F8F; }

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

This div background color is #AC8F8F.


Border color

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

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

This div border color is #AC8F8F.


Opacity

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

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

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

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

This text has shadow with #AC8F8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC8F8F on black background.


Color preview on white background

This text has color #AC8F8F on white background.



Black color preview on #AC8F8F background

This text has black color on #AC8F8F background.


White color preview on #AC8F8F background

This text has white color on #AC8F8F background.