COLOR #AC7000

HEX: #AC7000
RGB: (172,112,0)

Color info

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

RGB color model

#AC7000 color RGB value is (172,112,0).

  • red value is 172;
  • green value is 112;
  • blue value is 0.
RGB:
(172,112,0)
(67%,44%,0%)

RGB channels and saturation

R 172 of 255 = 67%
G 112 of 255 = 44%
B 0 of 255 = 0%

172
112
0

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

Portions of RGB colors in percentages

R + G + B =
172 + 112 + 0 = 284 (100%)
R 172 of 284 ~ 60.56%
G 112 of 284 ~ 39.44%
B 0 of 284 ~ 0%

%60.56
%39.44

CMYK color model

#AC7000 color CMYK value is (0,35,100,33).

  • cyan value is 0.00%
  • magenta value is 34.88%
  • yellow value is 100.00%
  • key color value is 32.55%
CMYK:
(0,35,100,33)
C0M35Y100K33 
(0%,35%,100%,33%)
(0.00/0.35/1.00/0.33)	

CMYK percentages

%0
%34.88
%100
%32.55

Codes

Color #AC7000 in popluar color models

AC7000
RGB1721120
HSL39°100.00%33.73%
HSB/HSV39°100.00%67.45%
CMYK0.00%34.88%100.00%
32.55%

Color #AC7000 in popluar number systems.

HEXAC7000
Decimal1721120
Binary1010110011100000
Octal2541600

Shades and tints

Shades of #AC7000

#AC7000
(172,112,0)
#9D6600
(157,102,0)
#8E5C00
(142,92,0)
#7F5200
(127,82,0)
#704800
(112,72,0)
#613E00
(97,62,0)
#523400
(82,52,0)
#432A00
(67,42,0)
#342000
(52,32,0)
#251600
(37,22,0)
#160C00
(22,12,0)
#000000
(0,0,0)

Tints of #AC7000

#AC7000
(172,112,0)
#B37D17
(179,125,23)
#BA8A2E
(186,138,46)
#C19745
(193,151,69)
#C8A45C
(200,164,92)
#CFB173
(207,177,115)
#D6BE8A
(214,190,138)
#DDCBA1
(221,203,161)
#E4D8B8
(228,216,184)
#EBE5CF
(235,229,207)
#F2F2E6
(242,242,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC7000 color. Also use rgb(172,112,0) instead hex code.

Text Font Color

.myTextColor { color: #AC7000; }

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

This text font color is #AC7000.


Background Color

.myBgColor { background-color: #AC7000; }

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

This div background color is #AC7000.


Border color

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

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

This div border color is #AC7000.


Opacity

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

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

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

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

This text has shadow with #AC7000 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC7000 on black background.


Color preview on white background

This text has color #AC7000 on white background.



Black color preview on #AC7000 background

This text has black color on #AC7000 background.


White color preview on #AC7000 background

This text has white color on #AC7000 background.