COLOR #AC5619

HEX: #AC5619
RGB: (172,86,25)

Color info

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

RGB color model

#AC5619 color RGB value is (172,86,25).

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

RGB channels and saturation

R 172 of 255 = 67%
G 86 of 255 = 34%
B 25 of 255 = 10%

172
86
25

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

Portions of RGB colors in percentages

R + G + B =
172 + 86 + 25 = 283 (100%)
R 172 of 283 ~ 60.78%
G 86 of 283 ~ 30.39%
B 25 of 283 ~ 8.83%

%60.78
%30.39

CMYK color model

#AC5619 color CMYK value is (0,50,85,33).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 85.47%
  • key color value is 32.55%
CMYK:
(0,50,85,33)
C0M50Y85K33 
(0%,50%,85%,33%)
(0.00/0.50/0.85/0.33)	

CMYK percentages

%0
%50
%85.47
%32.55

Codes

Color #AC5619 in popluar color models

AC5619
RGB1728625
HSL25°74.62%38.63%
HSB/HSV25°85.47%67.45%
CMYK0.00%50.00%85.47%
32.55%

Color #AC5619 in popluar number systems.

HEXAC5619
Decimal1728625
Binary10101100101011011001
Octal25412631

Shades and tints

Shades of #AC5619

#AC5619
(172,86,25)
#9D4F17
(157,79,23)
#8E4815
(142,72,21)
#7F4113
(127,65,19)
#703A11
(112,58,17)
#61330F
(97,51,15)
#522C0D
(82,44,13)
#43250B
(67,37,11)
#341E09
(52,30,9)
#251707
(37,23,7)
#161005
(22,16,5)
#000000
(0,0,0)

Tints of #AC5619

#AC5619
(172,86,25)
#B3652D
(179,101,45)
#BA7441
(186,116,65)
#C18355
(193,131,85)
#C89269
(200,146,105)
#CFA17D
(207,161,125)
#D6B091
(214,176,145)
#DDBFA5
(221,191,165)
#E4CEB9
(228,206,185)
#EBDDCD
(235,221,205)
#F2ECE1
(242,236,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC5619 color. Also use rgb(172,86,25) instead hex code.

Text Font Color

.myTextColor { color: #AC5619; }

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

This text font color is #AC5619.


Background Color

.myBgColor { background-color: #AC5619; }

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

This div background color is #AC5619.


Border color

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

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

This div border color is #AC5619.


Opacity

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

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

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

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

This text has shadow with #AC5619 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC5619 on black background.


Color preview on white background

This text has color #AC5619 on white background.



Black color preview on #AC5619 background

This text has black color on #AC5619 background.


White color preview on #AC5619 background

This text has white color on #AC5619 background.