COLOR #AC884E

HEX: #AC884E
RGB: (172,136,78)

Color info

#AC884E contains mainly red and green colors. Web safe color of #AC884E is #999966 (or #996).

RGB color model

#AC884E color RGB value is (172,136,78).

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

RGB channels and saturation

R 172 of 255 = 67%
G 136 of 255 = 53%
B 78 of 255 = 31%

172
136
78

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

Portions of RGB colors in percentages

R + G + B =
172 + 136 + 78 = 386 (100%)
R 172 of 386 ~ 44.56%
G 136 of 386 ~ 35.23%
B 78 of 386 ~ 20.21%

%44.56
%35.23
%20.21

CMYK color model

#AC884E color CMYK value is (0,21,55,33).

  • cyan value is 0.00%
  • magenta value is 20.93%
  • yellow value is 54.65%
  • key color value is 32.55%
CMYK:
(0,21,55,33)
C0M21Y55K33 
(0%,21%,55%,33%)
(0.00/0.21/0.55/0.33)	

CMYK percentages

%0
%20.93
%54.65
%32.55

Codes

Color #AC884E in popluar color models

AC884E
RGB17213678
HSL37°37.60%49.02%
HSB/HSV37°54.65%67.45%
CMYK0.00%20.93%54.65%
32.55%

Color #AC884E in popluar number systems.

HEXAC884E
Decimal17213678
Binary10101100100010001001110
Octal254210116

Shades and tints

Shades of #AC884E

#AC884E
(172,136,78)
#9D7C47
(157,124,71)
#8E7040
(142,112,64)
#7F6439
(127,100,57)
#705832
(112,88,50)
#614C2B
(97,76,43)
#524024
(82,64,36)
#43341D
(67,52,29)
#342816
(52,40,22)
#251C0F
(37,28,15)
#161008
(22,16,8)
#000000
(0,0,0)

Tints of #AC884E

#AC884E
(172,136,78)
#B3925E
(179,146,94)
#BA9C6E
(186,156,110)
#C1A67E
(193,166,126)
#C8B08E
(200,176,142)
#CFBA9E
(207,186,158)
#D6C4AE
(214,196,174)
#DDCEBE
(221,206,190)
#E4D8CE
(228,216,206)
#EBE2DE
(235,226,222)
#F2ECEE
(242,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC884E; }

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

This text font color is #AC884E.


Background Color

.myBgColor { background-color: #AC884E; }

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

This div background color is #AC884E.


Border color

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

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

This div border color is #AC884E.


Opacity

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

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

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

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

This text has shadow with #AC884E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC884E on black background.


Color preview on white background

This text has color #AC884E on white background.



Black color preview on #AC884E background

This text has black color on #AC884E background.


White color preview on #AC884E background

This text has white color on #AC884E background.