COLOR #AC7811

HEX: #AC7811
RGB: (172,120,17)

Color info

#AC7811 contains mainly red and green colors. Web safe color of #AC7811 is #996600 (or #960).

RGB color model

#AC7811 color RGB value is (172,120,17).

  • red value is 172;
  • green value is 120;
  • blue value is 17.
RGB:
(172,120,17)
(67%,47%,7%)

RGB channels and saturation

R 172 of 255 = 67%
G 120 of 255 = 47%
B 17 of 255 = 7%

172
120
17

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

Portions of RGB colors in percentages

R + G + B =
172 + 120 + 17 = 309 (100%)
R 172 of 309 ~ 55.66%
G 120 of 309 ~ 38.83%
B 17 of 309 ~ 5.5%

%55.66
%38.83

CMYK color model

#AC7811 color CMYK value is (0,30,90,33).

  • cyan value is 0.00%
  • magenta value is 30.23%
  • yellow value is 90.12%
  • key color value is 32.55%
CMYK:
(0,30,90,33)
C0M30Y90K33 
(0%,30%,90%,33%)
(0.00/0.30/0.90/0.33)	

CMYK percentages

%0
%30.23
%90.12
%32.55

Codes

Color #AC7811 in popluar color models

AC7811
RGB17212017
HSL40°82.01%37.06%
HSB/HSV40°90.12%67.45%
CMYK0.00%30.23%90.12%
32.55%

Color #AC7811 in popluar number systems.

HEXAC7811
Decimal17212017
Binary10101100111100010001
Octal25417021

Shades and tints

Shades of #AC7811

#AC7811
(172,120,17)
#9D6E10
(157,110,16)
#8E640F
(142,100,15)
#7F5A0E
(127,90,14)
#70500D
(112,80,13)
#61460C
(97,70,12)
#523C0B
(82,60,11)
#43320A
(67,50,10)
#342809
(52,40,9)
#251E08
(37,30,8)
#161407
(22,20,7)
#000000
(0,0,0)

Tints of #AC7811

#AC7811
(172,120,17)
#B38426
(179,132,38)
#BA903B
(186,144,59)
#C19C50
(193,156,80)
#C8A865
(200,168,101)
#CFB47A
(207,180,122)
#D6C08F
(214,192,143)
#DDCCA4
(221,204,164)
#E4D8B9
(228,216,185)
#EBE4CE
(235,228,206)
#F2F0E3
(242,240,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC7811 color. Also use rgb(172,120,17) instead hex code.

Text Font Color

.myTextColor { color: #AC7811; }

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

This text font color is #AC7811.


Background Color

.myBgColor { background-color: #AC7811; }

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

This div background color is #AC7811.


Border color

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

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

This div border color is #AC7811.


Opacity

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

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

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

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

This text has shadow with #AC7811 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC7811 on black background.


Color preview on white background

This text has color #AC7811 on white background.



Black color preview on #AC7811 background

This text has black color on #AC7811 background.


White color preview on #AC7811 background

This text has white color on #AC7811 background.