COLOR #AC8782

HEX: #AC8782
RGB: (172,135,130)

Color info

#AC8782 contains red, green and blue colors in about the same proportion. Web safe color of #AC8782 is #999999 (or #999).

RGB color model

#AC8782 color RGB value is (172,135,130).

  • red value is 172;
  • green value is 135;
  • blue value is 130.
RGB:
(172,135,130)
(67%,53%,51%)

RGB channels and saturation

R 172 of 255 = 67%
G 135 of 255 = 53%
B 130 of 255 = 51%

172
135
130

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

Portions of RGB colors in percentages

R + G + B =
172 + 135 + 130 = 437 (100%)
R 172 of 437 ~ 39.36%
G 135 of 437 ~ 30.89%
B 130 of 437 ~ 29.75%

%39.36
%30.89
%29.75

CMYK color model

#AC8782 color CMYK value is (0,22,24,33).

  • cyan value is 0.00%
  • magenta value is 21.51%
  • yellow value is 24.42%
  • key color value is 32.55%
CMYK:
(0,22,24,33)
C0M22Y24K33 
(0%,22%,24%,33%)
(0.00/0.22/0.24/0.33)	

CMYK percentages

%0
%21.51
%24.42
%32.55

Codes

Color #AC8782 in popluar color models

AC8782
RGB172135130
HSL20.19%59.22%
HSB/HSV24.42%67.45%
CMYK0.00%21.51%24.42%
32.55%

Color #AC8782 in popluar number systems.

HEXAC8782
Decimal172135130
Binary101011001000011110000010
Octal254207202

Shades and tints

Shades of #AC8782

#AC8782
(172,135,130)
#9D7B77
(157,123,119)
#8E6F6C
(142,111,108)
#7F6361
(127,99,97)
#705756
(112,87,86)
#614B4B
(97,75,75)
#523F40
(82,63,64)
#433335
(67,51,53)
#34272A
(52,39,42)
#251B1F
(37,27,31)
#160F14
(22,15,20)
#000000
(0,0,0)

Tints of #AC8782

#AC8782
(172,135,130)
#B3918D
(179,145,141)
#BA9B98
(186,155,152)
#C1A5A3
(193,165,163)
#C8AFAE
(200,175,174)
#CFB9B9
(207,185,185)
#D6C3C4
(214,195,196)
#DDCDCF
(221,205,207)
#E4D7DA
(228,215,218)
#EBE1E5
(235,225,229)
#F2EBF0
(242,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC8782; }

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

This text font color is #AC8782.


Background Color

.myBgColor { background-color: #AC8782; }

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

This div background color is #AC8782.


Border color

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

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

This div border color is #AC8782.


Opacity

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

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

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

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

This text has shadow with #AC8782 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC8782 on black background.


Color preview on white background

This text has color #AC8782 on white background.



Black color preview on #AC8782 background

This text has black color on #AC8782 background.


White color preview on #AC8782 background

This text has white color on #AC8782 background.