COLOR #AC8374

HEX: #AC8374 RGB: (172,131,116)

Color info

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

RGB color model

#AC8374 color RGB value is (172,131,116).

RGB: (172,131,116) (67%, 51%, 45%)

RGB channels and saturation

R 172 of 255 = 67%
G 131 of 255 = 51%
B 116 of 255 = 45%

172
131
116

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

Portions of RGB colors in percentages

R + G + B = 172 + 131 + 116 = 419 (100%)
R 172 of 419 ~ 41.05%
G 131 of 419 ~ 31.26%
B 116 of 419 ~ 27.68'%

%41.05
%31.26
%27.68

CMYK color model

#AC8374 color CMYK value is (0,24,33,33).

  • cyan value is 0.00%
  • magenta value is 23.84%
  • yellow value is 32.56%
  • key color value is 32.55%
CMYK: (0,24,33,33) C0M24Y33K33 (0%,24%,33%,33%) (0.00/0.24/0.33/0.33) 

CMYK percentages

%0
%23.84
%32.56
%32.55

Codes

Color #AC8374 in popluar color models

AC 83 74
RGB 172 131 116
HSL 16° 25.23% 56.47%
HSB/HSV 16° 32.56% 67.45%
CMYK 0.00% 23.84% 32.56%
32.55%

Color #AC8374 in popluar number systems.

HEX AC 83 74
Decimal 172 131 116
Binary 10101100 10000011 1110100
Octal 254 203 164

Shades and tints

Shades of #AC8374

#AC8374
(172,131,116)
#9D786A
(157,120,106)
#8E6D60
(142,109,96)
#7F6256
(127,98,86)
#70574C
(112,87,76)
#614C42
(97,76,66)
#524138
(82,65,56)
#43362E
(67,54,46)
#342B24
(52,43,36)
#25201A
(37,32,26)
#161510
(22,21,16)
#000000
(0,0,0)

Tints of #AC8374

#AC8374
(172,131,116)
#B38E80
(179,142,128)
#BA998C
(186,153,140)
#C1A498
(193,164,152)
#C8AFA4
(200,175,164)
#CFBAB0
(207,186,176)
#D6C5BC
(214,197,188)
#DDD0C8
(221,208,200)
#E4DBD4
(228,219,212)
#EBE6E0
(235,230,224)
#F2F1EC
(242,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC8374 color. Also use rgb(172,131,116) instead hex code.

Text Font Color

.myTextColor { color: #AC8374; }

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

This text font color is #AC8374.

Background Color

.myBgColor { background-color: #AC8374; }

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

This div background color is #AC8374.

Border color

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

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

This div border color is #AC8374.

Opacity

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

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

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

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

This text has shadow with #AC8374 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AC8374.

Preview

Color preview on black background

This text has color #AC8374 on black background.


Color preview on white background

This text has color #AC8374 on white background.


Black color preview on #AC8374 background

This text has black color on #AC8374 background.


White color preview on #AC8374 background

This text has white color on #AC8374 background.


Related colors

Complementary color

Complementary color for #hex is #537C8B.


I love getcolorcode.com

Triadic colors

1 #74AC83 and #8374AC with #AC8374 are triadic colors.

2 #7483AC and #83AC74 with #AC8374 are triadic colors.