COLOR #AC3D55

HEX: #AC3D55
RGB: (172,61,85)

Color info

#AC3D55 contains mainly red color. Web safe color of #AC3D55 is #993366 (or #936).

RGB color model

#AC3D55 color RGB value is (172,61,85).

  • red value is 172;
  • green value is 61;
  • blue value is 85.
RGB:
(172,61,85)
(67%,24%,33%)

RGB channels and saturation

R 172 of 255 = 67%
G 61 of 255 = 24%
B 85 of 255 = 33%

172
61
85

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

Portions of RGB colors in percentages

R + G + B =
172 + 61 + 85 = 318 (100%)
R 172 of 318 ~ 54.09%
G 61 of 318 ~ 19.18%
B 85 of 318 ~ 26.73%

%54.09
%19.18
%26.73

CMYK color model

#AC3D55 color CMYK value is (0,65,51,33).

  • cyan value is 0.00%
  • magenta value is 64.53%
  • yellow value is 50.58%
  • key color value is 32.55%
CMYK:
(0,65,51,33)
C0M65Y51K33 
(0%,65%,51%,33%)
(0.00/0.65/0.51/0.33)	

CMYK percentages

%0
%64.53
%50.58
%32.55

Codes

Color #AC3D55 in popluar color models

AC3D55
RGB1726185
HSL347°47.64%45.69%
HSB/HSV347°64.53%67.45%
CMYK0.00%64.53%50.58%
32.55%

Color #AC3D55 in popluar number systems.

HEXAC3D55
Decimal1726185
Binary101011001111011010101
Octal25475125

Shades and tints

Shades of #AC3D55

#AC3D55
(172,61,85)
#9D384E
(157,56,78)
#8E3347
(142,51,71)
#7F2E40
(127,46,64)
#702939
(112,41,57)
#612432
(97,36,50)
#521F2B
(82,31,43)
#431A24
(67,26,36)
#34151D
(52,21,29)
#251016
(37,16,22)
#160B0F
(22,11,15)
#000000
(0,0,0)

Tints of #AC3D55

#AC3D55
(172,61,85)
#B34E64
(179,78,100)
#BA5F73
(186,95,115)
#C17082
(193,112,130)
#C88191
(200,129,145)
#CF92A0
(207,146,160)
#D6A3AF
(214,163,175)
#DDB4BE
(221,180,190)
#E4C5CD
(228,197,205)
#EBD6DC
(235,214,220)
#F2E7EB
(242,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC3D55 color. Also use rgb(172,61,85) instead hex code.

Text Font Color

.myTextColor { color: #AC3D55; }

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

This text font color is #AC3D55.


Background Color

.myBgColor { background-color: #AC3D55; }

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

This div background color is #AC3D55.


Border color

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

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

This div border color is #AC3D55.


Opacity

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

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

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

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

This text has shadow with #AC3D55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC3D55 on black background.


Color preview on white background

This text has color #AC3D55 on white background.



Black color preview on #AC3D55 background

This text has black color on #AC3D55 background.


White color preview on #AC3D55 background

This text has white color on #AC3D55 background.