COLOR #AC6380

HEX: #AC6380
RGB: (172,99,128)

Color info

#AC6380 contains mainly red and blue colors. Web safe color of #AC6380 is #996666 (or #966).

RGB color model

#AC6380 color RGB value is (172,99,128).

  • red value is 172;
  • green value is 99;
  • blue value is 128.
RGB:
(172,99,128)
(67%,39%,50%)

RGB channels and saturation

R 172 of 255 = 67%
G 99 of 255 = 39%
B 128 of 255 = 50%

172
99
128

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

Portions of RGB colors in percentages

R + G + B =
172 + 99 + 128 = 399 (100%)
R 172 of 399 ~ 43.11%
G 99 of 399 ~ 24.81%
B 128 of 399 ~ 32.08%

%43.11
%24.81
%32.08

CMYK color model

#AC6380 color CMYK value is (0,42,26,33).

  • cyan value is 0.00%
  • magenta value is 42.44%
  • yellow value is 25.58%
  • key color value is 32.55%
CMYK:
(0,42,26,33)
C0M42Y26K33 
(0%,42%,26%,33%)
(0.00/0.42/0.26/0.33)	

CMYK percentages

%0
%42.44
%25.58
%32.55

Codes

Color #AC6380 in popluar color models

AC6380
RGB17299128
HSL336°30.54%53.14%
HSB/HSV336°42.44%67.45%
CMYK0.00%42.44%25.58%
32.55%

Color #AC6380 in popluar number systems.

HEXAC6380
Decimal17299128
Binary10101100110001110000000
Octal254143200

Shades and tints

Shades of #AC6380

#AC6380
(172,99,128)
#9D5A75
(157,90,117)
#8E516A
(142,81,106)
#7F485F
(127,72,95)
#703F54
(112,63,84)
#613649
(97,54,73)
#522D3E
(82,45,62)
#432433
(67,36,51)
#341B28
(52,27,40)
#25121D
(37,18,29)
#160912
(22,9,18)
#000000
(0,0,0)

Tints of #AC6380

#AC6380
(172,99,128)
#B3718B
(179,113,139)
#BA7F96
(186,127,150)
#C18DA1
(193,141,161)
#C89BAC
(200,155,172)
#CFA9B7
(207,169,183)
#D6B7C2
(214,183,194)
#DDC5CD
(221,197,205)
#E4D3D8
(228,211,216)
#EBE1E3
(235,225,227)
#F2EFEE
(242,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC6380; }

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

This text font color is #AC6380.


Background Color

.myBgColor { background-color: #AC6380; }

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

This div background color is #AC6380.


Border color

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

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

This div border color is #AC6380.


Opacity

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

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

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

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

This text has shadow with #AC6380 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC6380 on black background.


Color preview on white background

This text has color #AC6380 on white background.



Black color preview on #AC6380 background

This text has black color on #AC6380 background.


White color preview on #AC6380 background

This text has white color on #AC6380 background.