COLOR #AC482B

HEX: #AC482B
RGB: (172,72,43)

Color info

#AC482B contains mainly red color. Web safe color of #AC482B is #993333 (or #933).

RGB color model

#AC482B color RGB value is (172,72,43).

  • red value is 172;
  • green value is 72;
  • blue value is 43.
RGB:
(172,72,43)
(67%,28%,17%)

RGB channels and saturation

R 172 of 255 = 67%
G 72 of 255 = 28%
B 43 of 255 = 17%

172
72
43

R + G + B ~ 37%. #AC482B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
172 + 72 + 43 = 287 (100%)
R 172 of 287 ~ 59.93%
G 72 of 287 ~ 25.09%
B 43 of 287 ~ 14.98%

%59.93
%25.09
%14.98

CMYK color model

#AC482B color CMYK value is (0,58,75,33).

  • cyan value is 0.00%
  • magenta value is 58.14%
  • yellow value is 75.00%
  • key color value is 32.55%
CMYK:
(0,58,75,33)
C0M58Y75K33 
(0%,58%,75%,33%)
(0.00/0.58/0.75/0.33)	

CMYK percentages

%0
%58.14
%75
%32.55

Codes

Color #AC482B in popluar color models

AC482B
RGB1727243
HSL13°60.00%42.16%
HSB/HSV13°75.00%67.45%
CMYK0.00%58.14%75.00%
32.55%

Color #AC482B in popluar number systems.

HEXAC482B
Decimal1727243
Binary101011001001000101011
Octal25411053

Shades and tints

Shades of #AC482B

#AC482B
(172,72,43)
#9D4228
(157,66,40)
#8E3C25
(142,60,37)
#7F3622
(127,54,34)
#70301F
(112,48,31)
#612A1C
(97,42,28)
#522419
(82,36,25)
#431E16
(67,30,22)
#341813
(52,24,19)
#251210
(37,18,16)
#160C0D
(22,12,13)
#000000
(0,0,0)

Tints of #AC482B

#AC482B
(172,72,43)
#B3583E
(179,88,62)
#BA6851
(186,104,81)
#C17864
(193,120,100)
#C88877
(200,136,119)
#CF988A
(207,152,138)
#D6A89D
(214,168,157)
#DDB8B0
(221,184,176)
#E4C8C3
(228,200,195)
#EBD8D6
(235,216,214)
#F2E8E9
(242,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC482B color. Also use rgb(172,72,43) instead hex code.

Text Font Color

.myTextColor { color: #AC482B; }

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

This text font color is #AC482B.


Background Color

.myBgColor { background-color: #AC482B; }

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

This div background color is #AC482B.


Border color

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

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

This div border color is #AC482B.


Opacity

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

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

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

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

This text has shadow with #AC482B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC482B on black background.


Color preview on white background

This text has color #AC482B on white background.



Black color preview on #AC482B background

This text has black color on #AC482B background.


White color preview on #AC482B background

This text has white color on #AC482B background.