COLOR #ACB974

HEX: #ACB974 RGB: (172,185,116)

Color info

#ACB974 contains mainly red and green colors. Web safe color of #ACB974 is #99CC66 (or #9C6).

RGB color model

#ACB974 color RGB value is (172,185,116).

RGB: (172,185,116) (67%, 73%, 45%)

RGB channels and saturation

R 172 of 255 = 67%
G 185 of 255 = 73%
B 116 of 255 = 45%

172
185
116

R + G + B ~ 62%. #ACB974 is quite light color.

Portions of RGB colors in percentages

R + G + B = 172 + 185 + 116 = 473 (100%)
R 172 of 473 ~ 36.36%
G 185 of 473 ~ 39.11%
B 116 of 473 ~ 24.52'%

%36.36
%39.11
%24.52

CMYK color model

#ACB974 color CMYK value is (7,0,37,27).

  • cyan value is 7.03%
  • magenta value is 0.00%
  • yellow value is 37.30%
  • key color value is 27.45%
CMYK: (7,0,37,27) C7M0Y37K27 (7%,0%,37%,27%) (0.07/0.00/0.37/0.27) 

CMYK percentages

%7.03
%0
%37.3
%27.45

Codes

Color #ACB974 in popluar color models

AC B9 74
RGB 172 185 116
HSL 71° 33.01% 59.02%
HSB/HSV 71° 37.30% 72.55%
CMYK 7.03% 0.00% 37.30%
27.45%

Color #ACB974 in popluar number systems.

HEX AC B9 74
Decimal 172 185 116
Binary 10101100 10111001 1110100
Octal 254 271 164

Shades and tints

Shades of #ACB974

#ACB974
(172,185,116)
#9DA96A
(157,169,106)
#8E9960
(142,153,96)
#7F8956
(127,137,86)
#70794C
(112,121,76)
#616942
(97,105,66)
#525938
(82,89,56)
#43492E
(67,73,46)
#343924
(52,57,36)
#25291A
(37,41,26)
#161910
(22,25,16)
#000000
(0,0,0)

Tints of #ACB974

#ACB974
(172,185,116)
#B3BF80
(179,191,128)
#BAC58C
(186,197,140)
#C1CB98
(193,203,152)
#C8D1A4
(200,209,164)
#CFD7B0
(207,215,176)
#D6DDBC
(214,221,188)
#DDE3C8
(221,227,200)
#E4E9D4
(228,233,212)
#EBEFE0
(235,239,224)
#F2F5EC
(242,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACB974 color. Also use rgb(172,185,116) instead hex code.

Text Font Color

.myTextColor { color: #ACB974; }

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

This text font color is #ACB974.

Background Color

.myBgColor { background-color: #ACB974; }

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

This div background color is #ACB974.

Border color

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

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

This div border color is #ACB974.

Opacity

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

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

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

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

This text has shadow with #ACB974 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACB974.

Preview

Color preview on black background

This text has color #ACB974 on black background.


Color preview on white background

This text has color #ACB974 on white background.


Black color preview on #ACB974 background

This text has black color on #ACB974 background.


White color preview on #ACB974 background

This text has white color on #ACB974 background.


Related colors

Complementary color

Complementary color for #hex is #53468B.


I love getcolorcode.com

Triadic colors

1 #74ACB9 and #B974AC with #ACB974 are triadic colors.

2 #74B9AC and #B9AC74 with #ACB974 are triadic colors.