COLOR #ACA187

HEX: #ACA187 RGB: (172,161,135)

Color info

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

RGB color model

#ACA187 color RGB value is (172,161,135).

RGB: (172,161,135) (67%, 63%, 53%)

RGB channels and saturation

R 172 of 255 = 67%
G 161 of 255 = 63%
B 135 of 255 = 53%

172
161
135

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

Portions of RGB colors in percentages

R + G + B = 172 + 161 + 135 = 468 (100%)
R 172 of 468 ~ 36.75%
G 161 of 468 ~ 34.4%
B 135 of 468 ~ 28.85'%

%36.75
%34.4
%28.85

CMYK color model

#ACA187 color CMYK value is (0,6,22,33).

  • cyan value is 0.00%
  • magenta value is 6.40%
  • yellow value is 21.51%
  • key color value is 32.55%
CMYK: (0,6,22,33) C0M6Y22K33 (0%,6%,22%,33%) (0.00/0.06/0.22/0.33) 

CMYK percentages

%0
%6.4
%21.51
%32.55

Codes

Color #ACA187 in popluar color models

AC A1 87
RGB 172 161 135
HSL 42° 18.23% 60.20%
HSB/HSV 42° 21.51% 67.45%
CMYK 0.00% 6.40% 21.51%
32.55%

Color #ACA187 in popluar number systems.

HEX AC A1 87
Decimal 172 161 135
Binary 10101100 10100001 10000111
Octal 254 241 207

Shades and tints

Shades of #ACA187

#ACA187
(172,161,135)
#9D937B
(157,147,123)
#8E856F
(142,133,111)
#7F7763
(127,119,99)
#706957
(112,105,87)
#615B4B
(97,91,75)
#524D3F
(82,77,63)
#433F33
(67,63,51)
#343127
(52,49,39)
#25231B
(37,35,27)
#16150F
(22,21,15)
#000000
(0,0,0)

Tints of #ACA187

#ACA187
(172,161,135)
#B3A991
(179,169,145)
#BAB19B
(186,177,155)
#C1B9A5
(193,185,165)
#C8C1AF
(200,193,175)
#CFC9B9
(207,201,185)
#D6D1C3
(214,209,195)
#DDD9CD
(221,217,205)
#E4E1D7
(228,225,215)
#EBE9E1
(235,233,225)
#F2F1EB
(242,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACA187; }

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

This text font color is #ACA187.

Background Color

.myBgColor { background-color: #ACA187; }

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

This div background color is #ACA187.

Border color

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

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

This div border color is #ACA187.

Opacity

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

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

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

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

This text has shadow with #ACA187 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACA187.

Preview

Color preview on black background

This text has color #ACA187 on black background.


Color preview on white background

This text has color #ACA187 on white background.


Black color preview on #ACA187 background

This text has black color on #ACA187 background.


White color preview on #ACA187 background

This text has white color on #ACA187 background.


Related colors

Complementary color

Complementary color for #hex is #535E78.


I love getcolorcode.com

Triadic colors

1 #87ACA1 and #A187AC with #ACA187 are triadic colors.

2 #87A1AC and #A1AC87 with #ACA187 are triadic colors.