COLOR #AC0F5D

HEX: #AC0F5D
RGB: (172,15,93)

Color info

#AC0F5D contains mainly red color. Web safe color of #AC0F5D is #990066 (or #906).

RGB color model

#AC0F5D color RGB value is (172,15,93).

  • red value is 172;
  • green value is 15;
  • blue value is 93.
RGB:
(172,15,93)
(67%,6%,36%)

RGB channels and saturation

R 172 of 255 = 67%
G 15 of 255 = 6%
B 93 of 255 = 36%

172
15
93

R + G + B ~ 36%. #AC0F5D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
172 + 15 + 93 = 280 (100%)
R 172 of 280 ~ 61.43%
G 15 of 280 ~ 5.36%
B 93 of 280 ~ 33.21%

%61.43
%33.21

CMYK color model

#AC0F5D color CMYK value is (0,91,46,33).

  • cyan value is 0.00%
  • magenta value is 91.28%
  • yellow value is 45.93%
  • key color value is 32.55%
CMYK:
(0,91,46,33)
C0M91Y46K33 
(0%,91%,46%,33%)
(0.00/0.91/0.46/0.33)	

CMYK percentages

%0
%91.28
%45.93
%32.55

Codes

Color #AC0F5D in popluar color models

AC0F5D
RGB1721593
HSL330°83.96%36.67%
HSB/HSV330°91.28%67.45%
CMYK0.00%91.28%45.93%
32.55%

Color #AC0F5D in popluar number systems.

HEXAC0F5D
Decimal1721593
Binary1010110011111011101
Octal25417135

Shades and tints

Shades of #AC0F5D

#AC0F5D
(172,15,93)
#9D0E55
(157,14,85)
#8E0D4D
(142,13,77)
#7F0C45
(127,12,69)
#700B3D
(112,11,61)
#610A35
(97,10,53)
#52092D
(82,9,45)
#430825
(67,8,37)
#34071D
(52,7,29)
#250615
(37,6,21)
#16050D
(22,5,13)
#000000
(0,0,0)

Tints of #AC0F5D

#AC0F5D
(172,15,93)
#B3246B
(179,36,107)
#BA3979
(186,57,121)
#C14E87
(193,78,135)
#C86395
(200,99,149)
#CF78A3
(207,120,163)
#D68DB1
(214,141,177)
#DDA2BF
(221,162,191)
#E4B7CD
(228,183,205)
#EBCCDB
(235,204,219)
#F2E1E9
(242,225,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC0F5D color. Also use rgb(172,15,93) instead hex code.

Text Font Color

.myTextColor { color: #AC0F5D; }

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

This text font color is #AC0F5D.


Background Color

.myBgColor { background-color: #AC0F5D; }

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

This div background color is #AC0F5D.


Border color

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

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

This div border color is #AC0F5D.


Opacity

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

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

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

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

This text has shadow with #AC0F5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC0F5D on black background.


Color preview on white background

This text has color #AC0F5D on white background.



Black color preview on #AC0F5D background

This text has black color on #AC0F5D background.


White color preview on #AC0F5D background

This text has white color on #AC0F5D background.