COLOR #AC8774

HEX: #AC8774
RGB: (172,135,116)

Color info

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

RGB color model

#AC8774 color RGB value is (172,135,116).

  • red value is 172;
  • green value is 135;
  • blue value is 116.
RGB:
(172,135,116)
(67%,53%,45%)

RGB channels and saturation

R 172 of 255 = 67%
G 135 of 255 = 53%
B 116 of 255 = 45%

172
135
116

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

Portions of RGB colors in percentages

R + G + B =
172 + 135 + 116 = 423 (100%)
R 172 of 423 ~ 40.66%
G 135 of 423 ~ 31.91%
B 116 of 423 ~ 27.42%

%40.66
%31.91
%27.42

CMYK color model

#AC8774 color CMYK value is (0,22,33,33).

  • cyan value is 0.00%
  • magenta value is 21.51%
  • yellow value is 32.56%
  • key color value is 32.55%
CMYK:
(0,22,33,33)
C0M22Y33K33 
(0%,22%,33%,33%)
(0.00/0.22/0.33/0.33)	

CMYK percentages

%0
%21.51
%32.56
%32.55

Codes

Color #AC8774 in popluar color models

AC8774
RGB172135116
HSL20°25.23%56.47%
HSB/HSV20°32.56%67.45%
CMYK0.00%21.51%32.56%
32.55%

Color #AC8774 in popluar number systems.

HEXAC8774
Decimal172135116
Binary10101100100001111110100
Octal254207164

Shades and tints

Shades of #AC8774

#AC8774
(172,135,116)
#9D7B6A
(157,123,106)
#8E6F60
(142,111,96)
#7F6356
(127,99,86)
#70574C
(112,87,76)
#614B42
(97,75,66)
#523F38
(82,63,56)
#43332E
(67,51,46)
#342724
(52,39,36)
#251B1A
(37,27,26)
#160F10
(22,15,16)
#000000
(0,0,0)

Tints of #AC8774

#AC8774
(172,135,116)
#B39180
(179,145,128)
#BA9B8C
(186,155,140)
#C1A598
(193,165,152)
#C8AFA4
(200,175,164)
#CFB9B0
(207,185,176)
#D6C3BC
(214,195,188)
#DDCDC8
(221,205,200)
#E4D7D4
(228,215,212)
#EBE1E0
(235,225,224)
#F2EBEC
(242,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC8774; }

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

This text font color is #AC8774.


Background Color

.myBgColor { background-color: #AC8774; }

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

This div background color is #AC8774.


Border color

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

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

This div border color is #AC8774.


Opacity

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

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

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

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

This text has shadow with #AC8774 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC8774 on black background.


Color preview on white background

This text has color #AC8774 on white background.



Black color preview on #AC8774 background

This text has black color on #AC8774 background.


White color preview on #AC8774 background

This text has white color on #AC8774 background.