COLOR #ACAD78

HEX: #ACAD78
RGB: (172,173,120)

Color info

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

RGB color model

#ACAD78 color RGB value is (172,173,120).

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

RGB channels and saturation

R 172 of 255 = 67%
G 173 of 255 = 68%
B 120 of 255 = 47%

172
173
120

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

Portions of RGB colors in percentages

R + G + B =
172 + 173 + 120 = 465 (100%)
R 172 of 465 ~ 36.99%
G 173 of 465 ~ 37.2%
B 120 of 465 ~ 25.81%

%36.99
%37.2
%25.81

CMYK color model

#ACAD78 color CMYK value is (1,0,31,32).

  • cyan value is 0.58%
  • magenta value is 0.00%
  • yellow value is 30.64%
  • key color value is 32.16%
CMYK:
(1,0,31,32)
C1M0Y31K32 
(1%,0%,31%,32%)
(0.01/0.00/0.31/0.32)	

CMYK percentages

%0.58
%0
%30.64
%32.16

Codes

Color #ACAD78 in popluar color models

ACAD78
RGB172173120
HSL61°24.42%57.45%
HSB/HSV61°30.64%67.84%
CMYK0.58%0.00%30.64%
32.16%

Color #ACAD78 in popluar number systems.

HEXACAD78
Decimal172173120
Binary10101100101011011111000
Octal254255170

Shades and tints

Shades of #ACAD78

#ACAD78
(172,173,120)
#9D9E6E
(157,158,110)
#8E8F64
(142,143,100)
#7F805A
(127,128,90)
#707150
(112,113,80)
#616246
(97,98,70)
#52533C
(82,83,60)
#434432
(67,68,50)
#343528
(52,53,40)
#25261E
(37,38,30)
#161714
(22,23,20)
#000000
(0,0,0)

Tints of #ACAD78

#ACAD78
(172,173,120)
#B3B484
(179,180,132)
#BABB90
(186,187,144)
#C1C29C
(193,194,156)
#C8C9A8
(200,201,168)
#CFD0B4
(207,208,180)
#D6D7C0
(214,215,192)
#DDDECC
(221,222,204)
#E4E5D8
(228,229,216)
#EBECE4
(235,236,228)
#F2F3F0
(242,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACAD78; }

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

This text font color is #ACAD78.


Background Color

.myBgColor { background-color: #ACAD78; }

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

This div background color is #ACAD78.


Border color

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

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

This div border color is #ACAD78.


Opacity

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

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

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

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

This text has shadow with #ACAD78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACAD78 on black background.


Color preview on white background

This text has color #ACAD78 on white background.



Black color preview on #ACAD78 background

This text has black color on #ACAD78 background.


White color preview on #ACAD78 background

This text has white color on #ACAD78 background.