COLOR #ACA687

HEX: #ACA687 RGB: (172,166,135)

Color info

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

RGB color model

#ACA687 color RGB value is (172,166,135).

RGB: (172,166,135) (67%, 65%, 53%)

RGB channels and saturation

R 172 of 255 = 67%
G 166 of 255 = 65%
B 135 of 255 = 53%

172
166
135

R + G + B ~ 62%. #ACA687 is quite light color.

Portions of RGB colors in percentages

R + G + B = 172 + 166 + 135 = 473 (100%)
R 172 of 473 ~ 36.36%
G 166 of 473 ~ 35.1%
B 135 of 473 ~ 28.54'%

%36.36
%35.1
%28.54

CMYK color model

#ACA687 color CMYK value is (0,3,22,33).

  • cyan value is 0.00%
  • magenta value is 3.49%
  • yellow value is 21.51%
  • key color value is 32.55%

CMYK: (0,3,22,33)
C0M3Y22K33 (0%, 3%, 22%, 33%)
(0.00 / 0.03 / 0.22 / 0.33)

CMYK percentages

%0
%3.49
%21.51
%32.55

Codes

Color #ACA687 in popluar color models

AC A6 87
RGB 172 166 135
HSL 50° 18.23% 60.20%
HSB/HSV 50° 21.51% 67.45%
CMYK 0.00% 3.49% 21.51%
32.55%

Color #ACA687 in popluar number systems.

HEX AC A6 87
Decimal 172 166 135
Binary 10101100 10100110 10000111
Octal 254 246 207

Shades and tints

Shades of #ACA687

#ACA687
(172,166,135)
#9D977B
(157,151,123)
#8E886F
(142,136,111)
#7F7963
(127,121,99)
#706A57
(112,106,87)
#615B4B
(97,91,75)
#524C3F
(82,76,63)
#433D33
(67,61,51)
#342E27
(52,46,39)
#251F1B
(37,31,27)
#16100F
(22,16,15)
#000000
(0,0,0)

Tints of #ACA687

#ACA687
(172,166,135)
#B3AE91
(179,174,145)
#BAB69B
(186,182,155)
#C1BEA5
(193,190,165)
#C8C6AF
(200,198,175)
#CFCEB9
(207,206,185)
#D6D6C3
(214,214,195)
#DDDECD
(221,222,205)
#E4E6D7
(228,230,215)
#EBEEE1
(235,238,225)
#F2F6EB
(242,246,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACA687; }

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

This text font color is #ACA687.

Background Color

.myBgColor { background-color: #ACA687; }

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

This div background color is #ACA687.

Border color

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

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

This div border color is #ACA687.

Opacity

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

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

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

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

This text has shadow with #ACA687 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACA687.

Preview

Color preview on black background

This text has color #ACA687 on black background.


Color preview on white background

This text has color #ACA687 on white background.


Black color preview on #ACA687 background

This text has black color on #ACA687 background.


White color preview on #ACA687 background

This text has white color on #ACA687 background.


Related colors

Complementary color

Complementary color for #hex is #535978.


I love getcolorcode.com

Triadic colors

1 #87ACA6 and #A687AC with #ACA687 are triadic colors.

2 #87A6AC and #A6AC87 with #ACA687 are triadic colors.