COLOR #AC8775

HEX: #AC8775
RGB: (172,135,117)

Color info

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

RGB color model

#AC8775 color RGB value is (172,135,117).

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

RGB channels and saturation

R 172 of 255 = 67%
G 135 of 255 = 53%
B 117 of 255 = 46%

172
135
117

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

Portions of RGB colors in percentages

R + G + B =
172 + 135 + 117 = 424 (100%)
R 172 of 424 ~ 40.57%
G 135 of 424 ~ 31.84%
B 117 of 424 ~ 27.59%

%40.57
%31.84
%27.59

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 21.51%
  • yellow value is 31.98%
  • key color value is 32.55%
CMYK:
(0,22,32,33)
C0M22Y32K33 
(0%,22%,32%,33%)
(0.00/0.22/0.32/0.33)	

CMYK percentages

%0
%21.51
%31.98
%32.55

Codes

Color #AC8775 in popluar color models

AC8775
RGB172135117
HSL20°24.89%56.67%
HSB/HSV20°31.98%67.45%
CMYK0.00%21.51%31.98%
32.55%

Color #AC8775 in popluar number systems.

HEXAC8775
Decimal172135117
Binary10101100100001111110101
Octal254207165

Shades and tints

Shades of #AC8775

#AC8775
(172,135,117)
#9D7B6B
(157,123,107)
#8E6F61
(142,111,97)
#7F6357
(127,99,87)
#70574D
(112,87,77)
#614B43
(97,75,67)
#523F39
(82,63,57)
#43332F
(67,51,47)
#342725
(52,39,37)
#251B1B
(37,27,27)
#160F11
(22,15,17)
#000000
(0,0,0)

Tints of #AC8775

#AC8775
(172,135,117)
#B39181
(179,145,129)
#BA9B8D
(186,155,141)
#C1A599
(193,165,153)
#C8AFA5
(200,175,165)
#CFB9B1
(207,185,177)
#D6C3BD
(214,195,189)
#DDCDC9
(221,205,201)
#E4D7D5
(228,215,213)
#EBE1E1
(235,225,225)
#F2EBED
(242,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC8775; }

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

This text font color is #AC8775.


Background Color

.myBgColor { background-color: #AC8775; }

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

This div background color is #AC8775.


Border color

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

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

This div border color is #AC8775.


Opacity

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

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

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

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

This text has shadow with #AC8775 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC8775 on black background.


Color preview on white background

This text has color #AC8775 on white background.



Black color preview on #AC8775 background

This text has black color on #AC8775 background.


White color preview on #AC8775 background

This text has white color on #AC8775 background.