COLOR #AC9A6F

HEX: #AC9A6F RGB: (172,154,111)

Color info

#AC9A6F contains mainly red and green colors. Web safe color of #AC9A6F is #999966 (or #996).

RGB color model

#AC9A6F color RGB value is (172,154,111).

RGB: (172,154,111) (67%, 60%, 44%)

RGB channels and saturation

R 172 of 255 = 67%
G 154 of 255 = 60%
B 111 of 255 = 44%

172
154
111

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

Portions of RGB colors in percentages

R + G + B = 172 + 154 + 111 = 437 (100%)
R 172 of 437 ~ 39.36%
G 154 of 437 ~ 35.24%
B 111 of 437 ~ 25.4'%

%39.36
%35.24
%25.4

CMYK color model

#AC9A6F color CMYK value is (0,10,35,33).

  • cyan value is 0.00%
  • magenta value is 10.47%
  • yellow value is 35.47%
  • key color value is 32.55%

CMYK: (0,10,35,33)
C0M10Y35K33 (0%, 10%, 35%, 33%)
(0.00 / 0.10 / 0.35 / 0.33)

CMYK percentages

%0
%10.47
%35.47
%32.55

Codes

Color #AC9A6F in popluar color models

AC 9A 6F
RGB 172 154 111
HSL 42° 26.87% 55.49%
HSB/HSV 42° 35.47% 67.45%
CMYK 0.00% 10.47% 35.47%
32.55%

Color #AC9A6F in popluar number systems.

HEX AC 9A 6F
Decimal 172 154 111
Binary 10101100 10011010 1101111
Octal 254 232 157

Shades and tints

Shades of #AC9A6F

#AC9A6F
(172,154,111)
#9D8C65
(157,140,101)
#8E7E5B
(142,126,91)
#7F7051
(127,112,81)
#706247
(112,98,71)
#61543D
(97,84,61)
#524633
(82,70,51)
#433829
(67,56,41)
#342A1F
(52,42,31)
#251C15
(37,28,21)
#160E0B
(22,14,11)
#000000
(0,0,0)

Tints of #AC9A6F

#AC9A6F
(172,154,111)
#B3A37C
(179,163,124)
#BAAC89
(186,172,137)
#C1B596
(193,181,150)
#C8BEA3
(200,190,163)
#CFC7B0
(207,199,176)
#D6D0BD
(214,208,189)
#DDD9CA
(221,217,202)
#E4E2D7
(228,226,215)
#EBEBE4
(235,235,228)
#F2F4F1
(242,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC9A6F color. Also use rgb(172,154,111) instead hex code.

Text Font Color

.myTextColor { color: #AC9A6F; }

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

This text font color is #AC9A6F.

Background Color

.myBgColor { background-color: #AC9A6F; }

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

This div background color is #AC9A6F.

Border color

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

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

This div border color is #AC9A6F.

Opacity

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

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

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

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

This text has shadow with #AC9A6F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AC9A6F.

Preview

Color preview on black background

This text has color #AC9A6F on black background.


Color preview on white background

This text has color #AC9A6F on white background.


Black color preview on #AC9A6F background

This text has black color on #AC9A6F background.


White color preview on #AC9A6F background

This text has white color on #AC9A6F background.


Related colors

Complementary color

Complementary color for #hex is #536590.


I love getcolorcode.com

Triadic colors

1 #6FAC9A and #9A6FAC with #AC9A6F are triadic colors.

2 #6F9AAC and #9AAC6F with #AC9A6F are triadic colors.