COLOR #ACA89C

HEX: #ACA89C RGB: (172,168,156)

Color info

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

RGB color model

#ACA89C color RGB value is (172,168,156).

RGB: (172,168,156) (67%, 66%, 61%)

RGB channels and saturation

R 172 of 255 = 67%
G 168 of 255 = 66%
B 156 of 255 = 61%

172
168
156

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

Portions of RGB colors in percentages

R + G + B = 172 + 168 + 156 = 496 (100%)
R 172 of 496 ~ 34.68%
G 168 of 496 ~ 33.87%
B 156 of 496 ~ 31.45'%

%34.68
%33.87
%31.45

CMYK color model

#ACA89C color CMYK value is (0,2,9,33).

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

CMYK: (0,2,9,33)
C0M2Y9K33 (0%, 2%, 9%, 33%)
(0.00 / 0.02 / 0.09 / 0.33)

CMYK percentages

%0
%2.33
%9.3
%32.55

Codes

Color #ACA89C in popluar color models

AC A8 9C
RGB 172 168 156
HSL 45° 8.79% 64.31%
HSB/HSV 45° 9.30% 67.45%
CMYK 0.00% 2.33% 9.30%
32.55%

Color #ACA89C in popluar number systems.

HEX AC A8 9C
Decimal 172 168 156
Binary 10101100 10101000 10011100
Octal 254 250 234

Shades and tints

Shades of #ACA89C

#ACA89C
(172,168,156)
#9D998E
(157,153,142)
#8E8A80
(142,138,128)
#7F7B72
(127,123,114)
#706C64
(112,108,100)
#615D56
(97,93,86)
#524E48
(82,78,72)
#433F3A
(67,63,58)
#34302C
(52,48,44)
#25211E
(37,33,30)
#161210
(22,18,16)
#000000
(0,0,0)

Tints of #ACA89C

#ACA89C
(172,168,156)
#B3AFA5
(179,175,165)
#BAB6AE
(186,182,174)
#C1BDB7
(193,189,183)
#C8C4C0
(200,196,192)
#CFCBC9
(207,203,201)
#D6D2D2
(214,210,210)
#DDD9DB
(221,217,219)
#E4E0E4
(228,224,228)
#EBE7ED
(235,231,237)
#F2EEF6
(242,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACA89C; }

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

This text font color is #ACA89C.

Background Color

.myBgColor { background-color: #ACA89C; }

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

This div background color is #ACA89C.

Border color

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

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

This div border color is #ACA89C.

Opacity

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

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

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

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

This text has shadow with #ACA89C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACA89C.

Preview

Color preview on black background

This text has color #ACA89C on black background.


Color preview on white background

This text has color #ACA89C on white background.


Black color preview on #ACA89C background

This text has black color on #ACA89C background.


White color preview on #ACA89C background

This text has white color on #ACA89C background.


Related colors

Complementary color

Complementary color for #hex is #535763.


I love getcolorcode.com

Triadic colors

1 #9CACA8 and #A89CAC with #ACA89C are triadic colors.

2 #9CA8AC and #A8AC9C with #ACA89C are triadic colors.