COLOR #ACA176

HEX: #ACA176
RGB: (172,161,118)

Color info

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

RGB color model

#ACA176 color RGB value is (172,161,118).

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

RGB channels and saturation

R 172 of 255 = 67%
G 161 of 255 = 63%
B 118 of 255 = 46%

172
161
118

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

Portions of RGB colors in percentages

R + G + B =
172 + 161 + 118 = 451 (100%)
R 172 of 451 ~ 38.14%
G 161 of 451 ~ 35.7%
B 118 of 451 ~ 26.16%

%38.14
%35.7
%26.16

CMYK color model

#ACA176 color CMYK value is (0,6,31,33).

  • cyan value is 0.00%
  • magenta value is 6.40%
  • yellow value is 31.40%
  • key color value is 32.55%
CMYK:
(0,6,31,33)
C0M6Y31K33 
(0%,6%,31%,33%)
(0.00/0.06/0.31/0.33)	

CMYK percentages

%0
%6.4
%31.4
%32.55

Codes

Color #ACA176 in popluar color models

ACA176
RGB172161118
HSL48°24.55%56.86%
HSB/HSV48°31.40%67.45%
CMYK0.00%6.40%31.40%
32.55%

Color #ACA176 in popluar number systems.

HEXACA176
Decimal172161118
Binary10101100101000011110110
Octal254241166

Shades and tints

Shades of #ACA176

#ACA176
(172,161,118)
#9D936C
(157,147,108)
#8E8562
(142,133,98)
#7F7758
(127,119,88)
#70694E
(112,105,78)
#615B44
(97,91,68)
#524D3A
(82,77,58)
#433F30
(67,63,48)
#343126
(52,49,38)
#25231C
(37,35,28)
#161512
(22,21,18)
#000000
(0,0,0)

Tints of #ACA176

#ACA176
(172,161,118)
#B3A982
(179,169,130)
#BAB18E
(186,177,142)
#C1B99A
(193,185,154)
#C8C1A6
(200,193,166)
#CFC9B2
(207,201,178)
#D6D1BE
(214,209,190)
#DDD9CA
(221,217,202)
#E4E1D6
(228,225,214)
#EBE9E2
(235,233,226)
#F2F1EE
(242,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACA176; }

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

This text font color is #ACA176.


Background Color

.myBgColor { background-color: #ACA176; }

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

This div background color is #ACA176.


Border color

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

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

This div border color is #ACA176.


Opacity

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

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

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

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

This text has shadow with #ACA176 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACA176 on black background.


Color preview on white background

This text has color #ACA176 on white background.



Black color preview on #ACA176 background

This text has black color on #ACA176 background.


White color preview on #ACA176 background

This text has white color on #ACA176 background.