COLOR #AC858F

HEX: #AC858F
RGB: (172,133,143)

Color info

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

RGB color model

#AC858F color RGB value is (172,133,143).

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

RGB channels and saturation

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

172
133
143

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

Portions of RGB colors in percentages

R + G + B =
172 + 133 + 143 = 448 (100%)
R 172 of 448 ~ 38.39%
G 133 of 448 ~ 29.69%
B 143 of 448 ~ 31.92%

%38.39
%29.69
%31.92

CMYK color model

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

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

CMYK percentages

%0
%22.67
%16.86
%32.55

Codes

Color #AC858F in popluar color models

AC858F
RGB172133143
HSL345°19.02%59.80%
HSB/HSV345°22.67%67.45%
CMYK0.00%22.67%16.86%
32.55%

Color #AC858F in popluar number systems.

HEXAC858F
Decimal172133143
Binary101011001000010110001111
Octal254205217

Shades and tints

Shades of #AC858F

#AC858F
(172,133,143)
#9D7982
(157,121,130)
#8E6D75
(142,109,117)
#7F6168
(127,97,104)
#70555B
(112,85,91)
#61494E
(97,73,78)
#523D41
(82,61,65)
#433134
(67,49,52)
#342527
(52,37,39)
#25191A
(37,25,26)
#160D0D
(22,13,13)
#000000
(0,0,0)

Tints of #AC858F

#AC858F
(172,133,143)
#B39099
(179,144,153)
#BA9BA3
(186,155,163)
#C1A6AD
(193,166,173)
#C8B1B7
(200,177,183)
#CFBCC1
(207,188,193)
#D6C7CB
(214,199,203)
#DDD2D5
(221,210,213)
#E4DDDF
(228,221,223)
#EBE8E9
(235,232,233)
#F2F3F3
(242,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC858F; }

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

This text font color is #AC858F.


Background Color

.myBgColor { background-color: #AC858F; }

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

This div background color is #AC858F.


Border color

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

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

This div border color is #AC858F.


Opacity

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

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

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

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

This text has shadow with #AC858F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC858F on black background.


Color preview on white background

This text has color #AC858F on white background.



Black color preview on #AC858F background

This text has black color on #AC858F background.


White color preview on #AC858F background

This text has white color on #AC858F background.