COLOR #AC9861

HEX: #AC9861 RGB: (172,152,97)

Color info

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

RGB color model

#AC9861 color RGB value is (172,152,97).

RGB: (172,152,97) (67%, 60%, 38%)

RGB channels and saturation

R 172 of 255 = 67%
G 152 of 255 = 60%
B 97 of 255 = 38%

172
152
97

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

Portions of RGB colors in percentages

R + G + B = 172 + 152 + 97 = 421 (100%)
R 172 of 421 ~ 40.86%
G 152 of 421 ~ 36.1%
B 97 of 421 ~ 23.04'%

%40.86
%36.1
%23.04

CMYK color model

#AC9861 color CMYK value is (0,12,44,33).

  • cyan value is 0.00%
  • magenta value is 11.63%
  • yellow value is 43.60%
  • key color value is 32.55%

CMYK: (0,12,44,33)
C0M12Y44K33 (0%, 12%, 44%, 33%)
(0.00 / 0.12 / 0.44 / 0.33)

CMYK percentages

%0
%11.63
%43.6
%32.55

Codes

Color #AC9861 in popluar color models

AC 98 61
RGB 172 152 97
HSL 44° 31.12% 52.75%
HSB/HSV 44° 43.60% 67.45%
CMYK 0.00% 11.63% 43.60%
32.55%

Color #AC9861 in popluar number systems.

HEX AC 98 61
Decimal 172 152 97
Binary 10101100 10011000 1100001
Octal 254 230 141

Shades and tints

Shades of #AC9861

#AC9861
(172,152,97)
#9D8B59
(157,139,89)
#8E7E51
(142,126,81)
#7F7149
(127,113,73)
#706441
(112,100,65)
#615739
(97,87,57)
#524A31
(82,74,49)
#433D29
(67,61,41)
#343021
(52,48,33)
#252319
(37,35,25)
#161611
(22,22,17)
#000000
(0,0,0)

Tints of #AC9861

#AC9861
(172,152,97)
#B3A16F
(179,161,111)
#BAAA7D
(186,170,125)
#C1B38B
(193,179,139)
#C8BC99
(200,188,153)
#CFC5A7
(207,197,167)
#D6CEB5
(214,206,181)
#DDD7C3
(221,215,195)
#E4E0D1
(228,224,209)
#EBE9DF
(235,233,223)
#F2F2ED
(242,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC9861 color. Also use rgb(172,152,97) instead hex code.

Text Font Color

.myTextColor { color: #AC9861; }

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

This text font color is #AC9861.

Background Color

.myBgColor { background-color: #AC9861; }

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

This div background color is #AC9861.

Border color

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

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

This div border color is #AC9861.

Opacity

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

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

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

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

This text has shadow with #AC9861 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AC9861.

Preview

Color preview on black background

This text has color #AC9861 on black background.


Color preview on white background

This text has color #AC9861 on white background.


Black color preview on #AC9861 background

This text has black color on #AC9861 background.


White color preview on #AC9861 background

This text has white color on #AC9861 background.


Related colors

Complementary color

Complementary color for #hex is #53679E.


I love getcolorcode.com

Triadic colors

1 #61AC98 and #9861AC with #AC9861 are triadic colors.

2 #6198AC and #98AC61 with #AC9861 are triadic colors.