COLOR #AC896D

HEX: #AC896D RGB: (172,137,109)

Color info

#AC896D contains mainly red and green colors. Web safe color of #AC896D is #999966 (or #996).

RGB color model

#AC896D color RGB value is (172,137,109).

RGB: (172,137,109) (67%, 54%, 43%)

RGB channels and saturation

R 172 of 255 = 67%
G 137 of 255 = 54%
B 109 of 255 = 43%

172
137
109

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

Portions of RGB colors in percentages

R + G + B = 172 + 137 + 109 = 418 (100%)
R 172 of 418 ~ 41.15%
G 137 of 418 ~ 32.78%
B 109 of 418 ~ 26.08'%

%41.15
%32.78
%26.08

CMYK color model

#AC896D color CMYK value is (0,20,37,33).

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

CMYK: (0,20,37,33)
C0M20Y37K33 (0%, 20%, 37%, 33%)
(0.00 / 0.20 / 0.37 / 0.33)

CMYK percentages

%0
%20.35
%36.63
%32.55

Codes

Color #AC896D in popluar color models

AC 89 6D
RGB 172 137 109
HSL 27° 27.51% 55.10%
HSB/HSV 27° 36.63% 67.45%
CMYK 0.00% 20.35% 36.63%
32.55%

Color #AC896D in popluar number systems.

HEX AC 89 6D
Decimal 172 137 109
Binary 10101100 10001001 1101101
Octal 254 211 155

Shades and tints

Shades of #AC896D

#AC896D
(172,137,109)
#9D7D64
(157,125,100)
#8E715B
(142,113,91)
#7F6552
(127,101,82)
#705949
(112,89,73)
#614D40
(97,77,64)
#524137
(82,65,55)
#43352E
(67,53,46)
#342925
(52,41,37)
#251D1C
(37,29,28)
#161113
(22,17,19)
#000000
(0,0,0)

Tints of #AC896D

#AC896D
(172,137,109)
#B3937A
(179,147,122)
#BA9D87
(186,157,135)
#C1A794
(193,167,148)
#C8B1A1
(200,177,161)
#CFBBAE
(207,187,174)
#D6C5BB
(214,197,187)
#DDCFC8
(221,207,200)
#E4D9D5
(228,217,213)
#EBE3E2
(235,227,226)
#F2EDEF
(242,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC896D; }

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

This text font color is #AC896D.

Background Color

.myBgColor { background-color: #AC896D; }

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

This div background color is #AC896D.

Border color

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

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

This div border color is #AC896D.

Opacity

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

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

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

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

This text has shadow with #AC896D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AC896D.

Preview

Color preview on black background

This text has color #AC896D on black background.


Color preview on white background

This text has color #AC896D on white background.


Black color preview on #AC896D background

This text has black color on #AC896D background.


White color preview on #AC896D background

This text has white color on #AC896D background.


Related colors

Complementary color

Complementary color for #hex is #537692.


I love getcolorcode.com

Triadic colors

1 #6DAC89 and #896DAC with #AC896D are triadic colors.

2 #6D89AC and #89AC6D with #AC896D are triadic colors.