COLOR #AC4052

HEX: #AC4052
RGB: (172,64,82)

Color info

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

RGB color model

#AC4052 color RGB value is (172,64,82).

  • red value is 172;
  • green value is 64;
  • blue value is 82.
RGB:
(172,64,82)
(67%,25%,32%)

RGB channels and saturation

R 172 of 255 = 67%
G 64 of 255 = 25%
B 82 of 255 = 32%

172
64
82

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

Portions of RGB colors in percentages

R + G + B =
172 + 64 + 82 = 318 (100%)
R 172 of 318 ~ 54.09%
G 64 of 318 ~ 20.13%
B 82 of 318 ~ 25.79%

%54.09
%20.13
%25.79

CMYK color model

#AC4052 color CMYK value is (0,63,52,33).

  • cyan value is 0.00%
  • magenta value is 62.79%
  • yellow value is 52.33%
  • key color value is 32.55%
CMYK:
(0,63,52,33)
C0M63Y52K33 
(0%,63%,52%,33%)
(0.00/0.63/0.52/0.33)	

CMYK percentages

%0
%62.79
%52.33
%32.55

Codes

Color #AC4052 in popluar color models

AC4052
RGB1726482
HSL350°45.76%46.27%
HSB/HSV350°62.79%67.45%
CMYK0.00%62.79%52.33%
32.55%

Color #AC4052 in popluar number systems.

HEXAC4052
Decimal1726482
Binary1010110010000001010010
Octal254100122

Shades and tints

Shades of #AC4052

#AC4052
(172,64,82)
#9D3B4B
(157,59,75)
#8E3644
(142,54,68)
#7F313D
(127,49,61)
#702C36
(112,44,54)
#61272F
(97,39,47)
#522228
(82,34,40)
#431D21
(67,29,33)
#34181A
(52,24,26)
#251313
(37,19,19)
#160E0C
(22,14,12)
#000000
(0,0,0)

Tints of #AC4052

#AC4052
(172,64,82)
#B35161
(179,81,97)
#BA6270
(186,98,112)
#C1737F
(193,115,127)
#C8848E
(200,132,142)
#CF959D
(207,149,157)
#D6A6AC
(214,166,172)
#DDB7BB
(221,183,187)
#E4C8CA
(228,200,202)
#EBD9D9
(235,217,217)
#F2EAE8
(242,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC4052 color. Also use rgb(172,64,82) instead hex code.

Text Font Color

.myTextColor { color: #AC4052; }

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

This text font color is #AC4052.


Background Color

.myBgColor { background-color: #AC4052; }

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

This div background color is #AC4052.


Border color

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

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

This div border color is #AC4052.


Opacity

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

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

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

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

This text has shadow with #AC4052 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC4052 on black background.


Color preview on white background

This text has color #AC4052 on white background.



Black color preview on #AC4052 background

This text has black color on #AC4052 background.


White color preview on #AC4052 background

This text has white color on #AC4052 background.