COLOR #AC7893

HEX: #AC7893 RGB: (172,120,147)

Color info

#AC7893 contains red, green and blue colors in about the same proportion. Web safe color of #AC7893 is #996699 (or #969).

RGB color model

#AC7893 color RGB value is (172,120,147).

RGB: (172,120,147) (67%, 47%, 58%)

RGB channels and saturation

R 172 of 255 = 67%
G 120 of 255 = 47%
B 147 of 255 = 58%

172
120
147

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

Portions of RGB colors in percentages

R + G + B = 172 + 120 + 147 = 439 (100%)
R 172 of 439 ~ 39.18%
G 120 of 439 ~ 27.33%
B 147 of 439 ~ 33.49'%

%39.18
%27.33
%33.49

CMYK color model

#AC7893 color CMYK value is (0,30,15,33).

  • cyan value is 0.00%
  • magenta value is 30.23%
  • yellow value is 14.53%
  • key color value is 32.55%
CMYK: (0,30,15,33) C0M30Y15K33 (0%,30%,15%,33%) (0.00/0.30/0.15/0.33) 

CMYK percentages

%0
%30.23
%14.53
%32.55

Codes

Color #AC7893 in popluar color models

AC 78 93
RGB 172 120 147
HSL 329° 23.85% 57.25%
HSB/HSV 329° 30.23% 67.45%
CMYK 0.00% 30.23% 14.53%
32.55%

Color #AC7893 in popluar number systems.

HEX AC 78 93
Decimal 172 120 147
Binary 10101100 1111000 10010011
Octal 254 170 223

Shades and tints

Shades of #AC7893

#AC7893
(172,120,147)
#9D6E86
(157,110,134)
#8E6479
(142,100,121)
#7F5A6C
(127,90,108)
#70505F
(112,80,95)
#614652
(97,70,82)
#523C45
(82,60,69)
#433238
(67,50,56)
#34282B
(52,40,43)
#251E1E
(37,30,30)
#161411
(22,20,17)
#000000
(0,0,0)

Tints of #AC7893

#AC7893
(172,120,147)
#B3849C
(179,132,156)
#BA90A5
(186,144,165)
#C19CAE
(193,156,174)
#C8A8B7
(200,168,183)
#CFB4C0
(207,180,192)
#D6C0C9
(214,192,201)
#DDCCD2
(221,204,210)
#E4D8DB
(228,216,219)
#EBE4E4
(235,228,228)
#F2F0ED
(242,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC7893; }

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

This text font color is #AC7893.

Background Color

.myBgColor { background-color: #AC7893; }

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

This div background color is #AC7893.

Border color

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

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

This div border color is #AC7893.

Opacity

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

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

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

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

This text has shadow with #AC7893 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AC7893.

Preview

Color preview on black background

This text has color #AC7893 on black background.


Color preview on white background

This text has color #AC7893 on white background.


Black color preview on #AC7893 background

This text has black color on #AC7893 background.


White color preview on #AC7893 background

This text has white color on #AC7893 background.


Related colors

Complementary color

Complementary color for #hex is #53876C.


I love getcolorcode.com

Triadic colors

1 #93AC78 and #7893AC with #AC7893 are triadic colors.

2 #9378AC and #78AC93 with #AC7893 are triadic colors.