COLOR #AC265E

HEX: #AC265E
RGB: (172,38,94)

Color info

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

RGB color model

#AC265E color RGB value is (172,38,94).

  • red value is 172;
  • green value is 38;
  • blue value is 94.
RGB:
(172,38,94)
(67%,15%,37%)

RGB channels and saturation

R 172 of 255 = 67%
G 38 of 255 = 15%
B 94 of 255 = 37%

172
38
94

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

Portions of RGB colors in percentages

R + G + B =
172 + 38 + 94 = 304 (100%)
R 172 of 304 ~ 56.58%
G 38 of 304 ~ 12.5%
B 94 of 304 ~ 30.92%

%56.58
%12.5
%30.92

CMYK color model

#AC265E color CMYK value is (0,78,45,33).

  • cyan value is 0.00%
  • magenta value is 77.91%
  • yellow value is 45.35%
  • key color value is 32.55%
CMYK:
(0,78,45,33)
C0M78Y45K33 
(0%,78%,45%,33%)
(0.00/0.78/0.45/0.33)	

CMYK percentages

%0
%77.91
%45.35
%32.55

Codes

Color #AC265E in popluar color models

AC265E
RGB1723894
HSL335°63.81%41.18%
HSB/HSV335°77.91%67.45%
CMYK0.00%77.91%45.35%
32.55%

Color #AC265E in popluar number systems.

HEXAC265E
Decimal1723894
Binary101011001001101011110
Octal25446136

Shades and tints

Shades of #AC265E

#AC265E
(172,38,94)
#9D2356
(157,35,86)
#8E204E
(142,32,78)
#7F1D46
(127,29,70)
#701A3E
(112,26,62)
#611736
(97,23,54)
#52142E
(82,20,46)
#431126
(67,17,38)
#340E1E
(52,14,30)
#250B16
(37,11,22)
#16080E
(22,8,14)
#000000
(0,0,0)

Tints of #AC265E

#AC265E
(172,38,94)
#B3396C
(179,57,108)
#BA4C7A
(186,76,122)
#C15F88
(193,95,136)
#C87296
(200,114,150)
#CF85A4
(207,133,164)
#D698B2
(214,152,178)
#DDABC0
(221,171,192)
#E4BECE
(228,190,206)
#EBD1DC
(235,209,220)
#F2E4EA
(242,228,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC265E color. Also use rgb(172,38,94) instead hex code.

Text Font Color

.myTextColor { color: #AC265E; }

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

This text font color is #AC265E.


Background Color

.myBgColor { background-color: #AC265E; }

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

This div background color is #AC265E.


Border color

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

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

This div border color is #AC265E.


Opacity

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

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

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

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

This text has shadow with #AC265E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC265E on black background.


Color preview on white background

This text has color #AC265E on white background.



Black color preview on #AC265E background

This text has black color on #AC265E background.


White color preview on #AC265E background

This text has white color on #AC265E background.