COLOR #AC8680

HEX: #AC8680 RGB: (172,134,128)

Color info

#AC8680 contains red, green and blue colors in about the same proportion. Web safe color of #AC8680 is #999966 (or #996).

RGB color model

#AC8680 color RGB value is (172,134,128).

RGB: (172,134,128) (67%, 53%, 50%)

RGB channels and saturation

R 172 of 255 = 67%
G 134 of 255 = 53%
B 128 of 255 = 50%

172
134
128

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

Portions of RGB colors in percentages

R + G + B = 172 + 134 + 128 = 434 (100%)
R 172 of 434 ~ 39.63%
G 134 of 434 ~ 30.88%
B 128 of 434 ~ 29.49'%

%39.63
%30.88
%29.49

CMYK color model

#AC8680 color CMYK value is (0,22,26,33).

  • cyan value is 0.00%
  • magenta value is 22.09%
  • yellow value is 25.58%
  • key color value is 32.55%

CMYK: (0,22,26,33)
C0M22Y26K33 (0%, 22%, 26%, 33%)
(0.00 / 0.22 / 0.26 / 0.33)

CMYK percentages

%0
%22.09
%25.58
%32.55

Codes

Color #AC8680 in popluar color models

AC 86 80
RGB 172 134 128
HSL 20.95% 58.82%
HSB/HSV 25.58% 67.45%
CMYK 0.00% 22.09% 25.58%
32.55%

Color #AC8680 in popluar number systems.

HEX AC 86 80
Decimal 172 134 128
Binary 10101100 10000110 10000000
Octal 254 206 200

Shades and tints

Shades of #AC8680

#AC8680
(172,134,128)
#9D7A75
(157,122,117)
#8E6E6A
(142,110,106)
#7F625F
(127,98,95)
#705654
(112,86,84)
#614A49
(97,74,73)
#523E3E
(82,62,62)
#433233
(67,50,51)
#342628
(52,38,40)
#251A1D
(37,26,29)
#160E12
(22,14,18)
#000000
(0,0,0)

Tints of #AC8680

#AC8680
(172,134,128)
#B3918B
(179,145,139)
#BA9C96
(186,156,150)
#C1A7A1
(193,167,161)
#C8B2AC
(200,178,172)
#CFBDB7
(207,189,183)
#D6C8C2
(214,200,194)
#DDD3CD
(221,211,205)
#E4DED8
(228,222,216)
#EBE9E3
(235,233,227)
#F2F4EE
(242,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC8680 color. Also use rgb(172,134,128) instead hex code.

Text Font Color

.myTextColor { color: #AC8680; }

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

This text font color is #AC8680.

Background Color

.myBgColor { background-color: #AC8680; }

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

This div background color is #AC8680.

Border color

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

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

This div border color is #AC8680.

Opacity

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

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

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

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

This text has shadow with #AC8680 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AC8680.

Preview

Color preview on black background

This text has color #AC8680 on black background.


Color preview on white background

This text has color #AC8680 on white background.


Black color preview on #AC8680 background

This text has black color on #AC8680 background.


White color preview on #AC8680 background

This text has white color on #AC8680 background.


Related colors

Complementary color

Complementary color for #hex is #53797F.


I love getcolorcode.com

Triadic colors

1 #80AC86 and #8680AC with #AC8680 are triadic colors.

2 #8086AC and #86AC80 with #AC8680 are triadic colors.