COLOR #ACA7A7

HEX: #ACA7A7 RGB: (172,167,167)

Color info

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

RGB color model

#ACA7A7 color RGB value is (172,167,167).

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

RGB channels and saturation

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

172
167
167

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

Portions of RGB colors in percentages

R + G + B = 172 + 167 + 167 = 506 (100%)
R 172 of 506 ~ 33.99%
G 167 of 506 ~ 33%
B 167 of 506 ~ 33'%

%33.99
%33
%33

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 2.91%
  • yellow value is 2.91%
  • key color value is 32.55%
CMYK: (0,3,3,33) C0M3Y3K33 (0%,3%,3%,33%) (0.00/0.03/0.03/0.33) 

CMYK percentages

%0
%2.91
%2.91
%32.55

Codes

Color #ACA7A7 in popluar color models

AC A7 A7
RGB 172 167 167
HSL 2.92% 66.47%
HSB/HSV 2.91% 67.45%
CMYK 0.00% 2.91% 2.91%
32.55%

Color #ACA7A7 in popluar number systems.

HEX AC A7 A7
Decimal 172 167 167
Binary 10101100 10100111 10100111
Octal 254 247 247

Shades and tints

Shades of #ACA7A7

#ACA7A7
(172,167,167)
#9D9898
(157,152,152)
#8E8989
(142,137,137)
#7F7A7A
(127,122,122)
#706B6B
(112,107,107)
#615C5C
(97,92,92)
#524D4D
(82,77,77)
#433E3E
(67,62,62)
#342F2F
(52,47,47)
#252020
(37,32,32)
#161111
(22,17,17)
#000000
(0,0,0)

Tints of #ACA7A7

#ACA7A7
(172,167,167)
#B3AFAF
(179,175,175)
#BAB7B7
(186,183,183)
#C1BFBF
(193,191,191)
#C8C7C7
(200,199,199)
#CFCFCF
(207,207,207)
#D6D7D7
(214,215,215)
#DDDFDF
(221,223,223)
#E4E7E7
(228,231,231)
#EBEFEF
(235,239,239)
#F2F7F7
(242,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACA7A7; }

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

This text font color is #ACA7A7.

Background Color

.myBgColor { background-color: #ACA7A7; }

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

This div background color is #ACA7A7.

Border color

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

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

This div border color is #ACA7A7.

Opacity

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

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

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

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

This text has shadow with #ACA7A7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACA7A7.

Preview

Color preview on black background

This text has color #ACA7A7 on black background.


Color preview on white background

This text has color #ACA7A7 on white background.


Black color preview on #ACA7A7 background

This text has black color on #ACA7A7 background.


White color preview on #ACA7A7 background

This text has white color on #ACA7A7 background.


Related colors

Complementary color

Complementary color for #hex is #535858.


I love getcolorcode.com