COLOR #AC9A8C

HEX: #AC9A8C RGB: (172,154,140)

Color info

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

RGB color model

#AC9A8C color RGB value is (172,154,140).

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

RGB channels and saturation

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

172
154
140

R + G + B ~ 61%. #AC9A8C is quite light color.

Portions of RGB colors in percentages

R + G + B = 172 + 154 + 140 = 466 (100%)
R 172 of 466 ~ 36.91%
G 154 of 466 ~ 33.05%
B 140 of 466 ~ 30.04'%

%36.91
%33.05
%30.04

CMYK color model

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

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

CMYK: (0,10,19,33)
C0M10Y19K33 (0%, 10%, 19%, 33%)
(0.00 / 0.10 / 0.19 / 0.33)

CMYK percentages

%0
%10.47
%18.6
%32.55

Codes

Color #AC9A8C in popluar color models

AC 9A 8C
RGB 172 154 140
HSL 26° 16.16% 61.18%
HSB/HSV 26° 18.60% 67.45%
CMYK 0.00% 10.47% 18.60%
32.55%

Color #AC9A8C in popluar number systems.

HEX AC 9A 8C
Decimal 172 154 140
Binary 10101100 10011010 10001100
Octal 254 232 214

Shades and tints

Shades of #AC9A8C

#AC9A8C
(172,154,140)
#9D8C80
(157,140,128)
#8E7E74
(142,126,116)
#7F7068
(127,112,104)
#70625C
(112,98,92)
#615450
(97,84,80)
#524644
(82,70,68)
#433838
(67,56,56)
#342A2C
(52,42,44)
#251C20
(37,28,32)
#160E14
(22,14,20)
#000000
(0,0,0)

Tints of #AC9A8C

#AC9A8C
(172,154,140)
#B3A396
(179,163,150)
#BAACA0
(186,172,160)
#C1B5AA
(193,181,170)
#C8BEB4
(200,190,180)
#CFC7BE
(207,199,190)
#D6D0C8
(214,208,200)
#DDD9D2
(221,217,210)
#E4E2DC
(228,226,220)
#EBEBE6
(235,235,230)
#F2F4F0
(242,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC9A8C; }

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

This text font color is #AC9A8C.

Background Color

.myBgColor { background-color: #AC9A8C; }

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

This div background color is #AC9A8C.

Border color

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

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

This div border color is #AC9A8C.

Opacity

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

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

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

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

This text has shadow with #AC9A8C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AC9A8C.

Preview

Color preview on black background

This text has color #AC9A8C on black background.


Color preview on white background

This text has color #AC9A8C on white background.


Black color preview on #AC9A8C background

This text has black color on #AC9A8C background.


White color preview on #AC9A8C background

This text has white color on #AC9A8C background.


Related colors

Complementary color

Complementary color for #hex is #536573.


I love getcolorcode.com

Triadic colors

1 #8CAC9A and #9A8CAC with #AC9A8C are triadic colors.

2 #8C9AAC and #9AAC8C with #AC9A8C are triadic colors.