COLOR #AC8E80

HEX: #AC8E80
RGB: (172,142,128)

Color info

#AC8E80 contains red, green and blue colors in about the same proportion. Web safe color of #AC8E80 is #999966 (or #996).

RGB color model

#AC8E80 color RGB value is (172,142,128).

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

RGB channels and saturation

R 172 of 255 = 67%
G 142 of 255 = 56%
B 128 of 255 = 50%

172
142
128

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

Portions of RGB colors in percentages

R + G + B =
172 + 142 + 128 = 442 (100%)
R 172 of 442 ~ 38.91%
G 142 of 442 ~ 32.13%
B 128 of 442 ~ 28.96%

%38.91
%32.13
%28.96

CMYK color model

#AC8E80 color CMYK value is (0,17,26,33).

  • cyan value is 0.00%
  • magenta value is 17.44%
  • yellow value is 25.58%
  • key color value is 32.55%
CMYK:
(0,17,26,33)
C0M17Y26K33 
(0%,17%,26%,33%)
(0.00/0.17/0.26/0.33)	

CMYK percentages

%0
%17.44
%25.58
%32.55

Codes

Color #AC8E80 in popluar color models

AC8E80
RGB172142128
HSL19°20.95%58.82%
HSB/HSV19°25.58%67.45%
CMYK0.00%17.44%25.58%
32.55%

Color #AC8E80 in popluar number systems.

HEXAC8E80
Decimal172142128
Binary101011001000111010000000
Octal254216200

Shades and tints

Shades of #AC8E80

#AC8E80
(172,142,128)
#9D8275
(157,130,117)
#8E766A
(142,118,106)
#7F6A5F
(127,106,95)
#705E54
(112,94,84)
#615249
(97,82,73)
#52463E
(82,70,62)
#433A33
(67,58,51)
#342E28
(52,46,40)
#25221D
(37,34,29)
#161612
(22,22,18)
#000000
(0,0,0)

Tints of #AC8E80

#AC8E80
(172,142,128)
#B3988B
(179,152,139)
#BAA296
(186,162,150)
#C1ACA1
(193,172,161)
#C8B6AC
(200,182,172)
#CFC0B7
(207,192,183)
#D6CAC2
(214,202,194)
#DDD4CD
(221,212,205)
#E4DED8
(228,222,216)
#EBE8E3
(235,232,227)
#F2F2EE
(242,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC8E80; }

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

This text font color is #AC8E80.


Background Color

.myBgColor { background-color: #AC8E80; }

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

This div background color is #AC8E80.


Border color

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

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

This div border color is #AC8E80.


Opacity

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

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

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

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

This text has shadow with #AC8E80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC8E80 on black background.


Color preview on white background

This text has color #AC8E80 on white background.



Black color preview on #AC8E80 background

This text has black color on #AC8E80 background.


White color preview on #AC8E80 background

This text has white color on #AC8E80 background.