COLOR #AC8A54

HEX: #AC8A54
RGB: (172,138,84)

Color info

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

RGB color model

#AC8A54 color RGB value is (172,138,84).

  • red value is 172;
  • green value is 138;
  • blue value is 84.
RGB:
(172,138,84)
(67%,54%,33%)

RGB channels and saturation

R 172 of 255 = 67%
G 138 of 255 = 54%
B 84 of 255 = 33%

172
138
84

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

Portions of RGB colors in percentages

R + G + B =
172 + 138 + 84 = 394 (100%)
R 172 of 394 ~ 43.65%
G 138 of 394 ~ 35.03%
B 84 of 394 ~ 21.32%

%43.65
%35.03
%21.32

CMYK color model

#AC8A54 color CMYK value is (0,20,51,33).

  • cyan value is 0.00%
  • magenta value is 19.77%
  • yellow value is 51.16%
  • key color value is 32.55%
CMYK:
(0,20,51,33)
C0M20Y51K33 
(0%,20%,51%,33%)
(0.00/0.20/0.51/0.33)	

CMYK percentages

%0
%19.77
%51.16
%32.55

Codes

Color #AC8A54 in popluar color models

AC8A54
RGB17213884
HSL37°34.65%50.20%
HSB/HSV37°51.16%67.45%
CMYK0.00%19.77%51.16%
32.55%

Color #AC8A54 in popluar number systems.

HEXAC8A54
Decimal17213884
Binary10101100100010101010100
Octal254212124

Shades and tints

Shades of #AC8A54

#AC8A54
(172,138,84)
#9D7E4D
(157,126,77)
#8E7246
(142,114,70)
#7F663F
(127,102,63)
#705A38
(112,90,56)
#614E31
(97,78,49)
#52422A
(82,66,42)
#433623
(67,54,35)
#342A1C
(52,42,28)
#251E15
(37,30,21)
#16120E
(22,18,14)
#000000
(0,0,0)

Tints of #AC8A54

#AC8A54
(172,138,84)
#B39463
(179,148,99)
#BA9E72
(186,158,114)
#C1A881
(193,168,129)
#C8B290
(200,178,144)
#CFBC9F
(207,188,159)
#D6C6AE
(214,198,174)
#DDD0BD
(221,208,189)
#E4DACC
(228,218,204)
#EBE4DB
(235,228,219)
#F2EEEA
(242,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC8A54 color. Also use rgb(172,138,84) instead hex code.

Text Font Color

.myTextColor { color: #AC8A54; }

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

This text font color is #AC8A54.


Background Color

.myBgColor { background-color: #AC8A54; }

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

This div background color is #AC8A54.


Border color

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

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

This div border color is #AC8A54.


Opacity

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

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

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

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

This text has shadow with #AC8A54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC8A54 on black background.


Color preview on white background

This text has color #AC8A54 on white background.



Black color preview on #AC8A54 background

This text has black color on #AC8A54 background.


White color preview on #AC8A54 background

This text has white color on #AC8A54 background.