COLOR #AC3B77

HEX: #AC3B77 RGB: (172,59,119)

Color info

#AC3B77 contains mainly red and blue colors. Web safe color of #AC3B77 is #993366 (or #936).

RGB color model

#AC3B77 color RGB value is (172,59,119).

RGB: (172,59,119) (67%, 23%, 47%)

RGB channels and saturation

R 172 of 255 = 67%
G 59 of 255 = 23%
B 119 of 255 = 47%

172
59
119

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

Portions of RGB colors in percentages

R + G + B = 172 + 59 + 119 = 350 (100%)
R 172 of 350 ~ 49.14%
G 59 of 350 ~ 16.86%
B 119 of 350 ~ 34'%

%49.14
%16.86
%34

CMYK color model

#AC3B77 color CMYK value is (0,66,31,33).

  • cyan value is 0.00%
  • magenta value is 65.70%
  • yellow value is 30.81%
  • key color value is 32.55%

CMYK: (0,66,31,33)
C0M66Y31K33 (0%, 66%, 31%, 33%)
(0.00 / 0.66 / 0.31 / 0.33)

CMYK percentages

%0
%65.7
%30.81
%32.55

Codes

Color #AC3B77 in popluar color models

AC 3B 77
RGB 172 59 119
HSL 328° 48.92% 45.29%
HSB/HSV 328° 65.70% 67.45%
CMYK 0.00% 65.70% 30.81%
32.55%

Color #AC3B77 in popluar number systems.

HEX AC 3B 77
Decimal 172 59 119
Binary 10101100 111011 1110111
Octal 254 73 167

Shades and tints

Shades of #AC3B77

#AC3B77
(172,59,119)
#9D366D
(157,54,109)
#8E3163
(142,49,99)
#7F2C59
(127,44,89)
#70274F
(112,39,79)
#612245
(97,34,69)
#521D3B
(82,29,59)
#431831
(67,24,49)
#341327
(52,19,39)
#250E1D
(37,14,29)
#160913
(22,9,19)
#000000
(0,0,0)

Tints of #AC3B77

#AC3B77
(172,59,119)
#B34C83
(179,76,131)
#BA5D8F
(186,93,143)
#C16E9B
(193,110,155)
#C87FA7
(200,127,167)
#CF90B3
(207,144,179)
#D6A1BF
(214,161,191)
#DDB2CB
(221,178,203)
#E4C3D7
(228,195,215)
#EBD4E3
(235,212,227)
#F2E5EF
(242,229,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC3B77 color. Also use rgb(172,59,119) instead hex code.

Text Font Color

.myTextColor { color: #AC3B77; }

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

This text font color is #AC3B77.

Background Color

.myBgColor { background-color: #AC3B77; }

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

This div background color is #AC3B77.

Border color

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

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

This div border color is #AC3B77.

Opacity

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

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

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

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

This text has shadow with #AC3B77 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AC3B77.

Preview

Color preview on black background

This text has color #AC3B77 on black background.


Color preview on white background

This text has color #AC3B77 on white background.


Black color preview on #AC3B77 background

This text has black color on #AC3B77 background.


White color preview on #AC3B77 background

This text has white color on #AC3B77 background.


Related colors

Complementary color

Complementary color for #hex is #53C488.


I love getcolorcode.com

Triadic colors

1 #77AC3B and #3B77AC with #AC3B77 are triadic colors.

2 #773BAC and #3BAC77 with #AC3B77 are triadic colors.