COLOR #AC571A

HEX: #AC571A
RGB: (172,87,26)

Color info

#AC571A contains mainly red color. Web safe color of #AC571A is #996600 (or #960).

RGB color model

#AC571A color RGB value is (172,87,26).

  • red value is 172;
  • green value is 87;
  • blue value is 26.
RGB:
(172,87,26)
(67%,34%,10%)

RGB channels and saturation

R 172 of 255 = 67%
G 87 of 255 = 34%
B 26 of 255 = 10%

172
87
26

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

Portions of RGB colors in percentages

R + G + B =
172 + 87 + 26 = 285 (100%)
R 172 of 285 ~ 60.35%
G 87 of 285 ~ 30.53%
B 26 of 285 ~ 9.12%

%60.35
%30.53

CMYK color model

#AC571A color CMYK value is (0,49,85,33).

  • cyan value is 0.00%
  • magenta value is 49.42%
  • yellow value is 84.88%
  • key color value is 32.55%
CMYK:
(0,49,85,33)
C0M49Y85K33 
(0%,49%,85%,33%)
(0.00/0.49/0.85/0.33)	

CMYK percentages

%0
%49.42
%84.88
%32.55

Codes

Color #AC571A in popluar color models

AC571A
RGB1728726
HSL25°73.74%38.82%
HSB/HSV25°84.88%67.45%
CMYK0.00%49.42%84.88%
32.55%

Color #AC571A in popluar number systems.

HEXAC571A
Decimal1728726
Binary10101100101011111010
Octal25412732

Shades and tints

Shades of #AC571A

#AC571A
(172,87,26)
#9D5018
(157,80,24)
#8E4916
(142,73,22)
#7F4214
(127,66,20)
#703B12
(112,59,18)
#613410
(97,52,16)
#522D0E
(82,45,14)
#43260C
(67,38,12)
#341F0A
(52,31,10)
#251808
(37,24,8)
#161106
(22,17,6)
#000000
(0,0,0)

Tints of #AC571A

#AC571A
(172,87,26)
#B3662E
(179,102,46)
#BA7542
(186,117,66)
#C18456
(193,132,86)
#C8936A
(200,147,106)
#CFA27E
(207,162,126)
#D6B192
(214,177,146)
#DDC0A6
(221,192,166)
#E4CFBA
(228,207,186)
#EBDECE
(235,222,206)
#F2EDE2
(242,237,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC571A color. Also use rgb(172,87,26) instead hex code.

Text Font Color

.myTextColor { color: #AC571A; }

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

This text font color is #AC571A.


Background Color

.myBgColor { background-color: #AC571A; }

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

This div background color is #AC571A.


Border color

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

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

This div border color is #AC571A.


Opacity

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

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

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

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

This text has shadow with #AC571A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC571A on black background.


Color preview on white background

This text has color #AC571A on white background.



Black color preview on #AC571A background

This text has black color on #AC571A background.


White color preview on #AC571A background

This text has white color on #AC571A background.