COLOR #ACAD93

HEX: #ACAD93
RGB: (172,173,147)

Color info

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

RGB color model

#ACAD93 color RGB value is (172,173,147).

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

RGB channels and saturation

R 172 of 255 = 67%
G 173 of 255 = 68%
B 147 of 255 = 58%

172
173
147

R + G + B ~ 64%. #ACAD93 is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 173 + 147 = 492 (100%)
R 172 of 492 ~ 34.96%
G 173 of 492 ~ 35.16%
B 147 of 492 ~ 29.88%

%34.96
%35.16
%29.88

CMYK color model

#ACAD93 color CMYK value is (1,0,15,32).

  • cyan value is 0.58%
  • magenta value is 0.00%
  • yellow value is 15.03%
  • key color value is 32.16%
CMYK: (1,0,15,32) C1M0Y15K32 (1%,0%,15%,32%) (0.01/0.00/0.15/0.32)

CMYK percentages

%0.58
%0
%15.03
%32.16

Codes

Color #ACAD93 in popluar color models

ACAD93
RGB172173147
HSL62°13.68%62.75%
HSB/HSV62°15.03%67.84%
CMYK0.58%0.00%15.03%
32.16%

Color #ACAD93 in popluar number systems.

HEXACAD93
Decimal172173147
Binary101011001010110110010011
Octal254255223

Shades and tints

Shades of #ACAD93

#ACAD93
(172,173,147)
#9D9E86
(157,158,134)
#8E8F79
(142,143,121)
#7F806C
(127,128,108)
#70715F
(112,113,95)
#616252
(97,98,82)
#525345
(82,83,69)
#434438
(67,68,56)
#34352B
(52,53,43)
#25261E
(37,38,30)
#161711
(22,23,17)
#000000
(0,0,0)

Tints of #ACAD93

#ACAD93
(172,173,147)
#B3B49C
(179,180,156)
#BABBA5
(186,187,165)
#C1C2AE
(193,194,174)
#C8C9B7
(200,201,183)
#CFD0C0
(207,208,192)
#D6D7C9
(214,215,201)
#DDDED2
(221,222,210)
#E4E5DB
(228,229,219)
#EBECE4
(235,236,228)
#F2F3ED
(242,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACAD93; }

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

This text font color is #ACAD93.


Background Color

.myBgColor { background-color: #ACAD93; }

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

This div background color is #ACAD93.


Border color

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

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

This div border color is #ACAD93.


Opacity

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

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

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

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

This text has shadow with #ACAD93 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #ACAD93 on black background.


Color preview on white background

This text has color #ACAD93 on white background.



Black color preview on #ACAD93 background

This text has black color on #ACAD93 background.


White color preview on #ACAD93 background

This text has white color on #ACAD93 background.