COLOR #AC9B7C

HEX: #AC9B7C RGB: (172,155,124)

Color info

#AC9B7C contains red, green and blue colors in about the same proportion. Web safe color of #AC9B7C is #999966 (or #996).

RGB color model

#AC9B7C color RGB value is (172,155,124).

RGB: (172,155,124) (67%, 61%, 49%)

RGB channels and saturation

R 172 of 255 = 67%
G 155 of 255 = 61%
B 124 of 255 = 49%

172
155
124

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

Portions of RGB colors in percentages

R + G + B = 172 + 155 + 124 = 451 (100%)
R 172 of 451 ~ 38.14%
G 155 of 451 ~ 34.37%
B 124 of 451 ~ 27.49'%

%38.14
%34.37
%27.49

CMYK color model

#AC9B7C color CMYK value is (0,10,28,33).

  • cyan value is 0.00%
  • magenta value is 9.88%
  • yellow value is 27.91%
  • key color value is 32.55%

CMYK: (0,10,28,33)
C0M10Y28K33 (0%, 10%, 28%, 33%)
(0.00 / 0.10 / 0.28 / 0.33)

CMYK percentages

%0
%9.88
%27.91
%32.55

Codes

Color #AC9B7C in popluar color models

AC 9B 7C
RGB 172 155 124
HSL 39° 22.43% 58.04%
HSB/HSV 39° 27.91% 67.45%
CMYK 0.00% 9.88% 27.91%
32.55%

Color #AC9B7C in popluar number systems.

HEX AC 9B 7C
Decimal 172 155 124
Binary 10101100 10011011 1111100
Octal 254 233 174

Shades and tints

Shades of #AC9B7C

#AC9B7C
(172,155,124)
#9D8D71
(157,141,113)
#8E7F66
(142,127,102)
#7F715B
(127,113,91)
#706350
(112,99,80)
#615545
(97,85,69)
#52473A
(82,71,58)
#43392F
(67,57,47)
#342B24
(52,43,36)
#251D19
(37,29,25)
#160F0E
(22,15,14)
#000000
(0,0,0)

Tints of #AC9B7C

#AC9B7C
(172,155,124)
#B3A487
(179,164,135)
#BAAD92
(186,173,146)
#C1B69D
(193,182,157)
#C8BFA8
(200,191,168)
#CFC8B3
(207,200,179)
#D6D1BE
(214,209,190)
#DDDAC9
(221,218,201)
#E4E3D4
(228,227,212)
#EBECDF
(235,236,223)
#F2F5EA
(242,245,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC9B7C; }

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

This text font color is #AC9B7C.

Background Color

.myBgColor { background-color: #AC9B7C; }

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

This div background color is #AC9B7C.

Border color

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

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

This div border color is #AC9B7C.

Opacity

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

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

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

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

This text has shadow with #AC9B7C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AC9B7C.

Preview

Color preview on black background

This text has color #AC9B7C on black background.


Color preview on white background

This text has color #AC9B7C on white background.


Black color preview on #AC9B7C background

This text has black color on #AC9B7C background.


White color preview on #AC9B7C background

This text has white color on #AC9B7C background.


Related colors

Complementary color

Complementary color for #hex is #536483.


I love getcolorcode.com

Triadic colors

1 #7CAC9B and #9B7CAC with #AC9B7C are triadic colors.

2 #7C9BAC and #9BAC7C with #AC9B7C are triadic colors.