COLOR #AC5063

HEX: #AC5063
RGB: (172,80,99)

Color info

#AC5063 contains mainly red color. Web safe color of #AC5063 is #996666 (or #966).

RGB color model

#AC5063 color RGB value is (172,80,99).

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

RGB channels and saturation

R 172 of 255 = 67%
G 80 of 255 = 31%
B 99 of 255 = 39%

172
80
99

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

Portions of RGB colors in percentages

R + G + B =
172 + 80 + 99 = 351 (100%)
R 172 of 351 ~ 49%
G 80 of 351 ~ 22.79%
B 99 of 351 ~ 28.21%

%49
%22.79
%28.21

CMYK color model

#AC5063 color CMYK value is (0,53,42,33).

  • cyan value is 0.00%
  • magenta value is 53.49%
  • yellow value is 42.44%
  • key color value is 32.55%
CMYK:
(0,53,42,33)
C0M53Y42K33 
(0%,53%,42%,33%)
(0.00/0.53/0.42/0.33)	

CMYK percentages

%0
%53.49
%42.44
%32.55

Codes

Color #AC5063 in popluar color models

AC5063
RGB1728099
HSL348°36.51%49.41%
HSB/HSV348°53.49%67.45%
CMYK0.00%53.49%42.44%
32.55%

Color #AC5063 in popluar number systems.

HEXAC5063
Decimal1728099
Binary1010110010100001100011
Octal254120143

Shades and tints

Shades of #AC5063

#AC5063
(172,80,99)
#9D495A
(157,73,90)
#8E4251
(142,66,81)
#7F3B48
(127,59,72)
#70343F
(112,52,63)
#612D36
(97,45,54)
#52262D
(82,38,45)
#431F24
(67,31,36)
#34181B
(52,24,27)
#251112
(37,17,18)
#160A09
(22,10,9)
#000000
(0,0,0)

Tints of #AC5063

#AC5063
(172,80,99)
#B35F71
(179,95,113)
#BA6E7F
(186,110,127)
#C17D8D
(193,125,141)
#C88C9B
(200,140,155)
#CF9BA9
(207,155,169)
#D6AAB7
(214,170,183)
#DDB9C5
(221,185,197)
#E4C8D3
(228,200,211)
#EBD7E1
(235,215,225)
#F2E6EF
(242,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC5063; }

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

This text font color is #AC5063.


Background Color

.myBgColor { background-color: #AC5063; }

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

This div background color is #AC5063.


Border color

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

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

This div border color is #AC5063.


Opacity

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

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

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

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

This text has shadow with #AC5063 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC5063 on black background.


Color preview on white background

This text has color #AC5063 on white background.



Black color preview on #AC5063 background

This text has black color on #AC5063 background.


White color preview on #AC5063 background

This text has white color on #AC5063 background.