COLOR #AC135E

HEX: #AC135E
RGB: (172,19,94)

Color info

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

RGB color model

#AC135E color RGB value is (172,19,94).

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

RGB channels and saturation

R 172 of 255 = 67%
G 19 of 255 = 7%
B 94 of 255 = 37%

172
19
94

R + G + B ~ 37%. #AC135E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
172 + 19 + 94 = 285 (100%)
R 172 of 285 ~ 60.35%
G 19 of 285 ~ 6.67%
B 94 of 285 ~ 32.98%

%60.35
%32.98

CMYK color model

#AC135E color CMYK value is (0,89,45,33).

  • cyan value is 0.00%
  • magenta value is 88.95%
  • yellow value is 45.35%
  • key color value is 32.55%
CMYK:
(0,89,45,33)
C0M89Y45K33 
(0%,89%,45%,33%)
(0.00/0.89/0.45/0.33)	

CMYK percentages

%0
%88.95
%45.35
%32.55

Codes

Color #AC135E in popluar color models

AC135E
RGB1721994
HSL331°80.10%37.45%
HSB/HSV331°88.95%67.45%
CMYK0.00%88.95%45.35%
32.55%

Color #AC135E in popluar number systems.

HEXAC135E
Decimal1721994
Binary10101100100111011110
Octal25423136

Shades and tints

Shades of #AC135E

#AC135E
(172,19,94)
#9D1256
(157,18,86)
#8E114E
(142,17,78)
#7F1046
(127,16,70)
#700F3E
(112,15,62)
#610E36
(97,14,54)
#520D2E
(82,13,46)
#430C26
(67,12,38)
#340B1E
(52,11,30)
#250A16
(37,10,22)
#16090E
(22,9,14)
#000000
(0,0,0)

Tints of #AC135E

#AC135E
(172,19,94)
#B3286C
(179,40,108)
#BA3D7A
(186,61,122)
#C15288
(193,82,136)
#C86796
(200,103,150)
#CF7CA4
(207,124,164)
#D691B2
(214,145,178)
#DDA6C0
(221,166,192)
#E4BBCE
(228,187,206)
#EBD0DC
(235,208,220)
#F2E5EA
(242,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC135E; }

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

This text font color is #AC135E.


Background Color

.myBgColor { background-color: #AC135E; }

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

This div background color is #AC135E.


Border color

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

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

This div border color is #AC135E.


Opacity

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

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

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

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

This text has shadow with #AC135E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC135E on black background.


Color preview on white background

This text has color #AC135E on white background.



Black color preview on #AC135E background

This text has black color on #AC135E background.


White color preview on #AC135E background

This text has white color on #AC135E background.