COLOR #AC887D

HEX: #AC887D RGB: (172,136,125)

Color info

#AC887D contains red, green and blue colors in about the same proportion. Web safe color of #AC887D is #999966 (or #996).

RGB color model

#AC887D color RGB value is (172,136,125).

RGB: (172,136,125) (67%, 53%, 49%)

RGB channels and saturation

R 172 of 255 = 67%
G 136 of 255 = 53%
B 125 of 255 = 49%

172
136
125

R + G + B ~ 56%. #AC887D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 172 + 136 + 125 = 433 (100%)
R 172 of 433 ~ 39.72%
G 136 of 433 ~ 31.41%
B 125 of 433 ~ 28.87'%

%39.72
%31.41
%28.87

CMYK color model

#AC887D color CMYK value is (0,21,27,33).

  • cyan value is 0.00%
  • magenta value is 20.93%
  • yellow value is 27.33%
  • key color value is 32.55%

CMYK: (0,21,27,33)
C0M21Y27K33 (0%, 21%, 27%, 33%)
(0.00 / 0.21 / 0.27 / 0.33)

CMYK percentages

%0
%20.93
%27.33
%32.55

Codes

Color #AC887D in popluar color models

AC 88 7D
RGB 172 136 125
HSL 14° 22.07% 58.24%
HSB/HSV 14° 27.33% 67.45%
CMYK 0.00% 20.93% 27.33%
32.55%

Color #AC887D in popluar number systems.

HEX AC 88 7D
Decimal 172 136 125
Binary 10101100 10001000 1111101
Octal 254 210 175

Shades and tints

Shades of #AC887D

#AC887D
(172,136,125)
#9D7C72
(157,124,114)
#8E7067
(142,112,103)
#7F645C
(127,100,92)
#705851
(112,88,81)
#614C46
(97,76,70)
#52403B
(82,64,59)
#433430
(67,52,48)
#342825
(52,40,37)
#251C1A
(37,28,26)
#16100F
(22,16,15)
#000000
(0,0,0)

Tints of #AC887D

#AC887D
(172,136,125)
#B39288
(179,146,136)
#BA9C93
(186,156,147)
#C1A69E
(193,166,158)
#C8B0A9
(200,176,169)
#CFBAB4
(207,186,180)
#D6C4BF
(214,196,191)
#DDCECA
(221,206,202)
#E4D8D5
(228,216,213)
#EBE2E0
(235,226,224)
#F2ECEB
(242,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC887D color. Also use rgb(172,136,125) instead hex code.

Text Font Color

.myTextColor { color: #AC887D; }

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

This text font color is #AC887D.

Background Color

.myBgColor { background-color: #AC887D; }

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

This div background color is #AC887D.

Border color

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

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

This div border color is #AC887D.

Opacity

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

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

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

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

This text has shadow with #AC887D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AC887D.

Preview

Color preview on black background

This text has color #AC887D on black background.


Color preview on white background

This text has color #AC887D on white background.


Black color preview on #AC887D background

This text has black color on #AC887D background.


White color preview on #AC887D background

This text has white color on #AC887D background.


Related colors

Complementary color

Complementary color for #hex is #537782.


I love getcolorcode.com

Triadic colors

1 #7DAC88 and #887DAC with #AC887D are triadic colors.

2 #7D88AC and #88AC7D with #AC887D are triadic colors.