COLOR #AC8B85

HEX: #AC8B85
RGB: (172,139,133)

Color info

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

RGB color model

#AC8B85 color RGB value is (172,139,133).

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

RGB channels and saturation

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

172
139
133

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

Portions of RGB colors in percentages

R + G + B =
172 + 139 + 133 = 444 (100%)
R 172 of 444 ~ 38.74%
G 139 of 444 ~ 31.31%
B 133 of 444 ~ 29.95%

%38.74
%31.31
%29.95

CMYK color model

#AC8B85 color CMYK value is (0,19,23,33).

  • cyan value is 0.00%
  • magenta value is 19.19%
  • yellow value is 22.67%
  • key color value is 32.55%
CMYK:
(0,19,23,33)
C0M19Y23K33 
(0%,19%,23%,33%)
(0.00/0.19/0.23/0.33)	

CMYK percentages

%0
%19.19
%22.67
%32.55

Codes

Color #AC8B85 in popluar color models

AC8B85
RGB172139133
HSL19.02%59.80%
HSB/HSV22.67%67.45%
CMYK0.00%19.19%22.67%
32.55%

Color #AC8B85 in popluar number systems.

HEXAC8B85
Decimal172139133
Binary101011001000101110000101
Octal254213205

Shades and tints

Shades of #AC8B85

#AC8B85
(172,139,133)
#9D7F79
(157,127,121)
#8E736D
(142,115,109)
#7F6761
(127,103,97)
#705B55
(112,91,85)
#614F49
(97,79,73)
#52433D
(82,67,61)
#433731
(67,55,49)
#342B25
(52,43,37)
#251F19
(37,31,25)
#16130D
(22,19,13)
#000000
(0,0,0)

Tints of #AC8B85

#AC8B85
(172,139,133)
#B39590
(179,149,144)
#BA9F9B
(186,159,155)
#C1A9A6
(193,169,166)
#C8B3B1
(200,179,177)
#CFBDBC
(207,189,188)
#D6C7C7
(214,199,199)
#DDD1D2
(221,209,210)
#E4DBDD
(228,219,221)
#EBE5E8
(235,229,232)
#F2EFF3
(242,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC8B85; }

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

This text font color is #AC8B85.


Background Color

.myBgColor { background-color: #AC8B85; }

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

This div background color is #AC8B85.


Border color

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

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

This div border color is #AC8B85.


Opacity

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

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

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

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

This text has shadow with #AC8B85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC8B85 on black background.


Color preview on white background

This text has color #AC8B85 on white background.



Black color preview on #AC8B85 background

This text has black color on #AC8B85 background.


White color preview on #AC8B85 background

This text has white color on #AC8B85 background.