COLOR #ACAEA4

HEX: #ACAEA4 RGB: (172,174,164)

Color info

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

RGB color model

#ACAEA4 color RGB value is (172,174,164).

RGB: (172,174,164) (67%, 68%, 64%)

RGB channels and saturation

R 172 of 255 = 67%
G 174 of 255 = 68%
B 164 of 255 = 64%

172
174
164

R + G + B ~ 66%. #ACAEA4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 172 + 174 + 164 = 510 (100%)
R 172 of 510 ~ 33.73%
G 174 of 510 ~ 34.12%
B 164 of 510 ~ 32.16'%

%33.73
%34.12
%32.16

CMYK color model

#ACAEA4 color CMYK value is (1,0,6,32).

  • cyan value is 1.15%
  • magenta value is 0.00%
  • yellow value is 5.75%
  • key color value is 31.76%

CMYK: (1,0,6,32)
C1M0Y6K32 (1%, 0%, 6%, 32%)
(0.01 / 0.00 / 0.06 / 0.32)

CMYK percentages

%1.15
%0
%5.75
%31.76

Codes

Color #ACAEA4 in popluar color models

AC AE A4
RGB 172 174 164
HSL 72° 5.81% 66.27%
HSB/HSV 72° 5.75% 68.24%
CMYK 1.15% 0.00% 5.75%
31.76%

Color #ACAEA4 in popluar number systems.

HEX AC AE A4
Decimal 172 174 164
Binary 10101100 10101110 10100100
Octal 254 256 244

Shades and tints

Shades of #ACAEA4

#ACAEA4
(172,174,164)
#9D9F96
(157,159,150)
#8E9088
(142,144,136)
#7F817A
(127,129,122)
#70726C
(112,114,108)
#61635E
(97,99,94)
#525450
(82,84,80)
#434542
(67,69,66)
#343634
(52,54,52)
#252726
(37,39,38)
#161818
(22,24,24)
#000000
(0,0,0)

Tints of #ACAEA4

#ACAEA4
(172,174,164)
#B3B5AC
(179,181,172)
#BABCB4
(186,188,180)
#C1C3BC
(193,195,188)
#C8CAC4
(200,202,196)
#CFD1CC
(207,209,204)
#D6D8D4
(214,216,212)
#DDDFDC
(221,223,220)
#E4E6E4
(228,230,228)
#EBEDEC
(235,237,236)
#F2F4F4
(242,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACAEA4; }

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

This text font color is #ACAEA4.

Background Color

.myBgColor { background-color: #ACAEA4; }

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

This div background color is #ACAEA4.

Border color

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

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

This div border color is #ACAEA4.

Opacity

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

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

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

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

This text has shadow with #ACAEA4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACAEA4.

Preview

Color preview on black background

This text has color #ACAEA4 on black background.


Color preview on white background

This text has color #ACAEA4 on white background.


Black color preview on #ACAEA4 background

This text has black color on #ACAEA4 background.


White color preview on #ACAEA4 background

This text has white color on #ACAEA4 background.


Related colors

Complementary color

Complementary color for #hex is #53515B.


I love getcolorcode.com

Triadic colors

1 #A4ACAE and #AEA4AC with #ACAEA4 are triadic colors.

2 #A4AEAC and #AEACA4 with #ACAEA4 are triadic colors.