COLOR #AC9A9C

HEX: #AC9A9C RGB: (172,154,156)

Color info

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

RGB color model

#AC9A9C color RGB value is (172,154,156).

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

RGB channels and saturation

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

172
154
156

R + G + B ~ 63%. #AC9A9C is quite light color.

Portions of RGB colors in percentages

R + G + B = 172 + 154 + 156 = 482 (100%)
R 172 of 482 ~ 35.68%
G 154 of 482 ~ 31.95%
B 156 of 482 ~ 32.37'%

%35.68
%31.95
%32.37

CMYK color model

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

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

CMYK: (0,10,9,33)
C0M10Y9K33 (0%, 10%, 9%, 33%)
(0.00 / 0.10 / 0.09 / 0.33)

CMYK percentages

%0
%10.47
%9.3
%32.55

Codes

Color #AC9A9C in popluar color models

AC 9A 9C
RGB 172 154 156
HSL 353° 9.78% 63.92%
HSB/HSV 353° 10.47% 67.45%
CMYK 0.00% 10.47% 9.30%
32.55%

Color #AC9A9C in popluar number systems.

HEX AC 9A 9C
Decimal 172 154 156
Binary 10101100 10011010 10011100
Octal 254 232 234

Shades and tints

Shades of #AC9A9C

#AC9A9C
(172,154,156)
#9D8C8E
(157,140,142)
#8E7E80
(142,126,128)
#7F7072
(127,112,114)
#706264
(112,98,100)
#615456
(97,84,86)
#524648
(82,70,72)
#43383A
(67,56,58)
#342A2C
(52,42,44)
#251C1E
(37,28,30)
#160E10
(22,14,16)
#000000
(0,0,0)

Tints of #AC9A9C

#AC9A9C
(172,154,156)
#B3A3A5
(179,163,165)
#BAACAE
(186,172,174)
#C1B5B7
(193,181,183)
#C8BEC0
(200,190,192)
#CFC7C9
(207,199,201)
#D6D0D2
(214,208,210)
#DDD9DB
(221,217,219)
#E4E2E4
(228,226,228)
#EBEBED
(235,235,237)
#F2F4F6
(242,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC9A9C; }

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

This text font color is #AC9A9C.

Background Color

.myBgColor { background-color: #AC9A9C; }

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

This div background color is #AC9A9C.

Border color

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

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

This div border color is #AC9A9C.

Opacity

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

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

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

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

This text has shadow with #AC9A9C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AC9A9C.

Preview

Color preview on black background

This text has color #AC9A9C on black background.


Color preview on white background

This text has color #AC9A9C on white background.


Black color preview on #AC9A9C background

This text has black color on #AC9A9C background.


White color preview on #AC9A9C background

This text has white color on #AC9A9C background.


Related colors

Complementary color

Complementary color for #hex is #536563.


I love getcolorcode.com

Triadic colors

1 #9CAC9A and #9A9CAC with #AC9A9C are triadic colors.

2 #9C9AAC and #9AAC9C with #AC9A9C are triadic colors.