COLOR #ACA8A7

HEX: #ACA8A7 RGB: (172,168,167)

Color info

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

RGB color model

#ACA8A7 color RGB value is (172,168,167).

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

RGB channels and saturation

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

172
168
167

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

Portions of RGB colors in percentages

R + G + B = 172 + 168 + 167 = 507 (100%)
R 172 of 507 ~ 33.93%
G 168 of 507 ~ 33.14%
B 167 of 507 ~ 32.94'%

%33.93
%33.14
%32.94

CMYK color model

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

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

CMYK: (0,2,3,33)
C0M2Y3K33 (0%, 2%, 3%, 33%)
(0.00 / 0.02 / 0.03 / 0.33)

CMYK percentages

%0
%2.33
%2.91
%32.55

Codes

Color #ACA8A7 in popluar color models

AC A8 A7
RGB 172 168 167
HSL 12° 2.92% 66.47%
HSB/HSV 12° 2.91% 67.45%
CMYK 0.00% 2.33% 2.91%
32.55%

Color #ACA8A7 in popluar number systems.

HEX AC A8 A7
Decimal 172 168 167
Binary 10101100 10101000 10100111
Octal 254 250 247

Shades and tints

Shades of #ACA8A7

#ACA8A7
(172,168,167)
#9D9998
(157,153,152)
#8E8A89
(142,138,137)
#7F7B7A
(127,123,122)
#706C6B
(112,108,107)
#615D5C
(97,93,92)
#524E4D
(82,78,77)
#433F3E
(67,63,62)
#34302F
(52,48,47)
#252120
(37,33,32)
#161211
(22,18,17)
#000000
(0,0,0)

Tints of #ACA8A7

#ACA8A7
(172,168,167)
#B3AFAF
(179,175,175)
#BAB6B7
(186,182,183)
#C1BDBF
(193,189,191)
#C8C4C7
(200,196,199)
#CFCBCF
(207,203,207)
#D6D2D7
(214,210,215)
#DDD9DF
(221,217,223)
#E4E0E7
(228,224,231)
#EBE7EF
(235,231,239)
#F2EEF7
(242,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACA8A7; }

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

This text font color is #ACA8A7.

Background Color

.myBgColor { background-color: #ACA8A7; }

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

This div background color is #ACA8A7.

Border color

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

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

This div border color is #ACA8A7.

Opacity

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

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

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

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

This text has shadow with #ACA8A7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACA8A7.

Preview

Color preview on black background

This text has color #ACA8A7 on black background.


Color preview on white background

This text has color #ACA8A7 on white background.


Black color preview on #ACA8A7 background

This text has black color on #ACA8A7 background.


White color preview on #ACA8A7 background

This text has white color on #ACA8A7 background.


Related colors

Complementary color

Complementary color for #hex is #535758.


I love getcolorcode.com

Triadic colors

1 #A7ACA8 and #A8A7AC with #ACA8A7 are triadic colors.

2 #A7A8AC and #A8ACA7 with #ACA8A7 are triadic colors.