COLOR #AC8E81

HEX: #AC8E81
RGB: (172,142,129)

Color info

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

RGB color model

#AC8E81 color RGB value is (172,142,129).

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

RGB channels and saturation

R 172 of 255 = 67%
G 142 of 255 = 56%
B 129 of 255 = 51%

172
142
129

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

Portions of RGB colors in percentages

R + G + B =
172 + 142 + 129 = 443 (100%)
R 172 of 443 ~ 38.83%
G 142 of 443 ~ 32.05%
B 129 of 443 ~ 29.12%

%38.83
%32.05
%29.12

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 17.44%
  • yellow value is 25.00%
  • key color value is 32.55%
CMYK:
(0,17,25,33)
C0M17Y25K33 
(0%,17%,25%,33%)
(0.00/0.17/0.25/0.33)	

CMYK percentages

%0
%17.44
%25
%32.55

Codes

Color #AC8E81 in popluar color models

AC8E81
RGB172142129
HSL18°20.57%59.02%
HSB/HSV18°25.00%67.45%
CMYK0.00%17.44%25.00%
32.55%

Color #AC8E81 in popluar number systems.

HEXAC8E81
Decimal172142129
Binary101011001000111010000001
Octal254216201

Shades and tints

Shades of #AC8E81

#AC8E81
(172,142,129)
#9D8276
(157,130,118)
#8E766B
(142,118,107)
#7F6A60
(127,106,96)
#705E55
(112,94,85)
#61524A
(97,82,74)
#52463F
(82,70,63)
#433A34
(67,58,52)
#342E29
(52,46,41)
#25221E
(37,34,30)
#161613
(22,22,19)
#000000
(0,0,0)

Tints of #AC8E81

#AC8E81
(172,142,129)
#B3988C
(179,152,140)
#BAA297
(186,162,151)
#C1ACA2
(193,172,162)
#C8B6AD
(200,182,173)
#CFC0B8
(207,192,184)
#D6CAC3
(214,202,195)
#DDD4CE
(221,212,206)
#E4DED9
(228,222,217)
#EBE8E4
(235,232,228)
#F2F2EF
(242,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC8E81; }

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

This text font color is #AC8E81.


Background Color

.myBgColor { background-color: #AC8E81; }

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

This div background color is #AC8E81.


Border color

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

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

This div border color is #AC8E81.


Opacity

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

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

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

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

This text has shadow with #AC8E81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC8E81 on black background.


Color preview on white background

This text has color #AC8E81 on white background.



Black color preview on #AC8E81 background

This text has black color on #AC8E81 background.


White color preview on #AC8E81 background

This text has white color on #AC8E81 background.