COLOR #AC6789

HEX: #AC6789
RGB: (172,103,137)

Color info

#AC6789 contains mainly red and blue colors. Web safe color of #AC6789 is #996699 (or #969).

RGB color model

#AC6789 color RGB value is (172,103,137).

  • red value is 172;
  • green value is 103;
  • blue value is 137.
RGB:
(172,103,137)
(67%,40%,54%)

RGB channels and saturation

R 172 of 255 = 67%
G 103 of 255 = 40%
B 137 of 255 = 54%

172
103
137

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

Portions of RGB colors in percentages

R + G + B =
172 + 103 + 137 = 412 (100%)
R 172 of 412 ~ 41.75%
G 103 of 412 ~ 25%
B 137 of 412 ~ 33.25%

%41.75
%25
%33.25

CMYK color model

#AC6789 color CMYK value is (0,40,20,33).

  • cyan value is 0.00%
  • magenta value is 40.12%
  • yellow value is 20.35%
  • key color value is 32.55%
CMYK:
(0,40,20,33)
C0M40Y20K33 
(0%,40%,20%,33%)
(0.00/0.40/0.20/0.33)	

CMYK percentages

%0
%40.12
%20.35
%32.55

Codes

Color #AC6789 in popluar color models

AC6789
RGB172103137
HSL330°29.36%53.92%
HSB/HSV330°40.12%67.45%
CMYK0.00%40.12%20.35%
32.55%

Color #AC6789 in popluar number systems.

HEXAC6789
Decimal172103137
Binary10101100110011110001001
Octal254147211

Shades and tints

Shades of #AC6789

#AC6789
(172,103,137)
#9D5E7D
(157,94,125)
#8E5571
(142,85,113)
#7F4C65
(127,76,101)
#704359
(112,67,89)
#613A4D
(97,58,77)
#523141
(82,49,65)
#432835
(67,40,53)
#341F29
(52,31,41)
#25161D
(37,22,29)
#160D11
(22,13,17)
#000000
(0,0,0)

Tints of #AC6789

#AC6789
(172,103,137)
#B37493
(179,116,147)
#BA819D
(186,129,157)
#C18EA7
(193,142,167)
#C89BB1
(200,155,177)
#CFA8BB
(207,168,187)
#D6B5C5
(214,181,197)
#DDC2CF
(221,194,207)
#E4CFD9
(228,207,217)
#EBDCE3
(235,220,227)
#F2E9ED
(242,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC6789 color. Also use rgb(172,103,137) instead hex code.

Text Font Color

.myTextColor { color: #AC6789; }

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

This text font color is #AC6789.


Background Color

.myBgColor { background-color: #AC6789; }

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

This div background color is #AC6789.


Border color

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

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

This div border color is #AC6789.


Opacity

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

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

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

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

This text has shadow with #AC6789 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC6789 on black background.


Color preview on white background

This text has color #AC6789 on white background.



Black color preview on #AC6789 background

This text has black color on #AC6789 background.


White color preview on #AC6789 background

This text has white color on #AC6789 background.