COLOR #AC8A6B

HEX: #AC8A6B
RGB: (172,138,107)

Color info

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

RGB color model

#AC8A6B color RGB value is (172,138,107).

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

RGB channels and saturation

R 172 of 255 = 67%
G 138 of 255 = 54%
B 107 of 255 = 42%

172
138
107

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

Portions of RGB colors in percentages

R + G + B =
172 + 138 + 107 = 417 (100%)
R 172 of 417 ~ 41.25%
G 138 of 417 ~ 33.09%
B 107 of 417 ~ 25.66%

%41.25
%33.09
%25.66

CMYK color model

#AC8A6B color CMYK value is (0,20,38,33).

  • cyan value is 0.00%
  • magenta value is 19.77%
  • yellow value is 37.79%
  • key color value is 32.55%
CMYK:
(0,20,38,33)
C0M20Y38K33 
(0%,20%,38%,33%)
(0.00/0.20/0.38/0.33)	

CMYK percentages

%0
%19.77
%37.79
%32.55

Codes

Color #AC8A6B in popluar color models

AC8A6B
RGB172138107
HSL29°28.14%54.71%
HSB/HSV29°37.79%67.45%
CMYK0.00%19.77%37.79%
32.55%

Color #AC8A6B in popluar number systems.

HEXAC8A6B
Decimal172138107
Binary10101100100010101101011
Octal254212153

Shades and tints

Shades of #AC8A6B

#AC8A6B
(172,138,107)
#9D7E62
(157,126,98)
#8E7259
(142,114,89)
#7F6650
(127,102,80)
#705A47
(112,90,71)
#614E3E
(97,78,62)
#524235
(82,66,53)
#43362C
(67,54,44)
#342A23
(52,42,35)
#251E1A
(37,30,26)
#161211
(22,18,17)
#000000
(0,0,0)

Tints of #AC8A6B

#AC8A6B
(172,138,107)
#B39478
(179,148,120)
#BA9E85
(186,158,133)
#C1A892
(193,168,146)
#C8B29F
(200,178,159)
#CFBCAC
(207,188,172)
#D6C6B9
(214,198,185)
#DDD0C6
(221,208,198)
#E4DAD3
(228,218,211)
#EBE4E0
(235,228,224)
#F2EEED
(242,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC8A6B; }

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

This text font color is #AC8A6B.


Background Color

.myBgColor { background-color: #AC8A6B; }

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

This div background color is #AC8A6B.


Border color

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

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

This div border color is #AC8A6B.


Opacity

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

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

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

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

This text has shadow with #AC8A6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC8A6B on black background.


Color preview on white background

This text has color #AC8A6B on white background.



Black color preview on #AC8A6B background

This text has black color on #AC8A6B background.


White color preview on #AC8A6B background

This text has white color on #AC8A6B background.