COLOR #AC3666

HEX: #AC3666
RGB: (172,54,102)

Color info

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

RGB color model

#AC3666 color RGB value is (172,54,102).

  • red value is 172;
  • green value is 54;
  • blue value is 102.
RGB:
(172,54,102)
(67%,21%,40%)

RGB channels and saturation

R 172 of 255 = 67%
G 54 of 255 = 21%
B 102 of 255 = 40%

172
54
102

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

Portions of RGB colors in percentages

R + G + B =
172 + 54 + 102 = 328 (100%)
R 172 of 328 ~ 52.44%
G 54 of 328 ~ 16.46%
B 102 of 328 ~ 31.1%

%52.44
%16.46
%31.1

CMYK color model

#AC3666 color CMYK value is (0,69,41,33).

  • cyan value is 0.00%
  • magenta value is 68.60%
  • yellow value is 40.70%
  • key color value is 32.55%
CMYK:
(0,69,41,33)
C0M69Y41K33 
(0%,69%,41%,33%)
(0.00/0.69/0.41/0.33)	

CMYK percentages

%0
%68.6
%40.7
%32.55

Codes

Color #AC3666 in popluar color models

AC3666
RGB17254102
HSL336°52.21%44.31%
HSB/HSV336°68.60%67.45%
CMYK0.00%68.60%40.70%
32.55%

Color #AC3666 in popluar number systems.

HEXAC3666
Decimal17254102
Binary101011001101101100110
Octal25466146

Shades and tints

Shades of #AC3666

#AC3666
(172,54,102)
#9D325D
(157,50,93)
#8E2E54
(142,46,84)
#7F2A4B
(127,42,75)
#702642
(112,38,66)
#612239
(97,34,57)
#521E30
(82,30,48)
#431A27
(67,26,39)
#34161E
(52,22,30)
#251215
(37,18,21)
#160E0C
(22,14,12)
#000000
(0,0,0)

Tints of #AC3666

#AC3666
(172,54,102)
#B34873
(179,72,115)
#BA5A80
(186,90,128)
#C16C8D
(193,108,141)
#C87E9A
(200,126,154)
#CF90A7
(207,144,167)
#D6A2B4
(214,162,180)
#DDB4C1
(221,180,193)
#E4C6CE
(228,198,206)
#EBD8DB
(235,216,219)
#F2EAE8
(242,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC3666 color. Also use rgb(172,54,102) instead hex code.

Text Font Color

.myTextColor { color: #AC3666; }

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

This text font color is #AC3666.


Background Color

.myBgColor { background-color: #AC3666; }

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

This div background color is #AC3666.


Border color

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

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

This div border color is #AC3666.


Opacity

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

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

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

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

This text has shadow with #AC3666 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC3666 on black background.


Color preview on white background

This text has color #AC3666 on white background.



Black color preview on #AC3666 background

This text has black color on #AC3666 background.


White color preview on #AC3666 background

This text has white color on #AC3666 background.