COLOR #ACA784

HEX: #ACA784
RGB: (172,167,132)

Color info

#ACA784 contains red, green and blue colors in about the same proportion. Web safe color of #ACA784 is #999999 (or #999).

RGB color model

#ACA784 color RGB value is (172,167,132).

  • red value is 172;
  • green value is 167;
  • blue value is 132.
RGB:
(172,167,132)
(67%,65%,52%)

RGB channels and saturation

R 172 of 255 = 67%
G 167 of 255 = 65%
B 132 of 255 = 52%

172
167
132

R + G + B ~ 61%. #ACA784 is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 167 + 132 = 471 (100%)
R 172 of 471 ~ 36.52%
G 167 of 471 ~ 35.46%
B 132 of 471 ~ 28.03%

%36.52
%35.46
%28.03

CMYK color model

#ACA784 color CMYK value is (0,3,23,33).

  • cyan value is 0.00%
  • magenta value is 2.91%
  • yellow value is 23.26%
  • key color value is 32.55%
CMYK:
(0,3,23,33)
C0M3Y23K33 
(0%,3%,23%,33%)
(0.00/0.03/0.23/0.33)	

CMYK percentages

%0
%2.91
%23.26
%32.55

Codes

Color #ACA784 in popluar color models

ACA784
RGB172167132
HSL53°19.42%59.61%
HSB/HSV53°23.26%67.45%
CMYK0.00%2.91%23.26%
32.55%

Color #ACA784 in popluar number systems.

HEXACA784
Decimal172167132
Binary101011001010011110000100
Octal254247204

Shades and tints

Shades of #ACA784

#ACA784
(172,167,132)
#9D9878
(157,152,120)
#8E896C
(142,137,108)
#7F7A60
(127,122,96)
#706B54
(112,107,84)
#615C48
(97,92,72)
#524D3C
(82,77,60)
#433E30
(67,62,48)
#342F24
(52,47,36)
#252018
(37,32,24)
#16110C
(22,17,12)
#000000
(0,0,0)

Tints of #ACA784

#ACA784
(172,167,132)
#B3AF8F
(179,175,143)
#BAB79A
(186,183,154)
#C1BFA5
(193,191,165)
#C8C7B0
(200,199,176)
#CFCFBB
(207,207,187)
#D6D7C6
(214,215,198)
#DDDFD1
(221,223,209)
#E4E7DC
(228,231,220)
#EBEFE7
(235,239,231)
#F2F7F2
(242,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACA784 color. Also use rgb(172,167,132) instead hex code.

Text Font Color

.myTextColor { color: #ACA784; }

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

This text font color is #ACA784.


Background Color

.myBgColor { background-color: #ACA784; }

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

This div background color is #ACA784.


Border color

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

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

This div border color is #ACA784.


Opacity

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

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

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

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

This text has shadow with #ACA784 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACA784 on black background.


Color preview on white background

This text has color #ACA784 on white background.



Black color preview on #ACA784 background

This text has black color on #ACA784 background.


White color preview on #ACA784 background

This text has white color on #ACA784 background.