COLOR #AC4250

HEX: #AC4250
RGB: (172,66,80)

Color info

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

RGB color model

#AC4250 color RGB value is (172,66,80).

  • red value is 172;
  • green value is 66;
  • blue value is 80.
RGB:
(172,66,80)
(67%,26%,31%)

RGB channels and saturation

R 172 of 255 = 67%
G 66 of 255 = 26%
B 80 of 255 = 31%

172
66
80

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

Portions of RGB colors in percentages

R + G + B =
172 + 66 + 80 = 318 (100%)
R 172 of 318 ~ 54.09%
G 66 of 318 ~ 20.75%
B 80 of 318 ~ 25.16%

%54.09
%20.75
%25.16

CMYK color model

#AC4250 color CMYK value is (0,62,53,33).

  • cyan value is 0.00%
  • magenta value is 61.63%
  • yellow value is 53.49%
  • key color value is 32.55%
CMYK:
(0,62,53,33)
C0M62Y53K33 
(0%,62%,53%,33%)
(0.00/0.62/0.53/0.33)	

CMYK percentages

%0
%61.63
%53.49
%32.55

Codes

Color #AC4250 in popluar color models

AC4250
RGB1726680
HSL352°44.54%46.67%
HSB/HSV352°61.63%67.45%
CMYK0.00%61.63%53.49%
32.55%

Color #AC4250 in popluar number systems.

HEXAC4250
Decimal1726680
Binary1010110010000101010000
Octal254102120

Shades and tints

Shades of #AC4250

#AC4250
(172,66,80)
#9D3C49
(157,60,73)
#8E3642
(142,54,66)
#7F303B
(127,48,59)
#702A34
(112,42,52)
#61242D
(97,36,45)
#521E26
(82,30,38)
#43181F
(67,24,31)
#341218
(52,18,24)
#250C11
(37,12,17)
#16060A
(22,6,10)
#000000
(0,0,0)

Tints of #AC4250

#AC4250
(172,66,80)
#B3535F
(179,83,95)
#BA646E
(186,100,110)
#C1757D
(193,117,125)
#C8868C
(200,134,140)
#CF979B
(207,151,155)
#D6A8AA
(214,168,170)
#DDB9B9
(221,185,185)
#E4CAC8
(228,202,200)
#EBDBD7
(235,219,215)
#F2ECE6
(242,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC4250 color. Also use rgb(172,66,80) instead hex code.

Text Font Color

.myTextColor { color: #AC4250; }

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

This text font color is #AC4250.


Background Color

.myBgColor { background-color: #AC4250; }

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

This div background color is #AC4250.


Border color

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

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

This div border color is #AC4250.


Opacity

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

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

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

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

This text has shadow with #AC4250 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC4250 on black background.


Color preview on white background

This text has color #AC4250 on white background.



Black color preview on #AC4250 background

This text has black color on #AC4250 background.


White color preview on #AC4250 background

This text has white color on #AC4250 background.