COLOR #AC8766

HEX: #AC8766 RGB: (172,135,102)

Color info

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

RGB color model

#AC8766 color RGB value is (172,135,102).

RGB: (172,135,102) (67%, 53%, 40%)

RGB channels and saturation

R 172 of 255 = 67%
G 135 of 255 = 53%
B 102 of 255 = 40%

172
135
102

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

Portions of RGB colors in percentages

R + G + B = 172 + 135 + 102 = 409 (100%)
R 172 of 409 ~ 42.05%
G 135 of 409 ~ 33.01%
B 102 of 409 ~ 24.94'%

%42.05
%33.01
%24.94

CMYK color model

#AC8766 color CMYK value is (0,22,41,33).

  • cyan value is 0.00%
  • magenta value is 21.51%
  • yellow value is 40.70%
  • key color value is 32.55%

CMYK: (0,22,41,33)
C0M22Y41K33 (0%, 22%, 41%, 33%)
(0.00 / 0.22 / 0.41 / 0.33)

CMYK percentages

%0
%21.51
%40.7
%32.55

Codes

Color #AC8766 in popluar color models

AC 87 66
RGB 172 135 102
HSL 28° 29.66% 53.73%
HSB/HSV 28° 40.70% 67.45%
CMYK 0.00% 21.51% 40.70%
32.55%

Color #AC8766 in popluar number systems.

HEX AC 87 66
Decimal 172 135 102
Binary 10101100 10000111 1100110
Octal 254 207 146

Shades and tints

Shades of #AC8766

#AC8766
(172,135,102)
#9D7B5D
(157,123,93)
#8E6F54
(142,111,84)
#7F634B
(127,99,75)
#705742
(112,87,66)
#614B39
(97,75,57)
#523F30
(82,63,48)
#433327
(67,51,39)
#34271E
(52,39,30)
#251B15
(37,27,21)
#160F0C
(22,15,12)
#000000
(0,0,0)

Tints of #AC8766

#AC8766
(172,135,102)
#B39173
(179,145,115)
#BA9B80
(186,155,128)
#C1A58D
(193,165,141)
#C8AF9A
(200,175,154)
#CFB9A7
(207,185,167)
#D6C3B4
(214,195,180)
#DDCDC1
(221,205,193)
#E4D7CE
(228,215,206)
#EBE1DB
(235,225,219)
#F2EBE8
(242,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC8766 color. Also use rgb(172,135,102) instead hex code.

Text Font Color

.myTextColor { color: #AC8766; }

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

This text font color is #AC8766.

Background Color

.myBgColor { background-color: #AC8766; }

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

This div background color is #AC8766.

Border color

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

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

This div border color is #AC8766.

Opacity

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

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

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

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

This text has shadow with #AC8766 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AC8766.

Preview

Color preview on black background

This text has color #AC8766 on black background.


Color preview on white background

This text has color #AC8766 on white background.


Black color preview on #AC8766 background

This text has black color on #AC8766 background.


White color preview on #AC8766 background

This text has white color on #AC8766 background.


Related colors

Complementary color

Complementary color for #hex is #537899.


I love getcolorcode.com

Triadic colors

1 #66AC87 and #8766AC with #AC8766 are triadic colors.

2 #6687AC and #87AC66 with #AC8766 are triadic colors.