COLOR #AC858D

HEX: #AC858D RGB: (172,133,141)

Color info

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

RGB color model

#AC858D color RGB value is (172,133,141).

RGB: (172,133,141) (67%, 52%, 55%)

RGB channels and saturation

R 172 of 255 = 67%
G 133 of 255 = 52%
B 141 of 255 = 55%

172
133
141

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

Portions of RGB colors in percentages

R + G + B = 172 + 133 + 141 = 446 (100%)
R 172 of 446 ~ 38.57%
G 133 of 446 ~ 29.82%
B 141 of 446 ~ 31.61'%

%38.57
%29.82
%31.61

CMYK color model

#AC858D color CMYK value is (0,23,18,33).

  • cyan value is 0.00%
  • magenta value is 22.67%
  • yellow value is 18.02%
  • key color value is 32.55%

CMYK: (0,23,18,33)
C0M23Y18K33 (0%, 23%, 18%, 33%)
(0.00 / 0.23 / 0.18 / 0.33)

CMYK percentages

%0
%22.67
%18.02
%32.55

Codes

Color #AC858D in popluar color models

AC 85 8D
RGB 172 133 141
HSL 348° 19.02% 59.80%
HSB/HSV 348° 22.67% 67.45%
CMYK 0.00% 22.67% 18.02%
32.55%

Color #AC858D in popluar number systems.

HEX AC 85 8D
Decimal 172 133 141
Binary 10101100 10000101 10001101
Octal 254 205 215

Shades and tints

Shades of #AC858D

#AC858D
(172,133,141)
#9D7981
(157,121,129)
#8E6D75
(142,109,117)
#7F6169
(127,97,105)
#70555D
(112,85,93)
#614951
(97,73,81)
#523D45
(82,61,69)
#433139
(67,49,57)
#34252D
(52,37,45)
#251921
(37,25,33)
#160D15
(22,13,21)
#000000
(0,0,0)

Tints of #AC858D

#AC858D
(172,133,141)
#B39097
(179,144,151)
#BA9BA1
(186,155,161)
#C1A6AB
(193,166,171)
#C8B1B5
(200,177,181)
#CFBCBF
(207,188,191)
#D6C7C9
(214,199,201)
#DDD2D3
(221,210,211)
#E4DDDD
(228,221,221)
#EBE8E7
(235,232,231)
#F2F3F1
(242,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC858D; }

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

This text font color is #AC858D.

Background Color

.myBgColor { background-color: #AC858D; }

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

This div background color is #AC858D.

Border color

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

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

This div border color is #AC858D.

Opacity

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

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

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

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

This text has shadow with #AC858D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AC858D.

Preview

Color preview on black background

This text has color #AC858D on black background.


Color preview on white background

This text has color #AC858D on white background.


Black color preview on #AC858D background

This text has black color on #AC858D background.


White color preview on #AC858D background

This text has white color on #AC858D background.


Related colors

Complementary color

Complementary color for #hex is #537A72.


I love getcolorcode.com

Triadic colors

1 #8DAC85 and #858DAC with #AC858D are triadic colors.

2 #8D85AC and #85AC8D with #AC858D are triadic colors.