COLOR #ACAC9A

HEX: #ACAC9A RGB: (172,172,154)

Color info

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

RGB color model

#ACAC9A color RGB value is (172,172,154).

RGB: (172,172,154) (67%, 67%, 60%)

RGB channels and saturation

R 172 of 255 = 67%
G 172 of 255 = 67%
B 154 of 255 = 60%

172
172
154

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

Portions of RGB colors in percentages

R + G + B = 172 + 172 + 154 = 498 (100%)
R 172 of 498 ~ 34.54%
G 172 of 498 ~ 34.54%
B 154 of 498 ~ 30.92'%

%34.54
%34.54
%30.92

CMYK color model

#ACAC9A color CMYK value is (0,0,10,33).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 10.47%
  • key color value is 32.55%

CMYK: (0,0,10,33)
C0M0Y10K33 (0%, 0%, 10%, 33%)
(0.00 / 0.00 / 0.10 / 0.33)

CMYK percentages

%0
%0
%10.47
%32.55

Codes

Color #ACAC9A in popluar color models

AC AC 9A
RGB 172 172 154
HSL 60° 9.78% 63.92%
HSB/HSV 60° 10.47% 67.45%
CMYK 0.00% 0.00% 10.47%
32.55%

Color #ACAC9A in popluar number systems.

HEX AC AC 9A
Decimal 172 172 154
Binary 10101100 10101100 10011010
Octal 254 254 232

Shades and tints

Shades of #ACAC9A

#ACAC9A
(172,172,154)
#9D9D8C
(157,157,140)
#8E8E7E
(142,142,126)
#7F7F70
(127,127,112)
#707062
(112,112,98)
#616154
(97,97,84)
#525246
(82,82,70)
#434338
(67,67,56)
#34342A
(52,52,42)
#25251C
(37,37,28)
#16160E
(22,22,14)
#000000
(0,0,0)

Tints of #ACAC9A

#ACAC9A
(172,172,154)
#B3B3A3
(179,179,163)
#BABAAC
(186,186,172)
#C1C1B5
(193,193,181)
#C8C8BE
(200,200,190)
#CFCFC7
(207,207,199)
#D6D6D0
(214,214,208)
#DDDDD9
(221,221,217)
#E4E4E2
(228,228,226)
#EBEBEB
(235,235,235)
#F2F2F4
(242,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACAC9A; }

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

This text font color is #ACAC9A.

Background Color

.myBgColor { background-color: #ACAC9A; }

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

This div background color is #ACAC9A.

Border color

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

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

This div border color is #ACAC9A.

Opacity

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

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

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

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

This text has shadow with #ACAC9A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACAC9A.

Preview

Color preview on black background

This text has color #ACAC9A on black background.


Color preview on white background

This text has color #ACAC9A on white background.


Black color preview on #ACAC9A background

This text has black color on #ACAC9A background.


White color preview on #ACAC9A background

This text has white color on #ACAC9A background.


Related colors

Complementary color

Complementary color for #hex is #535365.


I love getcolorcode.com