COLOR #ACAE73

HEX: #ACAE73
RGB: (172,174,115)

Color info

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

RGB color model

#ACAE73 color RGB value is (172,174,115).

  • red value is 172;
  • green value is 174;
  • blue value is 115.
RGB:
(172,174,115)
(67%,68%,45%)

RGB channels and saturation

R 172 of 255 = 67%
G 174 of 255 = 68%
B 115 of 255 = 45%

172
174
115

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

Portions of RGB colors in percentages

R + G + B =
172 + 174 + 115 = 461 (100%)
R 172 of 461 ~ 37.31%
G 174 of 461 ~ 37.74%
B 115 of 461 ~ 24.95%

%37.31
%37.74
%24.95

CMYK color model

#ACAE73 color CMYK value is (1,0,34,32).

  • cyan value is 1.15%
  • magenta value is 0.00%
  • yellow value is 33.91%
  • key color value is 31.76%
CMYK:
(1,0,34,32)
C1M0Y34K32 
(1%,0%,34%,32%)
(0.01/0.00/0.34/0.32)	

CMYK percentages

%1.15
%0
%33.91
%31.76

Codes

Color #ACAE73 in popluar color models

ACAE73
RGB172174115
HSL62°26.70%56.67%
HSB/HSV62°33.91%68.24%
CMYK1.15%0.00%33.91%
31.76%

Color #ACAE73 in popluar number systems.

HEXACAE73
Decimal172174115
Binary10101100101011101110011
Octal254256163

Shades and tints

Shades of #ACAE73

#ACAE73
(172,174,115)
#9D9F69
(157,159,105)
#8E905F
(142,144,95)
#7F8155
(127,129,85)
#70724B
(112,114,75)
#616341
(97,99,65)
#525437
(82,84,55)
#43452D
(67,69,45)
#343623
(52,54,35)
#252719
(37,39,25)
#16180F
(22,24,15)
#000000
(0,0,0)

Tints of #ACAE73

#ACAE73
(172,174,115)
#B3B57F
(179,181,127)
#BABC8B
(186,188,139)
#C1C397
(193,195,151)
#C8CAA3
(200,202,163)
#CFD1AF
(207,209,175)
#D6D8BB
(214,216,187)
#DDDFC7
(221,223,199)
#E4E6D3
(228,230,211)
#EBEDDF
(235,237,223)
#F2F4EB
(242,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACAE73 color. Also use rgb(172,174,115) instead hex code.

Text Font Color

.myTextColor { color: #ACAE73; }

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

This text font color is #ACAE73.


Background Color

.myBgColor { background-color: #ACAE73; }

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

This div background color is #ACAE73.


Border color

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

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

This div border color is #ACAE73.


Opacity

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

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

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

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

This text has shadow with #ACAE73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACAE73 on black background.


Color preview on white background

This text has color #ACAE73 on white background.



Black color preview on #ACAE73 background

This text has black color on #ACAE73 background.


White color preview on #ACAE73 background

This text has white color on #ACAE73 background.