COLOR #AC8176

HEX: #AC8176
RGB: (172,129,118)

Color info

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

RGB color model

#AC8176 color RGB value is (172,129,118).

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

RGB channels and saturation

R 172 of 255 = 67%
G 129 of 255 = 51%
B 118 of 255 = 46%

172
129
118

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

Portions of RGB colors in percentages

R + G + B =
172 + 129 + 118 = 419 (100%)
R 172 of 419 ~ 41.05%
G 129 of 419 ~ 30.79%
B 118 of 419 ~ 28.16%

%41.05
%30.79
%28.16

CMYK color model

#AC8176 color CMYK value is (0,25,31,33).

  • cyan value is 0.00%
  • magenta value is 25.00%
  • yellow value is 31.40%
  • key color value is 32.55%
CMYK:
(0,25,31,33)
C0M25Y31K33 
(0%,25%,31%,33%)
(0.00/0.25/0.31/0.33)	

CMYK percentages

%0
%25
%31.4
%32.55

Codes

Color #AC8176 in popluar color models

AC8176
RGB172129118
HSL12°24.55%56.86%
HSB/HSV12°31.40%67.45%
CMYK0.00%25.00%31.40%
32.55%

Color #AC8176 in popluar number systems.

HEXAC8176
Decimal172129118
Binary10101100100000011110110
Octal254201166

Shades and tints

Shades of #AC8176

#AC8176
(172,129,118)
#9D766C
(157,118,108)
#8E6B62
(142,107,98)
#7F6058
(127,96,88)
#70554E
(112,85,78)
#614A44
(97,74,68)
#523F3A
(82,63,58)
#433430
(67,52,48)
#342926
(52,41,38)
#251E1C
(37,30,28)
#161312
(22,19,18)
#000000
(0,0,0)

Tints of #AC8176

#AC8176
(172,129,118)
#B38C82
(179,140,130)
#BA978E
(186,151,142)
#C1A29A
(193,162,154)
#C8ADA6
(200,173,166)
#CFB8B2
(207,184,178)
#D6C3BE
(214,195,190)
#DDCECA
(221,206,202)
#E4D9D6
(228,217,214)
#EBE4E2
(235,228,226)
#F2EFEE
(242,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC8176; }

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

This text font color is #AC8176.


Background Color

.myBgColor { background-color: #AC8176; }

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

This div background color is #AC8176.


Border color

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

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

This div border color is #AC8176.


Opacity

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

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

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

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

This text has shadow with #AC8176 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC8176 on black background.


Color preview on white background

This text has color #AC8176 on white background.



Black color preview on #AC8176 background

This text has black color on #AC8176 background.


White color preview on #AC8176 background

This text has white color on #AC8176 background.