COLOR #ACAD81

HEX: #ACAD81
RGB: (172,173,129)

Color info

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

RGB color model

#ACAD81 color RGB value is (172,173,129).

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

RGB channels and saturation

R 172 of 255 = 67%
G 173 of 255 = 68%
B 129 of 255 = 51%

172
173
129

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

Portions of RGB colors in percentages

R + G + B =
172 + 173 + 129 = 474 (100%)
R 172 of 474 ~ 36.29%
G 173 of 474 ~ 36.5%
B 129 of 474 ~ 27.22%

%36.29
%36.5
%27.22

CMYK color model

#ACAD81 color CMYK value is (1,0,25,32).

  • cyan value is 0.58%
  • magenta value is 0.00%
  • yellow value is 25.43%
  • key color value is 32.16%
CMYK:
(1,0,25,32)
C1M0Y25K32 
(1%,0%,25%,32%)
(0.01/0.00/0.25/0.32)	

CMYK percentages

%0.58
%0
%25.43
%32.16

Codes

Color #ACAD81 in popluar color models

ACAD81
RGB172173129
HSL61°21.15%59.22%
HSB/HSV61°25.43%67.84%
CMYK0.58%0.00%25.43%
32.16%

Color #ACAD81 in popluar number systems.

HEXACAD81
Decimal172173129
Binary101011001010110110000001
Octal254255201

Shades and tints

Shades of #ACAD81

#ACAD81
(172,173,129)
#9D9E76
(157,158,118)
#8E8F6B
(142,143,107)
#7F8060
(127,128,96)
#707155
(112,113,85)
#61624A
(97,98,74)
#52533F
(82,83,63)
#434434
(67,68,52)
#343529
(52,53,41)
#25261E
(37,38,30)
#161713
(22,23,19)
#000000
(0,0,0)

Tints of #ACAD81

#ACAD81
(172,173,129)
#B3B48C
(179,180,140)
#BABB97
(186,187,151)
#C1C2A2
(193,194,162)
#C8C9AD
(200,201,173)
#CFD0B8
(207,208,184)
#D6D7C3
(214,215,195)
#DDDECE
(221,222,206)
#E4E5D9
(228,229,217)
#EBECE4
(235,236,228)
#F2F3EF
(242,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACAD81; }

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

This text font color is #ACAD81.


Background Color

.myBgColor { background-color: #ACAD81; }

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

This div background color is #ACAD81.


Border color

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

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

This div border color is #ACAD81.


Opacity

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

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

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

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

This text has shadow with #ACAD81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACAD81 on black background.


Color preview on white background

This text has color #ACAD81 on white background.



Black color preview on #ACAD81 background

This text has black color on #ACAD81 background.


White color preview on #ACAD81 background

This text has white color on #ACAD81 background.