COLOR #AC7C1F

HEX: #AC7C1F
RGB: (172,124,31)

Color info

#AC7C1F contains mainly red and green colors. Web safe color of #AC7C1F is #996633 (or #963).

RGB color model

#AC7C1F color RGB value is (172,124,31).

  • red value is 172;
  • green value is 124;
  • blue value is 31.
RGB:
(172,124,31)
(67%,49%,12%)

RGB channels and saturation

R 172 of 255 = 67%
G 124 of 255 = 49%
B 31 of 255 = 12%

172
124
31

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

Portions of RGB colors in percentages

R + G + B =
172 + 124 + 31 = 327 (100%)
R 172 of 327 ~ 52.6%
G 124 of 327 ~ 37.92%
B 31 of 327 ~ 9.48%

%52.6
%37.92

CMYK color model

#AC7C1F color CMYK value is (0,28,82,33).

  • cyan value is 0.00%
  • magenta value is 27.91%
  • yellow value is 81.98%
  • key color value is 32.55%
CMYK:
(0,28,82,33)
C0M28Y82K33 
(0%,28%,82%,33%)
(0.00/0.28/0.82/0.33)	

CMYK percentages

%0
%27.91
%81.98
%32.55

Codes

Color #AC7C1F in popluar color models

AC7C1F
RGB17212431
HSL40°69.46%39.80%
HSB/HSV40°81.98%67.45%
CMYK0.00%27.91%81.98%
32.55%

Color #AC7C1F in popluar number systems.

HEXAC7C1F
Decimal17212431
Binary10101100111110011111
Octal25417437

Shades and tints

Shades of #AC7C1F

#AC7C1F
(172,124,31)
#9D711D
(157,113,29)
#8E661B
(142,102,27)
#7F5B19
(127,91,25)
#705017
(112,80,23)
#614515
(97,69,21)
#523A13
(82,58,19)
#432F11
(67,47,17)
#34240F
(52,36,15)
#25190D
(37,25,13)
#160E0B
(22,14,11)
#000000
(0,0,0)

Tints of #AC7C1F

#AC7C1F
(172,124,31)
#B38733
(179,135,51)
#BA9247
(186,146,71)
#C19D5B
(193,157,91)
#C8A86F
(200,168,111)
#CFB383
(207,179,131)
#D6BE97
(214,190,151)
#DDC9AB
(221,201,171)
#E4D4BF
(228,212,191)
#EBDFD3
(235,223,211)
#F2EAE7
(242,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC7C1F color. Also use rgb(172,124,31) instead hex code.

Text Font Color

.myTextColor { color: #AC7C1F; }

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

This text font color is #AC7C1F.


Background Color

.myBgColor { background-color: #AC7C1F; }

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

This div background color is #AC7C1F.


Border color

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

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

This div border color is #AC7C1F.


Opacity

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

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

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

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

This text has shadow with #AC7C1F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC7C1F on black background.


Color preview on white background

This text has color #AC7C1F on white background.



Black color preview on #AC7C1F background

This text has black color on #AC7C1F background.


White color preview on #AC7C1F background

This text has white color on #AC7C1F background.