COLOR #AC8A8F

HEX: #AC8A8F RGB: (172,138,143)

Color info

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

RGB color model

#AC8A8F color RGB value is (172,138,143).

RGB: (172,138,143) (67%, 54%, 56%)

RGB channels and saturation

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

172
138
143

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

Portions of RGB colors in percentages

R + G + B = 172 + 138 + 143 = 453 (100%)
R 172 of 453 ~ 37.97%
G 138 of 453 ~ 30.46%
B 143 of 453 ~ 31.57'%

%37.97
%30.46
%31.57

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 19.77%
  • yellow value is 16.86%
  • key color value is 32.55%

CMYK: (0,20,17,33)
C0M20Y17K33 (0%, 20%, 17%, 33%)
(0.00 / 0.20 / 0.17 / 0.33)

CMYK percentages

%0
%19.77
%16.86
%32.55

Codes

Color #AC8A8F in popluar color models

AC 8A 8F
RGB 172 138 143
HSL 351° 17.00% 60.78%
HSB/HSV 351° 19.77% 67.45%
CMYK 0.00% 19.77% 16.86%
32.55%

Color #AC8A8F in popluar number systems.

HEX AC 8A 8F
Decimal 172 138 143
Binary 10101100 10001010 10001111
Octal 254 212 217

Shades and tints

Shades of #AC8A8F

#AC8A8F
(172,138,143)
#9D7E82
(157,126,130)
#8E7275
(142,114,117)
#7F6668
(127,102,104)
#705A5B
(112,90,91)
#614E4E
(97,78,78)
#524241
(82,66,65)
#433634
(67,54,52)
#342A27
(52,42,39)
#251E1A
(37,30,26)
#16120D
(22,18,13)
#000000
(0,0,0)

Tints of #AC8A8F

#AC8A8F
(172,138,143)
#B39499
(179,148,153)
#BA9EA3
(186,158,163)
#C1A8AD
(193,168,173)
#C8B2B7
(200,178,183)
#CFBCC1
(207,188,193)
#D6C6CB
(214,198,203)
#DDD0D5
(221,208,213)
#E4DADF
(228,218,223)
#EBE4E9
(235,228,233)
#F2EEF3
(242,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC8A8F; }

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

This text font color is #AC8A8F.

Background Color

.myBgColor { background-color: #AC8A8F; }

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

This div background color is #AC8A8F.

Border color

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

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

This div border color is #AC8A8F.

Opacity

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

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

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

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

This text has shadow with #AC8A8F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AC8A8F.

Preview

Color preview on black background

This text has color #AC8A8F on black background.


Color preview on white background

This text has color #AC8A8F on white background.


Black color preview on #AC8A8F background

This text has black color on #AC8A8F background.


White color preview on #AC8A8F background

This text has white color on #AC8A8F background.


Related colors

Complementary color

Complementary color for #hex is #537570.


I love getcolorcode.com

Triadic colors

1 #8FAC8A and #8A8FAC with #AC8A8F are triadic colors.

2 #8F8AAC and #8AAC8F with #AC8A8F are triadic colors.