COLOR #AC8878

HEX: #AC8878
RGB: (172,136,120)

Color info

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

RGB color model

#AC8878 color RGB value is (172,136,120).

  • red value is 172;
  • green value is 136;
  • blue value is 120.
RGB:
(172,136,120)
(67%,53%,47%)

RGB channels and saturation

R 172 of 255 = 67%
G 136 of 255 = 53%
B 120 of 255 = 47%

172
136
120

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

Portions of RGB colors in percentages

R + G + B =
172 + 136 + 120 = 428 (100%)
R 172 of 428 ~ 40.19%
G 136 of 428 ~ 31.78%
B 120 of 428 ~ 28.04%

%40.19
%31.78
%28.04

CMYK color model

#AC8878 color CMYK value is (0,21,30,33).

  • cyan value is 0.00%
  • magenta value is 20.93%
  • yellow value is 30.23%
  • key color value is 32.55%
CMYK:
(0,21,30,33)
C0M21Y30K33 
(0%,21%,30%,33%)
(0.00/0.21/0.30/0.33)	

CMYK percentages

%0
%20.93
%30.23
%32.55

Codes

Color #AC8878 in popluar color models

AC8878
RGB172136120
HSL18°23.85%57.25%
HSB/HSV18°30.23%67.45%
CMYK0.00%20.93%30.23%
32.55%

Color #AC8878 in popluar number systems.

HEXAC8878
Decimal172136120
Binary10101100100010001111000
Octal254210170

Shades and tints

Shades of #AC8878

#AC8878
(172,136,120)
#9D7C6E
(157,124,110)
#8E7064
(142,112,100)
#7F645A
(127,100,90)
#705850
(112,88,80)
#614C46
(97,76,70)
#52403C
(82,64,60)
#433432
(67,52,50)
#342828
(52,40,40)
#251C1E
(37,28,30)
#161014
(22,16,20)
#000000
(0,0,0)

Tints of #AC8878

#AC8878
(172,136,120)
#B39284
(179,146,132)
#BA9C90
(186,156,144)
#C1A69C
(193,166,156)
#C8B0A8
(200,176,168)
#CFBAB4
(207,186,180)
#D6C4C0
(214,196,192)
#DDCECC
(221,206,204)
#E4D8D8
(228,216,216)
#EBE2E4
(235,226,228)
#F2ECF0
(242,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC8878 color. Also use rgb(172,136,120) instead hex code.

Text Font Color

.myTextColor { color: #AC8878; }

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

This text font color is #AC8878.


Background Color

.myBgColor { background-color: #AC8878; }

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

This div background color is #AC8878.


Border color

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

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

This div border color is #AC8878.


Opacity

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

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

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

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

This text has shadow with #AC8878 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC8878 on black background.


Color preview on white background

This text has color #AC8878 on white background.



Black color preview on #AC8878 background

This text has black color on #AC8878 background.


White color preview on #AC8878 background

This text has white color on #AC8878 background.