COLOR #AC8B64

HEX: #AC8B64
RGB: (172,139,100)

Color info

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

RGB color model

#AC8B64 color RGB value is (172,139,100).

  • red value is 172;
  • green value is 139;
  • blue value is 100.
RGB:
(172,139,100)
(67%,55%,39%)

RGB channels and saturation

R 172 of 255 = 67%
G 139 of 255 = 55%
B 100 of 255 = 39%

172
139
100

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

Portions of RGB colors in percentages

R + G + B =
172 + 139 + 100 = 411 (100%)
R 172 of 411 ~ 41.85%
G 139 of 411 ~ 33.82%
B 100 of 411 ~ 24.33%

%41.85
%33.82
%24.33

CMYK color model

#AC8B64 color CMYK value is (0,19,42,33).

  • cyan value is 0.00%
  • magenta value is 19.19%
  • yellow value is 41.86%
  • key color value is 32.55%
CMYK:
(0,19,42,33)
C0M19Y42K33 
(0%,19%,42%,33%)
(0.00/0.19/0.42/0.33)	

CMYK percentages

%0
%19.19
%41.86
%32.55

Codes

Color #AC8B64 in popluar color models

AC8B64
RGB172139100
HSL33°30.25%53.33%
HSB/HSV33°41.86%67.45%
CMYK0.00%19.19%41.86%
32.55%

Color #AC8B64 in popluar number systems.

HEXAC8B64
Decimal172139100
Binary10101100100010111100100
Octal254213144

Shades and tints

Shades of #AC8B64

#AC8B64
(172,139,100)
#9D7F5B
(157,127,91)
#8E7352
(142,115,82)
#7F6749
(127,103,73)
#705B40
(112,91,64)
#614F37
(97,79,55)
#52432E
(82,67,46)
#433725
(67,55,37)
#342B1C
(52,43,28)
#251F13
(37,31,19)
#16130A
(22,19,10)
#000000
(0,0,0)

Tints of #AC8B64

#AC8B64
(172,139,100)
#B39572
(179,149,114)
#BA9F80
(186,159,128)
#C1A98E
(193,169,142)
#C8B39C
(200,179,156)
#CFBDAA
(207,189,170)
#D6C7B8
(214,199,184)
#DDD1C6
(221,209,198)
#E4DBD4
(228,219,212)
#EBE5E2
(235,229,226)
#F2EFF0
(242,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC8B64 color. Also use rgb(172,139,100) instead hex code.

Text Font Color

.myTextColor { color: #AC8B64; }

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

This text font color is #AC8B64.


Background Color

.myBgColor { background-color: #AC8B64; }

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

This div background color is #AC8B64.


Border color

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

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

This div border color is #AC8B64.


Opacity

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

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

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

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

This text has shadow with #AC8B64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC8B64 on black background.


Color preview on white background

This text has color #AC8B64 on white background.



Black color preview on #AC8B64 background

This text has black color on #AC8B64 background.


White color preview on #AC8B64 background

This text has white color on #AC8B64 background.