COLOR #AC342D

HEX: #AC342D
RGB: (172,52,45)

Color info

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

RGB color model

#AC342D color RGB value is (172,52,45).

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

RGB channels and saturation

R 172 of 255 = 67%
G 52 of 255 = 20%
B 45 of 255 = 18%

172
52
45

R + G + B ~ 35%. #AC342D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
172 + 52 + 45 = 269 (100%)
R 172 of 269 ~ 63.94%
G 52 of 269 ~ 19.33%
B 45 of 269 ~ 16.73%

%63.94
%19.33
%16.73

CMYK color model

#AC342D color CMYK value is (0,70,74,33).

  • cyan value is 0.00%
  • magenta value is 69.77%
  • yellow value is 73.84%
  • key color value is 32.55%
CMYK:
(0,70,74,33)
C0M70Y74K33 
(0%,70%,74%,33%)
(0.00/0.70/0.74/0.33)	

CMYK percentages

%0
%69.77
%73.84
%32.55

Codes

Color #AC342D in popluar color models

AC342D
RGB1725245
HSL58.53%42.55%
HSB/HSV73.84%67.45%
CMYK0.00%69.77%73.84%
32.55%

Color #AC342D in popluar number systems.

HEXAC342D
Decimal1725245
Binary10101100110100101101
Octal2546455

Shades and tints

Shades of #AC342D

#AC342D
(172,52,45)
#9D3029
(157,48,41)
#8E2C25
(142,44,37)
#7F2821
(127,40,33)
#70241D
(112,36,29)
#612019
(97,32,25)
#521C15
(82,28,21)
#431811
(67,24,17)
#34140D
(52,20,13)
#251009
(37,16,9)
#160C05
(22,12,5)
#000000
(0,0,0)

Tints of #AC342D

#AC342D
(172,52,45)
#B34640
(179,70,64)
#BA5853
(186,88,83)
#C16A66
(193,106,102)
#C87C79
(200,124,121)
#CF8E8C
(207,142,140)
#D6A09F
(214,160,159)
#DDB2B2
(221,178,178)
#E4C4C5
(228,196,197)
#EBD6D8
(235,214,216)
#F2E8EB
(242,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC342D; }

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

This text font color is #AC342D.


Background Color

.myBgColor { background-color: #AC342D; }

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

This div background color is #AC342D.


Border color

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

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

This div border color is #AC342D.


Opacity

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

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

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

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

This text has shadow with #AC342D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC342D on black background.


Color preview on white background

This text has color #AC342D on white background.



Black color preview on #AC342D background

This text has black color on #AC342D background.


White color preview on #AC342D background

This text has white color on #AC342D background.