COLOR #AC8793

HEX: #AC8793
RGB: (172,135,147)

Color info

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

RGB color model

#AC8793 color RGB value is (172,135,147).

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

RGB channels and saturation

R 172 of 255 = 67%
G 135 of 255 = 53%
B 147 of 255 = 58%

172
135
147

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

Portions of RGB colors in percentages

R + G + B =
172 + 135 + 147 = 454 (100%)
R 172 of 454 ~ 37.89%
G 135 of 454 ~ 29.74%
B 147 of 454 ~ 32.38%

%37.89
%29.74
%32.38

CMYK color model

#AC8793 color CMYK value is (0,22,15,33).

  • cyan value is 0.00%
  • magenta value is 21.51%
  • yellow value is 14.53%
  • key color value is 32.55%
CMYK:
(0,22,15,33)
C0M22Y15K33 
(0%,22%,15%,33%)
(0.00/0.22/0.15/0.33)	

CMYK percentages

%0
%21.51
%14.53
%32.55

Codes

Color #AC8793 in popluar color models

AC8793
RGB172135147
HSL341°18.23%60.20%
HSB/HSV341°21.51%67.45%
CMYK0.00%21.51%14.53%
32.55%

Color #AC8793 in popluar number systems.

HEXAC8793
Decimal172135147
Binary101011001000011110010011
Octal254207223

Shades and tints

Shades of #AC8793

#AC8793
(172,135,147)
#9D7B86
(157,123,134)
#8E6F79
(142,111,121)
#7F636C
(127,99,108)
#70575F
(112,87,95)
#614B52
(97,75,82)
#523F45
(82,63,69)
#433338
(67,51,56)
#34272B
(52,39,43)
#251B1E
(37,27,30)
#160F11
(22,15,17)
#000000
(0,0,0)

Tints of #AC8793

#AC8793
(172,135,147)
#B3919C
(179,145,156)
#BA9BA5
(186,155,165)
#C1A5AE
(193,165,174)
#C8AFB7
(200,175,183)
#CFB9C0
(207,185,192)
#D6C3C9
(214,195,201)
#DDCDD2
(221,205,210)
#E4D7DB
(228,215,219)
#EBE1E4
(235,225,228)
#F2EBED
(242,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC8793; }

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

This text font color is #AC8793.


Background Color

.myBgColor { background-color: #AC8793; }

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

This div background color is #AC8793.


Border color

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

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

This div border color is #AC8793.


Opacity

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

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

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

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

This text has shadow with #AC8793 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC8793 on black background.


Color preview on white background

This text has color #AC8793 on white background.



Black color preview on #AC8793 background

This text has black color on #AC8793 background.


White color preview on #AC8793 background

This text has white color on #AC8793 background.