COLOR #AC3252

HEX: #AC3252 RGB: (172,50,82)

Color info

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

RGB color model

#AC3252 color RGB value is (172,50,82).

RGB: (172,50,82) (67%, 20%, 32%)

RGB channels and saturation

R 172 of 255 = 67%
G 50 of 255 = 20%
B 82 of 255 = 32%

172
50
82

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

Portions of RGB colors in percentages

R + G + B = 172 + 50 + 82 = 304 (100%)
R 172 of 304 ~ 56.58%
G 50 of 304 ~ 16.45%
B 82 of 304 ~ 26.97'%

%56.58
%16.45
%26.97

CMYK color model

#AC3252 color CMYK value is (0,71,52,33).

  • cyan value is 0.00%
  • magenta value is 70.93%
  • yellow value is 52.33%
  • key color value is 32.55%

CMYK: (0,71,52,33)
C0M71Y52K33 (0%, 71%, 52%, 33%)
(0.00 / 0.71 / 0.52 / 0.33)

CMYK percentages

%0
%70.93
%52.33
%32.55

Codes

Color #AC3252 in popluar color models

AC 32 52
RGB 172 50 82
HSL 344° 54.95% 43.53%
HSB/HSV 344° 70.93% 67.45%
CMYK 0.00% 70.93% 52.33%
32.55%

Color #AC3252 in popluar number systems.

HEX AC 32 52
Decimal 172 50 82
Binary 10101100 110010 1010010
Octal 254 62 122

Shades and tints

Shades of #AC3252

#AC3252
(172,50,82)
#9D2E4B
(157,46,75)
#8E2A44
(142,42,68)
#7F263D
(127,38,61)
#702236
(112,34,54)
#611E2F
(97,30,47)
#521A28
(82,26,40)
#431621
(67,22,33)
#34121A
(52,18,26)
#250E13
(37,14,19)
#160A0C
(22,10,12)
#000000
(0,0,0)

Tints of #AC3252

#AC3252
(172,50,82)
#B34461
(179,68,97)
#BA5670
(186,86,112)
#C1687F
(193,104,127)
#C87A8E
(200,122,142)
#CF8C9D
(207,140,157)
#D69EAC
(214,158,172)
#DDB0BB
(221,176,187)
#E4C2CA
(228,194,202)
#EBD4D9
(235,212,217)
#F2E6E8
(242,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC3252; }

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

This text font color is #AC3252.

Background Color

.myBgColor { background-color: #AC3252; }

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

This div background color is #AC3252.

Border color

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

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

This div border color is #AC3252.

Opacity

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

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

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

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

This text has shadow with #AC3252 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AC3252.

Preview

Color preview on black background

This text has color #AC3252 on black background.


Color preview on white background

This text has color #AC3252 on white background.


Black color preview on #AC3252 background

This text has black color on #AC3252 background.


White color preview on #AC3252 background

This text has white color on #AC3252 background.


Related colors

Complementary color

Complementary color for #hex is #53CDAD.


I love getcolorcode.com

Triadic colors

1 #52AC32 and #3252AC with #AC3252 are triadic colors.

2 #5232AC and #32AC52 with #AC3252 are triadic colors.