COLOR #AC8455

HEX: #AC8455
RGB: (172,132,85)

Color info

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

RGB color model

#AC8455 color RGB value is (172,132,85).

  • red value is 172;
  • green value is 132;
  • blue value is 85.
RGB:
(172,132,85)
(67%,52%,33%)

RGB channels and saturation

R 172 of 255 = 67%
G 132 of 255 = 52%
B 85 of 255 = 33%

172
132
85

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

Portions of RGB colors in percentages

R + G + B =
172 + 132 + 85 = 389 (100%)
R 172 of 389 ~ 44.22%
G 132 of 389 ~ 33.93%
B 85 of 389 ~ 21.85%

%44.22
%33.93
%21.85

CMYK color model

#AC8455 color CMYK value is (0,23,51,33).

  • cyan value is 0.00%
  • magenta value is 23.26%
  • yellow value is 50.58%
  • key color value is 32.55%
CMYK:
(0,23,51,33)
C0M23Y51K33 
(0%,23%,51%,33%)
(0.00/0.23/0.51/0.33)	

CMYK percentages

%0
%23.26
%50.58
%32.55

Codes

Color #AC8455 in popluar color models

AC8455
RGB17213285
HSL32°34.39%50.39%
HSB/HSV32°50.58%67.45%
CMYK0.00%23.26%50.58%
32.55%

Color #AC8455 in popluar number systems.

HEXAC8455
Decimal17213285
Binary10101100100001001010101
Octal254204125

Shades and tints

Shades of #AC8455

#AC8455
(172,132,85)
#9D784E
(157,120,78)
#8E6C47
(142,108,71)
#7F6040
(127,96,64)
#705439
(112,84,57)
#614832
(97,72,50)
#523C2B
(82,60,43)
#433024
(67,48,36)
#34241D
(52,36,29)
#251816
(37,24,22)
#160C0F
(22,12,15)
#000000
(0,0,0)

Tints of #AC8455

#AC8455
(172,132,85)
#B38F64
(179,143,100)
#BA9A73
(186,154,115)
#C1A582
(193,165,130)
#C8B091
(200,176,145)
#CFBBA0
(207,187,160)
#D6C6AF
(214,198,175)
#DDD1BE
(221,209,190)
#E4DCCD
(228,220,205)
#EBE7DC
(235,231,220)
#F2F2EB
(242,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC8455 color. Also use rgb(172,132,85) instead hex code.

Text Font Color

.myTextColor { color: #AC8455; }

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

This text font color is #AC8455.


Background Color

.myBgColor { background-color: #AC8455; }

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

This div background color is #AC8455.


Border color

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

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

This div border color is #AC8455.


Opacity

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

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

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

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

This text has shadow with #AC8455 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC8455 on black background.


Color preview on white background

This text has color #AC8455 on white background.



Black color preview on #AC8455 background

This text has black color on #AC8455 background.


White color preview on #AC8455 background

This text has white color on #AC8455 background.