COLOR #AC8A4A

HEX: #AC8A4A
RGB: (172,138,74)

Color info

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

RGB color model

#AC8A4A color RGB value is (172,138,74).

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

RGB channels and saturation

R 172 of 255 = 67%
G 138 of 255 = 54%
B 74 of 255 = 29%

172
138
74

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

Portions of RGB colors in percentages

R + G + B =
172 + 138 + 74 = 384 (100%)
R 172 of 384 ~ 44.79%
G 138 of 384 ~ 35.94%
B 74 of 384 ~ 19.27%

%44.79
%35.94
%19.27

CMYK color model

#AC8A4A color CMYK value is (0,20,57,33).

  • cyan value is 0.00%
  • magenta value is 19.77%
  • yellow value is 56.98%
  • key color value is 32.55%
CMYK:
(0,20,57,33)
C0M20Y57K33 
(0%,20%,57%,33%)
(0.00/0.20/0.57/0.33)	

CMYK percentages

%0
%19.77
%56.98
%32.55

Codes

Color #AC8A4A in popluar color models

AC8A4A
RGB17213874
HSL39°39.84%48.24%
HSB/HSV39°56.98%67.45%
CMYK0.00%19.77%56.98%
32.55%

Color #AC8A4A in popluar number systems.

HEXAC8A4A
Decimal17213874
Binary10101100100010101001010
Octal254212112

Shades and tints

Shades of #AC8A4A

#AC8A4A
(172,138,74)
#9D7E44
(157,126,68)
#8E723E
(142,114,62)
#7F6638
(127,102,56)
#705A32
(112,90,50)
#614E2C
(97,78,44)
#524226
(82,66,38)
#433620
(67,54,32)
#342A1A
(52,42,26)
#251E14
(37,30,20)
#16120E
(22,18,14)
#000000
(0,0,0)

Tints of #AC8A4A

#AC8A4A
(172,138,74)
#B3945A
(179,148,90)
#BA9E6A
(186,158,106)
#C1A87A
(193,168,122)
#C8B28A
(200,178,138)
#CFBC9A
(207,188,154)
#D6C6AA
(214,198,170)
#DDD0BA
(221,208,186)
#E4DACA
(228,218,202)
#EBE4DA
(235,228,218)
#F2EEEA
(242,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC8A4A; }

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

This text font color is #AC8A4A.


Background Color

.myBgColor { background-color: #AC8A4A; }

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

This div background color is #AC8A4A.


Border color

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

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

This div border color is #AC8A4A.


Opacity

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

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

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

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

This text has shadow with #AC8A4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC8A4A on black background.


Color preview on white background

This text has color #AC8A4A on white background.



Black color preview on #AC8A4A background

This text has black color on #AC8A4A background.


White color preview on #AC8A4A background

This text has white color on #AC8A4A background.