COLOR #ACAAA4

HEX: #ACAAA4
RGB: (172,170,164)

Color info

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

RGB color model

#ACAAA4 color RGB value is (172,170,164).

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

RGB channels and saturation

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

172
170
164

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

Portions of RGB colors in percentages

R + G + B =
172 + 170 + 164 = 506 (100%)
R 172 of 506 ~ 33.99%
G 170 of 506 ~ 33.6%
B 164 of 506 ~ 32.41%

%33.99
%33.6
%32.41

CMYK color model

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

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

CMYK percentages

%0
%1.16
%4.65
%32.55

Codes

Color #ACAAA4 in popluar color models

ACAAA4
RGB172170164
HSL45°4.60%65.88%
HSB/HSV45°4.65%67.45%
CMYK0.00%1.16%4.65%
32.55%

Color #ACAAA4 in popluar number systems.

HEXACAAA4
Decimal172170164
Binary101011001010101010100100
Octal254252244

Shades and tints

Shades of #ACAAA4

#ACAAA4
(172,170,164)
#9D9B96
(157,155,150)
#8E8C88
(142,140,136)
#7F7D7A
(127,125,122)
#706E6C
(112,110,108)
#615F5E
(97,95,94)
#525050
(82,80,80)
#434142
(67,65,66)
#343234
(52,50,52)
#252326
(37,35,38)
#161418
(22,20,24)
#000000
(0,0,0)

Tints of #ACAAA4

#ACAAA4
(172,170,164)
#B3B1AC
(179,177,172)
#BAB8B4
(186,184,180)
#C1BFBC
(193,191,188)
#C8C6C4
(200,198,196)
#CFCDCC
(207,205,204)
#D6D4D4
(214,212,212)
#DDDBDC
(221,219,220)
#E4E2E4
(228,226,228)
#EBE9EC
(235,233,236)
#F2F0F4
(242,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACAAA4; }

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

This text font color is #ACAAA4.


Background Color

.myBgColor { background-color: #ACAAA4; }

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

This div background color is #ACAAA4.


Border color

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

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

This div border color is #ACAAA4.


Opacity

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

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

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

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

This text has shadow with #ACAAA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACAAA4 on black background.


Color preview on white background

This text has color #ACAAA4 on white background.



Black color preview on #ACAAA4 background

This text has black color on #ACAAA4 background.


White color preview on #ACAAA4 background

This text has white color on #ACAAA4 background.