COLOR #AC5241

HEX: #AC5241
RGB: (172,82,65)

Color info

#AC5241 contains mainly red color. Web safe color of #AC5241 is #996633 (or #963).

RGB color model

#AC5241 color RGB value is (172,82,65).

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

RGB channels and saturation

R 172 of 255 = 67%
G 82 of 255 = 32%
B 65 of 255 = 25%

172
82
65

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

Portions of RGB colors in percentages

R + G + B =
172 + 82 + 65 = 319 (100%)
R 172 of 319 ~ 53.92%
G 82 of 319 ~ 25.71%
B 65 of 319 ~ 20.38%

%53.92
%25.71
%20.38

CMYK color model

#AC5241 color CMYK value is (0,52,62,33).

  • cyan value is 0.00%
  • magenta value is 52.33%
  • yellow value is 62.21%
  • key color value is 32.55%
CMYK:
(0,52,62,33)
C0M52Y62K33 
(0%,52%,62%,33%)
(0.00/0.52/0.62/0.33)	

CMYK percentages

%0
%52.33
%62.21
%32.55

Codes

Color #AC5241 in popluar color models

AC5241
RGB1728265
HSL10°45.15%46.47%
HSB/HSV10°62.21%67.45%
CMYK0.00%52.33%62.21%
32.55%

Color #AC5241 in popluar number systems.

HEXAC5241
Decimal1728265
Binary1010110010100101000001
Octal254122101

Shades and tints

Shades of #AC5241

#AC5241
(172,82,65)
#9D4B3C
(157,75,60)
#8E4437
(142,68,55)
#7F3D32
(127,61,50)
#70362D
(112,54,45)
#612F28
(97,47,40)
#522823
(82,40,35)
#43211E
(67,33,30)
#341A19
(52,26,25)
#251314
(37,19,20)
#160C0F
(22,12,15)
#000000
(0,0,0)

Tints of #AC5241

#AC5241
(172,82,65)
#B36152
(179,97,82)
#BA7063
(186,112,99)
#C17F74
(193,127,116)
#C88E85
(200,142,133)
#CF9D96
(207,157,150)
#D6ACA7
(214,172,167)
#DDBBB8
(221,187,184)
#E4CAC9
(228,202,201)
#EBD9DA
(235,217,218)
#F2E8EB
(242,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC5241; }

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

This text font color is #AC5241.


Background Color

.myBgColor { background-color: #AC5241; }

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

This div background color is #AC5241.


Border color

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

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

This div border color is #AC5241.


Opacity

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

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

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

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

This text has shadow with #AC5241 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC5241 on black background.


Color preview on white background

This text has color #AC5241 on white background.



Black color preview on #AC5241 background

This text has black color on #AC5241 background.


White color preview on #AC5241 background

This text has white color on #AC5241 background.