COLOR #ACAD84

HEX: #ACAD84
RGB: (172,173,132)

Color info

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

RGB color model

#ACAD84 color RGB value is (172,173,132).

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

RGB channels and saturation

R 172 of 255 = 67%
G 173 of 255 = 68%
B 132 of 255 = 52%

172
173
132

R + G + B ~ 62%. #ACAD84 is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 173 + 132 = 477 (100%)
R 172 of 477 ~ 36.06%
G 173 of 477 ~ 36.27%
B 132 of 477 ~ 27.67%

%36.06
%36.27
%27.67

CMYK color model

#ACAD84 color CMYK value is (1,0,24,32).

  • cyan value is 0.58%
  • magenta value is 0.00%
  • yellow value is 23.70%
  • key color value is 32.16%
CMYK:
(1,0,24,32)
C1M0Y24K32 
(1%,0%,24%,32%)
(0.01/0.00/0.24/0.32)	

CMYK percentages

%0.58
%0
%23.7
%32.16

Codes

Color #ACAD84 in popluar color models

ACAD84
RGB172173132
HSL61°20.00%59.80%
HSB/HSV61°23.70%67.84%
CMYK0.58%0.00%23.70%
32.16%

Color #ACAD84 in popluar number systems.

HEXACAD84
Decimal172173132
Binary101011001010110110000100
Octal254255204

Shades and tints

Shades of #ACAD84

#ACAD84
(172,173,132)
#9D9E78
(157,158,120)
#8E8F6C
(142,143,108)
#7F8060
(127,128,96)
#707154
(112,113,84)
#616248
(97,98,72)
#52533C
(82,83,60)
#434430
(67,68,48)
#343524
(52,53,36)
#252618
(37,38,24)
#16170C
(22,23,12)
#000000
(0,0,0)

Tints of #ACAD84

#ACAD84
(172,173,132)
#B3B48F
(179,180,143)
#BABB9A
(186,187,154)
#C1C2A5
(193,194,165)
#C8C9B0
(200,201,176)
#CFD0BB
(207,208,187)
#D6D7C6
(214,215,198)
#DDDED1
(221,222,209)
#E4E5DC
(228,229,220)
#EBECE7
(235,236,231)
#F2F3F2
(242,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACAD84; }

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

This text font color is #ACAD84.


Background Color

.myBgColor { background-color: #ACAD84; }

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

This div background color is #ACAD84.


Border color

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

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

This div border color is #ACAD84.


Opacity

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

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

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

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

This text has shadow with #ACAD84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACAD84 on black background.


Color preview on white background

This text has color #ACAD84 on white background.



Black color preview on #ACAD84 background

This text has black color on #ACAD84 background.


White color preview on #ACAD84 background

This text has white color on #ACAD84 background.