COLOR #AC8676

HEX: #AC8676
RGB: (172,134,118)

Color info

#AC8676 contains red, green and blue colors in about the same proportion. Web safe color of #AC8676 is #999966 (or #996).

RGB color model

#AC8676 color RGB value is (172,134,118).

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

RGB channels and saturation

R 172 of 255 = 67%
G 134 of 255 = 53%
B 118 of 255 = 46%

172
134
118

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

Portions of RGB colors in percentages

R + G + B =
172 + 134 + 118 = 424 (100%)
R 172 of 424 ~ 40.57%
G 134 of 424 ~ 31.6%
B 118 of 424 ~ 27.83%

%40.57
%31.6
%27.83

CMYK color model

#AC8676 color CMYK value is (0,22,31,33).

  • cyan value is 0.00%
  • magenta value is 22.09%
  • yellow value is 31.40%
  • key color value is 32.55%
CMYK:
(0,22,31,33)
C0M22Y31K33 
(0%,22%,31%,33%)
(0.00/0.22/0.31/0.33)	

CMYK percentages

%0
%22.09
%31.4
%32.55

Codes

Color #AC8676 in popluar color models

AC8676
RGB172134118
HSL18°24.55%56.86%
HSB/HSV18°31.40%67.45%
CMYK0.00%22.09%31.40%
32.55%

Color #AC8676 in popluar number systems.

HEXAC8676
Decimal172134118
Binary10101100100001101110110
Octal254206166

Shades and tints

Shades of #AC8676

#AC8676
(172,134,118)
#9D7A6C
(157,122,108)
#8E6E62
(142,110,98)
#7F6258
(127,98,88)
#70564E
(112,86,78)
#614A44
(97,74,68)
#523E3A
(82,62,58)
#433230
(67,50,48)
#342626
(52,38,38)
#251A1C
(37,26,28)
#160E12
(22,14,18)
#000000
(0,0,0)

Tints of #AC8676

#AC8676
(172,134,118)
#B39182
(179,145,130)
#BA9C8E
(186,156,142)
#C1A79A
(193,167,154)
#C8B2A6
(200,178,166)
#CFBDB2
(207,189,178)
#D6C8BE
(214,200,190)
#DDD3CA
(221,211,202)
#E4DED6
(228,222,214)
#EBE9E2
(235,233,226)
#F2F4EE
(242,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC8676; }

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

This text font color is #AC8676.


Background Color

.myBgColor { background-color: #AC8676; }

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

This div background color is #AC8676.


Border color

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

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

This div border color is #AC8676.


Opacity

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

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

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

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

This text has shadow with #AC8676 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC8676 on black background.


Color preview on white background

This text has color #AC8676 on white background.



Black color preview on #AC8676 background

This text has black color on #AC8676 background.


White color preview on #AC8676 background

This text has white color on #AC8676 background.