COLOR #AC8967

HEX: #AC8967 RGB: (172,137,103)

Color info

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

RGB color model

#AC8967 color RGB value is (172,137,103).

RGB: (172,137,103) (67%, 54%, 40%)

RGB channels and saturation

R 172 of 255 = 67%
G 137 of 255 = 54%
B 103 of 255 = 40%

172
137
103

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

Portions of RGB colors in percentages

R + G + B = 172 + 137 + 103 = 412 (100%)
R 172 of 412 ~ 41.75%
G 137 of 412 ~ 33.25%
B 103 of 412 ~ 25'%

%41.75
%33.25
%25

CMYK color model

#AC8967 color CMYK value is (0,20,40,33).

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

CMYK: (0,20,40,33)
C0M20Y40K33 (0%, 20%, 40%, 33%)
(0.00 / 0.20 / 0.40 / 0.33)

CMYK percentages

%0
%20.35
%40.12
%32.55

Codes

Color #AC8967 in popluar color models

AC 89 67
RGB 172 137 103
HSL 30° 29.36% 53.92%
HSB/HSV 30° 40.12% 67.45%
CMYK 0.00% 20.35% 40.12%
32.55%

Color #AC8967 in popluar number systems.

HEX AC 89 67
Decimal 172 137 103
Binary 10101100 10001001 1100111
Octal 254 211 147

Shades and tints

Shades of #AC8967

#AC8967
(172,137,103)
#9D7D5E
(157,125,94)
#8E7155
(142,113,85)
#7F654C
(127,101,76)
#705943
(112,89,67)
#614D3A
(97,77,58)
#524131
(82,65,49)
#433528
(67,53,40)
#34291F
(52,41,31)
#251D16
(37,29,22)
#16110D
(22,17,13)
#000000
(0,0,0)

Tints of #AC8967

#AC8967
(172,137,103)
#B39374
(179,147,116)
#BA9D81
(186,157,129)
#C1A78E
(193,167,142)
#C8B19B
(200,177,155)
#CFBBA8
(207,187,168)
#D6C5B5
(214,197,181)
#DDCFC2
(221,207,194)
#E4D9CF
(228,217,207)
#EBE3DC
(235,227,220)
#F2EDE9
(242,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC8967; }

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

This text font color is #AC8967.

Background Color

.myBgColor { background-color: #AC8967; }

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

This div background color is #AC8967.

Border color

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

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

This div border color is #AC8967.

Opacity

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

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

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

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

This text has shadow with #AC8967 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AC8967.

Preview

Color preview on black background

This text has color #AC8967 on black background.


Color preview on white background

This text has color #AC8967 on white background.


Black color preview on #AC8967 background

This text has black color on #AC8967 background.


White color preview on #AC8967 background

This text has white color on #AC8967 background.


Related colors

Complementary color

Complementary color for #hex is #537698.


I love getcolorcode.com

Triadic colors

1 #67AC89 and #8967AC with #AC8967 are triadic colors.

2 #6789AC and #89AC67 with #AC8967 are triadic colors.