COLOR #ACAA89

HEX: #ACAA89 RGB: (172,170,137)

Color info

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

RGB color model

#ACAA89 color RGB value is (172,170,137).

RGB: (172,170,137) (67%, 67%, 54%)

RGB channels and saturation

R 172 of 255 = 67%
G 170 of 255 = 67%
B 137 of 255 = 54%

172
170
137

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

Portions of RGB colors in percentages

R + G + B = 172 + 170 + 137 = 479 (100%)
R 172 of 479 ~ 35.91%
G 170 of 479 ~ 35.49%
B 137 of 479 ~ 28.6'%

%35.91
%35.49
%28.6

CMYK color model

#ACAA89 color CMYK value is (0,1,20,33).

  • cyan value is 0.00%
  • magenta value is 1.16%
  • yellow value is 20.35%
  • key color value is 32.55%

CMYK: (0,1,20,33)
C0M1Y20K33 (0%, 1%, 20%, 33%)
(0.00 / 0.01 / 0.20 / 0.33)

CMYK percentages

%0
%1.16
%20.35
%32.55

Codes

Color #ACAA89 in popluar color models

AC AA 89
RGB 172 170 137
HSL 57° 17.41% 60.59%
HSB/HSV 57° 20.35% 67.45%
CMYK 0.00% 1.16% 20.35%
32.55%

Color #ACAA89 in popluar number systems.

HEX AC AA 89
Decimal 172 170 137
Binary 10101100 10101010 10001001
Octal 254 252 211

Shades and tints

Shades of #ACAA89

#ACAA89
(172,170,137)
#9D9B7D
(157,155,125)
#8E8C71
(142,140,113)
#7F7D65
(127,125,101)
#706E59
(112,110,89)
#615F4D
(97,95,77)
#525041
(82,80,65)
#434135
(67,65,53)
#343229
(52,50,41)
#25231D
(37,35,29)
#161411
(22,20,17)
#000000
(0,0,0)

Tints of #ACAA89

#ACAA89
(172,170,137)
#B3B193
(179,177,147)
#BAB89D
(186,184,157)
#C1BFA7
(193,191,167)
#C8C6B1
(200,198,177)
#CFCDBB
(207,205,187)
#D6D4C5
(214,212,197)
#DDDBCF
(221,219,207)
#E4E2D9
(228,226,217)
#EBE9E3
(235,233,227)
#F2F0ED
(242,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACAA89; }

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

This text font color is #ACAA89.

Background Color

.myBgColor { background-color: #ACAA89; }

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

This div background color is #ACAA89.

Border color

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

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

This div border color is #ACAA89.

Opacity

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

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

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

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

This text has shadow with #ACAA89 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACAA89.

Preview

Color preview on black background

This text has color #ACAA89 on black background.


Color preview on white background

This text has color #ACAA89 on white background.


Black color preview on #ACAA89 background

This text has black color on #ACAA89 background.


White color preview on #ACAA89 background

This text has white color on #ACAA89 background.


Related colors

Complementary color

Complementary color for #hex is #535576.


I love getcolorcode.com

Triadic colors

1 #89ACAA and #AA89AC with #ACAA89 are triadic colors.

2 #89AAAC and #AAAC89 with #ACAA89 are triadic colors.