COLOR #ACA852

HEX: #ACA852
RGB: (172,168,82)

Color info

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

RGB color model

#ACA852 color RGB value is (172,168,82).

  • red value is 172;
  • green value is 168;
  • blue value is 82.
RGB:
(172,168,82)
(67%,66%,32%)

RGB channels and saturation

R 172 of 255 = 67%
G 168 of 255 = 66%
B 82 of 255 = 32%

172
168
82

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

Portions of RGB colors in percentages

R + G + B =
172 + 168 + 82 = 422 (100%)
R 172 of 422 ~ 40.76%
G 168 of 422 ~ 39.81%
B 82 of 422 ~ 19.43%

%40.76
%39.81
%19.43

CMYK color model

#ACA852 color CMYK value is (0,2,52,33).

  • cyan value is 0.00%
  • magenta value is 2.33%
  • yellow value is 52.33%
  • key color value is 32.55%
CMYK:
(0,2,52,33)
C0M2Y52K33 
(0%,2%,52%,33%)
(0.00/0.02/0.52/0.33)	

CMYK percentages

%0
%2.33
%52.33
%32.55

Codes

Color #ACA852 in popluar color models

ACA852
RGB17216882
HSL57°35.43%49.80%
HSB/HSV57°52.33%67.45%
CMYK0.00%2.33%52.33%
32.55%

Color #ACA852 in popluar number systems.

HEXACA852
Decimal17216882
Binary10101100101010001010010
Octal254250122

Shades and tints

Shades of #ACA852

#ACA852
(172,168,82)
#9D994B
(157,153,75)
#8E8A44
(142,138,68)
#7F7B3D
(127,123,61)
#706C36
(112,108,54)
#615D2F
(97,93,47)
#524E28
(82,78,40)
#433F21
(67,63,33)
#34301A
(52,48,26)
#252113
(37,33,19)
#16120C
(22,18,12)
#000000
(0,0,0)

Tints of #ACA852

#ACA852
(172,168,82)
#B3AF61
(179,175,97)
#BAB670
(186,182,112)
#C1BD7F
(193,189,127)
#C8C48E
(200,196,142)
#CFCB9D
(207,203,157)
#D6D2AC
(214,210,172)
#DDD9BB
(221,217,187)
#E4E0CA
(228,224,202)
#EBE7D9
(235,231,217)
#F2EEE8
(242,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACA852 color. Also use rgb(172,168,82) instead hex code.

Text Font Color

.myTextColor { color: #ACA852; }

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

This text font color is #ACA852.


Background Color

.myBgColor { background-color: #ACA852; }

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

This div background color is #ACA852.


Border color

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

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

This div border color is #ACA852.


Opacity

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

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

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

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

This text has shadow with #ACA852 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACA852 on black background.


Color preview on white background

This text has color #ACA852 on white background.



Black color preview on #ACA852 background

This text has black color on #ACA852 background.


White color preview on #ACA852 background

This text has white color on #ACA852 background.