COLOR #ACAAA7

HEX: #ACAAA7 RGB: (172,170,167)

Color info

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

RGB color model

#ACAAA7 color RGB value is (172,170,167).

RGB: (172,170,167) (67%, 67%, 65%)

RGB channels and saturation

R 172 of 255 = 67%
G 170 of 255 = 67%
B 167 of 255 = 65%

172
170
167

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

Portions of RGB colors in percentages

R + G + B = 172 + 170 + 167 = 509 (100%)
R 172 of 509 ~ 33.79%
G 170 of 509 ~ 33.4%
B 167 of 509 ~ 32.81'%

%33.79
%33.4
%32.81

CMYK color model

#ACAAA7 color CMYK value is (0,1,3,33).

  • cyan value is 0.00%
  • magenta value is 1.16%
  • yellow value is 2.91%
  • key color value is 32.55%

CMYK: (0,1,3,33)
C0M1Y3K33 (0%, 1%, 3%, 33%)
(0.00 / 0.01 / 0.03 / 0.33)

CMYK percentages

%0
%1.16
%2.91
%32.55

Codes

Color #ACAAA7 in popluar color models

AC AA A7
RGB 172 170 167
HSL 36° 2.92% 66.47%
HSB/HSV 36° 2.91% 67.45%
CMYK 0.00% 1.16% 2.91%
32.55%

Color #ACAAA7 in popluar number systems.

HEX AC AA A7
Decimal 172 170 167
Binary 10101100 10101010 10100111
Octal 254 252 247

Shades and tints

Shades of #ACAAA7

#ACAAA7
(172,170,167)
#9D9B98
(157,155,152)
#8E8C89
(142,140,137)
#7F7D7A
(127,125,122)
#706E6B
(112,110,107)
#615F5C
(97,95,92)
#52504D
(82,80,77)
#43413E
(67,65,62)
#34322F
(52,50,47)
#252320
(37,35,32)
#161411
(22,20,17)
#000000
(0,0,0)

Tints of #ACAAA7

#ACAAA7
(172,170,167)
#B3B1AF
(179,177,175)
#BAB8B7
(186,184,183)
#C1BFBF
(193,191,191)
#C8C6C7
(200,198,199)
#CFCDCF
(207,205,207)
#D6D4D7
(214,212,215)
#DDDBDF
(221,219,223)
#E4E2E7
(228,226,231)
#EBE9EF
(235,233,239)
#F2F0F7
(242,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACAAA7; }

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

This text font color is #ACAAA7.

Background Color

.myBgColor { background-color: #ACAAA7; }

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

This div background color is #ACAAA7.

Border color

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

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

This div border color is #ACAAA7.

Opacity

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

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

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

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

This text has shadow with #ACAAA7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACAAA7.

Preview

Color preview on black background

This text has color #ACAAA7 on black background.


Color preview on white background

This text has color #ACAAA7 on white background.


Black color preview on #ACAAA7 background

This text has black color on #ACAAA7 background.


White color preview on #ACAAA7 background

This text has white color on #ACAAA7 background.


Related colors

Complementary color

Complementary color for #hex is #535558.


I love getcolorcode.com

Triadic colors

1 #A7ACAA and #AAA7AC with #ACAAA7 are triadic colors.

2 #A7AAAC and #AAACA7 with #ACAAA7 are triadic colors.