COLOR #AC6323

HEX: #AC6323
RGB: (172,99,35)

Color info

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

RGB color model

#AC6323 color RGB value is (172,99,35).

  • red value is 172;
  • green value is 99;
  • blue value is 35.
RGB:
(172,99,35)
(67%,39%,14%)

RGB channels and saturation

R 172 of 255 = 67%
G 99 of 255 = 39%
B 35 of 255 = 14%

172
99
35

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

Portions of RGB colors in percentages

R + G + B =
172 + 99 + 35 = 306 (100%)
R 172 of 306 ~ 56.21%
G 99 of 306 ~ 32.35%
B 35 of 306 ~ 11.44%

%56.21
%32.35
%11.44

CMYK color model

#AC6323 color CMYK value is (0,42,80,33).

  • cyan value is 0.00%
  • magenta value is 42.44%
  • yellow value is 79.65%
  • key color value is 32.55%
CMYK:
(0,42,80,33)
C0M42Y80K33 
(0%,42%,80%,33%)
(0.00/0.42/0.80/0.33)	

CMYK percentages

%0
%42.44
%79.65
%32.55

Codes

Color #AC6323 in popluar color models

AC6323
RGB1729935
HSL28°66.18%40.59%
HSB/HSV28°79.65%67.45%
CMYK0.00%42.44%79.65%
32.55%

Color #AC6323 in popluar number systems.

HEXAC6323
Decimal1729935
Binary101011001100011100011
Octal25414343

Shades and tints

Shades of #AC6323

#AC6323
(172,99,35)
#9D5A20
(157,90,32)
#8E511D
(142,81,29)
#7F481A
(127,72,26)
#703F17
(112,63,23)
#613614
(97,54,20)
#522D11
(82,45,17)
#43240E
(67,36,14)
#341B0B
(52,27,11)
#251208
(37,18,8)
#160905
(22,9,5)
#000000
(0,0,0)

Tints of #AC6323

#AC6323
(172,99,35)
#B37137
(179,113,55)
#BA7F4B
(186,127,75)
#C18D5F
(193,141,95)
#C89B73
(200,155,115)
#CFA987
(207,169,135)
#D6B79B
(214,183,155)
#DDC5AF
(221,197,175)
#E4D3C3
(228,211,195)
#EBE1D7
(235,225,215)
#F2EFEB
(242,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC6323 color. Also use rgb(172,99,35) instead hex code.

Text Font Color

.myTextColor { color: #AC6323; }

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

This text font color is #AC6323.


Background Color

.myBgColor { background-color: #AC6323; }

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

This div background color is #AC6323.


Border color

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

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

This div border color is #AC6323.


Opacity

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

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

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

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

This text has shadow with #AC6323 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC6323 on black background.


Color preview on white background

This text has color #AC6323 on white background.



Black color preview on #AC6323 background

This text has black color on #AC6323 background.


White color preview on #AC6323 background

This text has white color on #AC6323 background.