COLOR #AC972D

HEX: #AC972D RGB: (172,151,45)

Color info

#AC972D contains mainly red and green colors. Web safe color of #AC972D is #999933 (or #993).

RGB color model

#AC972D color RGB value is (172,151,45).

RGB: (172,151,45) (67%, 59%, 18%)

RGB channels and saturation

R 172 of 255 = 67%
G 151 of 255 = 59%
B 45 of 255 = 18%

172
151
45

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

Portions of RGB colors in percentages

R + G + B = 172 + 151 + 45 = 368 (100%)
R 172 of 368 ~ 46.74%
G 151 of 368 ~ 41.03%
B 45 of 368 ~ 12.23'%

%46.74
%41.03
%12.23

CMYK color model

#AC972D color CMYK value is (0,12,74,33).

  • cyan value is 0.00%
  • magenta value is 12.21%
  • yellow value is 73.84%
  • key color value is 32.55%

CMYK: (0,12,74,33)
C0M12Y74K33 (0%, 12%, 74%, 33%)
(0.00 / 0.12 / 0.74 / 0.33)

CMYK percentages

%0
%12.21
%73.84
%32.55

Codes

Color #AC972D in popluar color models

AC 97 2D
RGB 172 151 45
HSL 50° 58.53% 42.55%
HSB/HSV 50° 73.84% 67.45%
CMYK 0.00% 12.21% 73.84%
32.55%

Color #AC972D in popluar number systems.

HEX AC 97 2D
Decimal 172 151 45
Binary 10101100 10010111 101101
Octal 254 227 55

Shades and tints

Shades of #AC972D

#AC972D
(172,151,45)
#9D8A29
(157,138,41)
#8E7D25
(142,125,37)
#7F7021
(127,112,33)
#70631D
(112,99,29)
#615619
(97,86,25)
#524915
(82,73,21)
#433C11
(67,60,17)
#342F0D
(52,47,13)
#252209
(37,34,9)
#161505
(22,21,5)
#000000
(0,0,0)

Tints of #AC972D

#AC972D
(172,151,45)
#B3A040
(179,160,64)
#BAA953
(186,169,83)
#C1B266
(193,178,102)
#C8BB79
(200,187,121)
#CFC48C
(207,196,140)
#D6CD9F
(214,205,159)
#DDD6B2
(221,214,178)
#E4DFC5
(228,223,197)
#EBE8D8
(235,232,216)
#F2F1EB
(242,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC972D color. Also use rgb(172,151,45) instead hex code.

Text Font Color

.myTextColor { color: #AC972D; }

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

This text font color is #AC972D.

Background Color

.myBgColor { background-color: #AC972D; }

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

This div background color is #AC972D.

Border color

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

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

This div border color is #AC972D.

Opacity

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

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

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

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

This text has shadow with #AC972D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AC972D.

Preview

Color preview on black background

This text has color #AC972D on black background.


Color preview on white background

This text has color #AC972D on white background.


Black color preview on #AC972D background

This text has black color on #AC972D background.


White color preview on #AC972D background

This text has white color on #AC972D background.


Related colors

Complementary color

Complementary color for #hex is #5368D2.


I love getcolorcode.com

Triadic colors

1 #2DAC97 and #972DAC with #AC972D are triadic colors.

2 #2D97AC and #97AC2D with #AC972D are triadic colors.