COLOR #ACAE8C

HEX: #ACAE8C
RGB: (172,174,140)

Color info

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

RGB color model

#ACAE8C color RGB value is (172,174,140).

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

RGB channels and saturation

R 172 of 255 = 67%
G 174 of 255 = 68%
B 140 of 255 = 55%

172
174
140

R + G + B ~ 63%. #ACAE8C is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 174 + 140 = 486 (100%)
R 172 of 486 ~ 35.39%
G 174 of 486 ~ 35.8%
B 140 of 486 ~ 28.81%

%35.39
%35.8
%28.81

CMYK color model

#ACAE8C color CMYK value is (1,0,20,32).

  • cyan value is 1.15%
  • magenta value is 0.00%
  • yellow value is 19.54%
  • key color value is 31.76%
CMYK:
(1,0,20,32)
C1M0Y20K32 
(1%,0%,20%,32%)
(0.01/0.00/0.20/0.32)	

CMYK percentages

%1.15
%0
%19.54
%31.76

Codes

Color #ACAE8C in popluar color models

ACAE8C
RGB172174140
HSL64°17.35%61.57%
HSB/HSV64°19.54%68.24%
CMYK1.15%0.00%19.54%
31.76%

Color #ACAE8C in popluar number systems.

HEXACAE8C
Decimal172174140
Binary101011001010111010001100
Octal254256214

Shades and tints

Shades of #ACAE8C

#ACAE8C
(172,174,140)
#9D9F80
(157,159,128)
#8E9074
(142,144,116)
#7F8168
(127,129,104)
#70725C
(112,114,92)
#616350
(97,99,80)
#525444
(82,84,68)
#434538
(67,69,56)
#34362C
(52,54,44)
#252720
(37,39,32)
#161814
(22,24,20)
#000000
(0,0,0)

Tints of #ACAE8C

#ACAE8C
(172,174,140)
#B3B596
(179,181,150)
#BABCA0
(186,188,160)
#C1C3AA
(193,195,170)
#C8CAB4
(200,202,180)
#CFD1BE
(207,209,190)
#D6D8C8
(214,216,200)
#DDDFD2
(221,223,210)
#E4E6DC
(228,230,220)
#EBEDE6
(235,237,230)
#F2F4F0
(242,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACAE8C; }

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

This text font color is #ACAE8C.


Background Color

.myBgColor { background-color: #ACAE8C; }

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

This div background color is #ACAE8C.


Border color

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

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

This div border color is #ACAE8C.


Opacity

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

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

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

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

This text has shadow with #ACAE8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACAE8C on black background.


Color preview on white background

This text has color #ACAE8C on white background.



Black color preview on #ACAE8C background

This text has black color on #ACAE8C background.


White color preview on #ACAE8C background

This text has white color on #ACAE8C background.