COLOR #ACA4A4

HEX: #ACA4A4
RGB: (172,164,164)

Color info

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

RGB color model

#ACA4A4 color RGB value is (172,164,164).

  • red value is 172;
  • green value is 164;
  • blue value is 164.
RGB:
(172,164,164)
(67%,64%,64%)

RGB channels and saturation

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

172
164
164

R + G + B ~ 65%. #ACA4A4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 164 + 164 = 500 (100%)
R 172 of 500 ~ 34.4%
G 164 of 500 ~ 32.8%
B 164 of 500 ~ 32.8%

%34.4
%32.8
%32.8

CMYK color model

#ACA4A4 color CMYK value is (0,5,5,33).

  • cyan value is 0.00%
  • magenta value is 4.65%
  • yellow value is 4.65%
  • key color value is 32.55%
CMYK:
(0,5,5,33)
C0M5Y5K33 
(0%,5%,5%,33%)
(0.00/0.05/0.05/0.33)	

CMYK percentages

%0
%4.65
%4.65
%32.55

Codes

Color #ACA4A4 in popluar color models

ACA4A4
RGB172164164
HSL4.60%65.88%
HSB/HSV4.65%67.45%
CMYK0.00%4.65%4.65%
32.55%

Color #ACA4A4 in popluar number systems.

HEXACA4A4
Decimal172164164
Binary101011001010010010100100
Octal254244244

Shades and tints

Shades of #ACA4A4

#ACA4A4
(172,164,164)
#9D9696
(157,150,150)
#8E8888
(142,136,136)
#7F7A7A
(127,122,122)
#706C6C
(112,108,108)
#615E5E
(97,94,94)
#525050
(82,80,80)
#434242
(67,66,66)
#343434
(52,52,52)
#252626
(37,38,38)
#161818
(22,24,24)
#000000
(0,0,0)

Tints of #ACA4A4

#ACA4A4
(172,164,164)
#B3ACAC
(179,172,172)
#BAB4B4
(186,180,180)
#C1BCBC
(193,188,188)
#C8C4C4
(200,196,196)
#CFCCCC
(207,204,204)
#D6D4D4
(214,212,212)
#DDDCDC
(221,220,220)
#E4E4E4
(228,228,228)
#EBECEC
(235,236,236)
#F2F4F4
(242,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACA4A4; }

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

This text font color is #ACA4A4.


Background Color

.myBgColor { background-color: #ACA4A4; }

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

This div background color is #ACA4A4.


Border color

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

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

This div border color is #ACA4A4.


Opacity

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

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

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

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

This text has shadow with #ACA4A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACA4A4 on black background.


Color preview on white background

This text has color #ACA4A4 on white background.



Black color preview on #ACA4A4 background

This text has black color on #ACA4A4 background.


White color preview on #ACA4A4 background

This text has white color on #ACA4A4 background.