COLOR #AC8639

HEX: #AC8639
RGB: (172,134,57)

Color info

#AC8639 contains mainly red and green colors. Web safe color of #AC8639 is #999933 (or #993).

RGB color model

#AC8639 color RGB value is (172,134,57).

  • red value is 172;
  • green value is 134;
  • blue value is 57.
RGB:
(172,134,57)
(67%,53%,22%)

RGB channels and saturation

R 172 of 255 = 67%
G 134 of 255 = 53%
B 57 of 255 = 22%

172
134
57

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

Portions of RGB colors in percentages

R + G + B =
172 + 134 + 57 = 363 (100%)
R 172 of 363 ~ 47.38%
G 134 of 363 ~ 36.91%
B 57 of 363 ~ 15.7%

%47.38
%36.91
%15.7

CMYK color model

#AC8639 color CMYK value is (0,22,67,33).

  • cyan value is 0.00%
  • magenta value is 22.09%
  • yellow value is 66.86%
  • key color value is 32.55%
CMYK:
(0,22,67,33)
C0M22Y67K33 
(0%,22%,67%,33%)
(0.00/0.22/0.67/0.33)	

CMYK percentages

%0
%22.09
%66.86
%32.55

Codes

Color #AC8639 in popluar color models

AC8639
RGB17213457
HSL40°50.22%44.90%
HSB/HSV40°66.86%67.45%
CMYK0.00%22.09%66.86%
32.55%

Color #AC8639 in popluar number systems.

HEXAC8639
Decimal17213457
Binary1010110010000110111001
Octal25420671

Shades and tints

Shades of #AC8639

#AC8639
(172,134,57)
#9D7A34
(157,122,52)
#8E6E2F
(142,110,47)
#7F622A
(127,98,42)
#705625
(112,86,37)
#614A20
(97,74,32)
#523E1B
(82,62,27)
#433216
(67,50,22)
#342611
(52,38,17)
#251A0C
(37,26,12)
#160E07
(22,14,7)
#000000
(0,0,0)

Tints of #AC8639

#AC8639
(172,134,57)
#B3914B
(179,145,75)
#BA9C5D
(186,156,93)
#C1A76F
(193,167,111)
#C8B281
(200,178,129)
#CFBD93
(207,189,147)
#D6C8A5
(214,200,165)
#DDD3B7
(221,211,183)
#E4DEC9
(228,222,201)
#EBE9DB
(235,233,219)
#F2F4ED
(242,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC8639 color. Also use rgb(172,134,57) instead hex code.

Text Font Color

.myTextColor { color: #AC8639; }

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

This text font color is #AC8639.


Background Color

.myBgColor { background-color: #AC8639; }

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

This div background color is #AC8639.


Border color

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

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

This div border color is #AC8639.


Opacity

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

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

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

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

This text has shadow with #AC8639 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC8639 on black background.


Color preview on white background

This text has color #AC8639 on white background.



Black color preview on #AC8639 background

This text has black color on #AC8639 background.


White color preview on #AC8639 background

This text has white color on #AC8639 background.