COLOR #AC887A

HEX: #AC887A RGB: (172,136,122)

Color info

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

RGB color model

#AC887A color RGB value is (172,136,122).

RGB: (172,136,122) (67%, 53%, 48%)

RGB channels and saturation

R 172 of 255 = 67%
G 136 of 255 = 53%
B 122 of 255 = 48%

172
136
122

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

Portions of RGB colors in percentages

R + G + B = 172 + 136 + 122 = 430 (100%)
R 172 of 430 ~ 40%
G 136 of 430 ~ 31.63%
B 122 of 430 ~ 28.37'%

%40
%31.63
%28.37

CMYK color model

#AC887A color CMYK value is (0,21,29,33).

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

CMYK: (0,21,29,33)
C0M21Y29K33 (0%, 21%, 29%, 33%)
(0.00 / 0.21 / 0.29 / 0.33)

CMYK percentages

%0
%20.93
%29.07
%32.55

Codes

Color #AC887A in popluar color models

AC 88 7A
RGB 172 136 122
HSL 17° 23.15% 57.65%
HSB/HSV 17° 29.07% 67.45%
CMYK 0.00% 20.93% 29.07%
32.55%

Color #AC887A in popluar number systems.

HEX AC 88 7A
Decimal 172 136 122
Binary 10101100 10001000 1111010
Octal 254 210 172

Shades and tints

Shades of #AC887A

#AC887A
(172,136,122)
#9D7C6F
(157,124,111)
#8E7064
(142,112,100)
#7F6459
(127,100,89)
#70584E
(112,88,78)
#614C43
(97,76,67)
#524038
(82,64,56)
#43342D
(67,52,45)
#342822
(52,40,34)
#251C17
(37,28,23)
#16100C
(22,16,12)
#000000
(0,0,0)

Tints of #AC887A

#AC887A
(172,136,122)
#B39286
(179,146,134)
#BA9C92
(186,156,146)
#C1A69E
(193,166,158)
#C8B0AA
(200,176,170)
#CFBAB6
(207,186,182)
#D6C4C2
(214,196,194)
#DDCECE
(221,206,206)
#E4D8DA
(228,216,218)
#EBE2E6
(235,226,230)
#F2ECF2
(242,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC887A; }

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

This text font color is #AC887A.

Background Color

.myBgColor { background-color: #AC887A; }

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

This div background color is #AC887A.

Border color

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

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

This div border color is #AC887A.

Opacity

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

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

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

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

This text has shadow with #AC887A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AC887A.

Preview

Color preview on black background

This text has color #AC887A on black background.


Color preview on white background

This text has color #AC887A on white background.


Black color preview on #AC887A background

This text has black color on #AC887A background.


White color preview on #AC887A background

This text has white color on #AC887A background.


Related colors

Complementary color

Complementary color for #hex is #537785.


I love getcolorcode.com

Triadic colors

1 #7AAC88 and #887AAC with #AC887A are triadic colors.

2 #7A88AC and #88AC7A with #AC887A are triadic colors.