COLOR #AC9B6E

HEX: #AC9B6E
RGB: (172,155,110)

Color info

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

RGB color model

#AC9B6E color RGB value is (172,155,110).

  • red value is 172;
  • green value is 155;
  • blue value is 110.
RGB:
(172,155,110)
(67%,61%,43%)

RGB channels and saturation

R 172 of 255 = 67%
G 155 of 255 = 61%
B 110 of 255 = 43%

172
155
110

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

Portions of RGB colors in percentages

R + G + B =
172 + 155 + 110 = 437 (100%)
R 172 of 437 ~ 39.36%
G 155 of 437 ~ 35.47%
B 110 of 437 ~ 25.17%

%39.36
%35.47
%25.17

CMYK color model

#AC9B6E color CMYK value is (0,10,36,33).

  • cyan value is 0.00%
  • magenta value is 9.88%
  • yellow value is 36.05%
  • key color value is 32.55%
CMYK:
(0,10,36,33)
C0M10Y36K33 
(0%,10%,36%,33%)
(0.00/0.10/0.36/0.33)	

CMYK percentages

%0
%9.88
%36.05
%32.55

Codes

Color #AC9B6E in popluar color models

AC9B6E
RGB172155110
HSL44°27.19%55.29%
HSB/HSV44°36.05%67.45%
CMYK0.00%9.88%36.05%
32.55%

Color #AC9B6E in popluar number systems.

HEXAC9B6E
Decimal172155110
Binary10101100100110111101110
Octal254233156

Shades and tints

Shades of #AC9B6E

#AC9B6E
(172,155,110)
#9D8D64
(157,141,100)
#8E7F5A
(142,127,90)
#7F7150
(127,113,80)
#706346
(112,99,70)
#61553C
(97,85,60)
#524732
(82,71,50)
#433928
(67,57,40)
#342B1E
(52,43,30)
#251D14
(37,29,20)
#160F0A
(22,15,10)
#000000
(0,0,0)

Tints of #AC9B6E

#AC9B6E
(172,155,110)
#B3A47B
(179,164,123)
#BAAD88
(186,173,136)
#C1B695
(193,182,149)
#C8BFA2
(200,191,162)
#CFC8AF
(207,200,175)
#D6D1BC
(214,209,188)
#DDDAC9
(221,218,201)
#E4E3D6
(228,227,214)
#EBECE3
(235,236,227)
#F2F5F0
(242,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC9B6E; }

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

This text font color is #AC9B6E.


Background Color

.myBgColor { background-color: #AC9B6E; }

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

This div background color is #AC9B6E.


Border color

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

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

This div border color is #AC9B6E.


Opacity

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

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

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

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

This text has shadow with #AC9B6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC9B6E on black background.


Color preview on white background

This text has color #AC9B6E on white background.



Black color preview on #AC9B6E background

This text has black color on #AC9B6E background.


White color preview on #AC9B6E background

This text has white color on #AC9B6E background.