COLOR #AC8C79

HEX: #AC8C79 RGB: (172,140,121)

Color info

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

RGB color model

#AC8C79 color RGB value is (172,140,121).

RGB: (172,140,121) (67%, 55%, 47%)

RGB channels and saturation

R 172 of 255 = 67%
G 140 of 255 = 55%
B 121 of 255 = 47%

172
140
121

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

Portions of RGB colors in percentages

R + G + B = 172 + 140 + 121 = 433 (100%)
R 172 of 433 ~ 39.72%
G 140 of 433 ~ 32.33%
B 121 of 433 ~ 27.94'%

%39.72
%32.33
%27.94

CMYK color model

#AC8C79 color CMYK value is (0,19,30,33).

  • cyan value is 0.00%
  • magenta value is 18.60%
  • yellow value is 29.65%
  • key color value is 32.55%

CMYK: (0,19,30,33)
C0M19Y30K33 (0%, 19%, 30%, 33%)
(0.00 / 0.19 / 0.30 / 0.33)

CMYK percentages

%0
%18.6
%29.65
%32.55

Codes

Color #AC8C79 in popluar color models

AC 8C 79
RGB 172 140 121
HSL 22° 23.50% 57.45%
HSB/HSV 22° 29.65% 67.45%
CMYK 0.00% 18.60% 29.65%
32.55%

Color #AC8C79 in popluar number systems.

HEX AC 8C 79
Decimal 172 140 121
Binary 10101100 10001100 1111001
Octal 254 214 171

Shades and tints

Shades of #AC8C79

#AC8C79
(172,140,121)
#9D806E
(157,128,110)
#8E7463
(142,116,99)
#7F6858
(127,104,88)
#705C4D
(112,92,77)
#615042
(97,80,66)
#524437
(82,68,55)
#43382C
(67,56,44)
#342C21
(52,44,33)
#252016
(37,32,22)
#16140B
(22,20,11)
#000000
(0,0,0)

Tints of #AC8C79

#AC8C79
(172,140,121)
#B39685
(179,150,133)
#BAA091
(186,160,145)
#C1AA9D
(193,170,157)
#C8B4A9
(200,180,169)
#CFBEB5
(207,190,181)
#D6C8C1
(214,200,193)
#DDD2CD
(221,210,205)
#E4DCD9
(228,220,217)
#EBE6E5
(235,230,229)
#F2F0F1
(242,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC8C79 color. Also use rgb(172,140,121) instead hex code.

Text Font Color

.myTextColor { color: #AC8C79; }

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

This text font color is #AC8C79.

Background Color

.myBgColor { background-color: #AC8C79; }

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

This div background color is #AC8C79.

Border color

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

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

This div border color is #AC8C79.

Opacity

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

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

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

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

This text has shadow with #AC8C79 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AC8C79.

Preview

Color preview on black background

This text has color #AC8C79 on black background.


Color preview on white background

This text has color #AC8C79 on white background.


Black color preview on #AC8C79 background

This text has black color on #AC8C79 background.


White color preview on #AC8C79 background

This text has white color on #AC8C79 background.


Related colors

Complementary color

Complementary color for #hex is #537386.


I love getcolorcode.com

Triadic colors

1 #79AC8C and #8C79AC with #AC8C79 are triadic colors.

2 #798CAC and #8CAC79 with #AC8C79 are triadic colors.