COLOR #AC8852

HEX: #AC8852
RGB: (172,136,82)

Color info

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

RGB color model

#AC8852 color RGB value is (172,136,82).

  • red value is 172;
  • green value is 136;
  • blue value is 82.
RGB:
(172,136,82)
(67%,53%,32%)

RGB channels and saturation

R 172 of 255 = 67%
G 136 of 255 = 53%
B 82 of 255 = 32%

172
136
82

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

Portions of RGB colors in percentages

R + G + B =
172 + 136 + 82 = 390 (100%)
R 172 of 390 ~ 44.1%
G 136 of 390 ~ 34.87%
B 82 of 390 ~ 21.03%

%44.1
%34.87
%21.03

CMYK color model

#AC8852 color CMYK value is (0,21,52,33).

  • cyan value is 0.00%
  • magenta value is 20.93%
  • yellow value is 52.33%
  • key color value is 32.55%
CMYK:
(0,21,52,33)
C0M21Y52K33 
(0%,21%,52%,33%)
(0.00/0.21/0.52/0.33)	

CMYK percentages

%0
%20.93
%52.33
%32.55

Codes

Color #AC8852 in popluar color models

AC8852
RGB17213682
HSL36°35.43%49.80%
HSB/HSV36°52.33%67.45%
CMYK0.00%20.93%52.33%
32.55%

Color #AC8852 in popluar number systems.

HEXAC8852
Decimal17213682
Binary10101100100010001010010
Octal254210122

Shades and tints

Shades of #AC8852

#AC8852
(172,136,82)
#9D7C4B
(157,124,75)
#8E7044
(142,112,68)
#7F643D
(127,100,61)
#705836
(112,88,54)
#614C2F
(97,76,47)
#524028
(82,64,40)
#433421
(67,52,33)
#34281A
(52,40,26)
#251C13
(37,28,19)
#16100C
(22,16,12)
#000000
(0,0,0)

Tints of #AC8852

#AC8852
(172,136,82)
#B39261
(179,146,97)
#BA9C70
(186,156,112)
#C1A67F
(193,166,127)
#C8B08E
(200,176,142)
#CFBA9D
(207,186,157)
#D6C4AC
(214,196,172)
#DDCEBB
(221,206,187)
#E4D8CA
(228,216,202)
#EBE2D9
(235,226,217)
#F2ECE8
(242,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC8852 color. Also use rgb(172,136,82) instead hex code.

Text Font Color

.myTextColor { color: #AC8852; }

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

This text font color is #AC8852.


Background Color

.myBgColor { background-color: #AC8852; }

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

This div background color is #AC8852.


Border color

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

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

This div border color is #AC8852.


Opacity

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

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

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

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

This text has shadow with #AC8852 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC8852 on black background.


Color preview on white background

This text has color #AC8852 on white background.



Black color preview on #AC8852 background

This text has black color on #AC8852 background.


White color preview on #AC8852 background

This text has white color on #AC8852 background.