COLOR #AC822D

HEX: #AC822D
RGB: (172,130,45)

Color info

#AC822D contains mainly red and green colors. Web safe color of #AC822D is #999933 (or #993).

RGB color model

#AC822D color RGB value is (172,130,45).

  • red value is 172;
  • green value is 130;
  • blue value is 45.
RGB:
(172,130,45)
(67%,51%,18%)

RGB channels and saturation

R 172 of 255 = 67%
G 130 of 255 = 51%
B 45 of 255 = 18%

172
130
45

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

Portions of RGB colors in percentages

R + G + B =
172 + 130 + 45 = 347 (100%)
R 172 of 347 ~ 49.57%
G 130 of 347 ~ 37.46%
B 45 of 347 ~ 12.97%

%49.57
%37.46
%12.97

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 24.42%
  • yellow value is 73.84%
  • key color value is 32.55%
CMYK:
(0,24,74,33)
C0M24Y74K33 
(0%,24%,74%,33%)
(0.00/0.24/0.74/0.33)	

CMYK percentages

%0
%24.42
%73.84
%32.55

Codes

Color #AC822D in popluar color models

AC822D
RGB17213045
HSL40°58.53%42.55%
HSB/HSV40°73.84%67.45%
CMYK0.00%24.42%73.84%
32.55%

Color #AC822D in popluar number systems.

HEXAC822D
Decimal17213045
Binary1010110010000010101101
Octal25420255

Shades and tints

Shades of #AC822D

#AC822D
(172,130,45)
#9D7729
(157,119,41)
#8E6C25
(142,108,37)
#7F6121
(127,97,33)
#70561D
(112,86,29)
#614B19
(97,75,25)
#524015
(82,64,21)
#433511
(67,53,17)
#342A0D
(52,42,13)
#251F09
(37,31,9)
#161405
(22,20,5)
#000000
(0,0,0)

Tints of #AC822D

#AC822D
(172,130,45)
#B38D40
(179,141,64)
#BA9853
(186,152,83)
#C1A366
(193,163,102)
#C8AE79
(200,174,121)
#CFB98C
(207,185,140)
#D6C49F
(214,196,159)
#DDCFB2
(221,207,178)
#E4DAC5
(228,218,197)
#EBE5D8
(235,229,216)
#F2F0EB
(242,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC822D color. Also use rgb(172,130,45) instead hex code.

Text Font Color

.myTextColor { color: #AC822D; }

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

This text font color is #AC822D.


Background Color

.myBgColor { background-color: #AC822D; }

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

This div background color is #AC822D.


Border color

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

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

This div border color is #AC822D.


Opacity

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

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

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

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

This text has shadow with #AC822D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC822D on black background.


Color preview on white background

This text has color #AC822D on white background.



Black color preview on #AC822D background

This text has black color on #AC822D background.


White color preview on #AC822D background

This text has white color on #AC822D background.