COLOR #AC966D

HEX: #AC966D RGB: (172,150,109)

Color info

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

RGB color model

#AC966D color RGB value is (172,150,109).

RGB: (172,150,109) (67%, 59%, 43%)

RGB channels and saturation

R 172 of 255 = 67%
G 150 of 255 = 59%
B 109 of 255 = 43%

172
150
109

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

Portions of RGB colors in percentages

R + G + B = 172 + 150 + 109 = 431 (100%)
R 172 of 431 ~ 39.91%
G 150 of 431 ~ 34.8%
B 109 of 431 ~ 25.29'%

%39.91
%34.8
%25.29

CMYK color model

#AC966D color CMYK value is (0,13,37,33).

  • cyan value is 0.00%
  • magenta value is 12.79%
  • yellow value is 36.63%
  • key color value is 32.55%

CMYK: (0,13,37,33)
C0M13Y37K33 (0%, 13%, 37%, 33%)
(0.00 / 0.13 / 0.37 / 0.33)

CMYK percentages

%0
%12.79
%36.63
%32.55

Codes

Color #AC966D in popluar color models

AC 96 6D
RGB 172 150 109
HSL 39° 27.51% 55.10%
HSB/HSV 39° 36.63% 67.45%
CMYK 0.00% 12.79% 36.63%
32.55%

Color #AC966D in popluar number systems.

HEX AC 96 6D
Decimal 172 150 109
Binary 10101100 10010110 1101101
Octal 254 226 155

Shades and tints

Shades of #AC966D

#AC966D
(172,150,109)
#9D8964
(157,137,100)
#8E7C5B
(142,124,91)
#7F6F52
(127,111,82)
#706249
(112,98,73)
#615540
(97,85,64)
#524837
(82,72,55)
#433B2E
(67,59,46)
#342E25
(52,46,37)
#25211C
(37,33,28)
#161413
(22,20,19)
#000000
(0,0,0)

Tints of #AC966D

#AC966D
(172,150,109)
#B39F7A
(179,159,122)
#BAA887
(186,168,135)
#C1B194
(193,177,148)
#C8BAA1
(200,186,161)
#CFC3AE
(207,195,174)
#D6CCBB
(214,204,187)
#DDD5C8
(221,213,200)
#E4DED5
(228,222,213)
#EBE7E2
(235,231,226)
#F2F0EF
(242,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC966D color. Also use rgb(172,150,109) instead hex code.

Text Font Color

.myTextColor { color: #AC966D; }

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

This text font color is #AC966D.

Background Color

.myBgColor { background-color: #AC966D; }

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

This div background color is #AC966D.

Border color

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

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

This div border color is #AC966D.

Opacity

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

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

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

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

This text has shadow with #AC966D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AC966D.

Preview

Color preview on black background

This text has color #AC966D on black background.


Color preview on white background

This text has color #AC966D on white background.


Black color preview on #AC966D background

This text has black color on #AC966D background.


White color preview on #AC966D background

This text has white color on #AC966D background.


Related colors

Complementary color

Complementary color for #hex is #536992.


I love getcolorcode.com

Triadic colors

1 #6DAC96 and #966DAC with #AC966D are triadic colors.

2 #6D96AC and #96AC6D with #AC966D are triadic colors.