COLOR #AC5056

HEX: #AC5056
RGB: (172,80,86)

Color info

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

RGB color model

#AC5056 color RGB value is (172,80,86).

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

RGB channels and saturation

R 172 of 255 = 67%
G 80 of 255 = 31%
B 86 of 255 = 34%

172
80
86

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

Portions of RGB colors in percentages

R + G + B =
172 + 80 + 86 = 338 (100%)
R 172 of 338 ~ 50.89%
G 80 of 338 ~ 23.67%
B 86 of 338 ~ 25.44%

%50.89
%23.67
%25.44

CMYK color model

#AC5056 color CMYK value is (0,53,50,33).

  • cyan value is 0.00%
  • magenta value is 53.49%
  • yellow value is 50.00%
  • key color value is 32.55%
CMYK:
(0,53,50,33)
C0M53Y50K33 
(0%,53%,50%,33%)
(0.00/0.53/0.50/0.33)	

CMYK percentages

%0
%53.49
%50
%32.55

Codes

Color #AC5056 in popluar color models

AC5056
RGB1728086
HSL356°36.51%49.41%
HSB/HSV356°53.49%67.45%
CMYK0.00%53.49%50.00%
32.55%

Color #AC5056 in popluar number systems.

HEXAC5056
Decimal1728086
Binary1010110010100001010110
Octal254120126

Shades and tints

Shades of #AC5056

#AC5056
(172,80,86)
#9D494F
(157,73,79)
#8E4248
(142,66,72)
#7F3B41
(127,59,65)
#70343A
(112,52,58)
#612D33
(97,45,51)
#52262C
(82,38,44)
#431F25
(67,31,37)
#34181E
(52,24,30)
#251117
(37,17,23)
#160A10
(22,10,16)
#000000
(0,0,0)

Tints of #AC5056

#AC5056
(172,80,86)
#B35F65
(179,95,101)
#BA6E74
(186,110,116)
#C17D83
(193,125,131)
#C88C92
(200,140,146)
#CF9BA1
(207,155,161)
#D6AAB0
(214,170,176)
#DDB9BF
(221,185,191)
#E4C8CE
(228,200,206)
#EBD7DD
(235,215,221)
#F2E6EC
(242,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC5056; }

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

This text font color is #AC5056.


Background Color

.myBgColor { background-color: #AC5056; }

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

This div background color is #AC5056.


Border color

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

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

This div border color is #AC5056.


Opacity

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

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

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

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

This text has shadow with #AC5056 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC5056 on black background.


Color preview on white background

This text has color #AC5056 on white background.



Black color preview on #AC5056 background

This text has black color on #AC5056 background.


White color preview on #AC5056 background

This text has white color on #AC5056 background.