COLOR #A73C57

HEX: #A73C57
RGB: (167,60,87)

Color info

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

RGB color model

#A73C57 color RGB value is (167,60,87).

  • red value is 167;
  • green value is 60;
  • blue value is 87.
RGB:
(167,60,87)
(65%,24%,34%)

RGB channels and saturation

R 167 of 255 = 65%
G 60 of 255 = 24%
B 87 of 255 = 34%

167
60
87

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

Portions of RGB colors in percentages

R + G + B =
167 + 60 + 87 = 314 (100%)
R 167 of 314 ~ 53.18%
G 60 of 314 ~ 19.11%
B 87 of 314 ~ 27.71%

%53.18
%19.11
%27.71

CMYK color model

#A73C57 color CMYK value is (0,64,48,35).

  • cyan value is 0.00%
  • magenta value is 64.07%
  • yellow value is 47.90%
  • key color value is 34.51%
CMYK:
(0,64,48,35)
C0M64Y48K35 
(0%,64%,48%,35%)
(0.00/0.64/0.48/0.35)	

CMYK percentages

%0
%64.07
%47.9
%34.51

Codes

Color #A73C57 in popluar color models

A73C57
RGB1676087
HSL345°47.14%44.51%
HSB/HSV345°64.07%65.49%
CMYK0.00%64.07%47.90%
34.51%

Color #A73C57 in popluar number systems.

HEXA73C57
Decimal1676087
Binary101001111111001010111
Octal24774127

Shades and tints

Shades of #A73C57

#A73C57
(167,60,87)
#983750
(152,55,80)
#893249
(137,50,73)
#7A2D42
(122,45,66)
#6B283B
(107,40,59)
#5C2334
(92,35,52)
#4D1E2D
(77,30,45)
#3E1926
(62,25,38)
#2F141F
(47,20,31)
#200F18
(32,15,24)
#110A11
(17,10,17)
#000000
(0,0,0)

Tints of #A73C57

#A73C57
(167,60,87)
#AF4D66
(175,77,102)
#B75E75
(183,94,117)
#BF6F84
(191,111,132)
#C78093
(199,128,147)
#CF91A2
(207,145,162)
#D7A2B1
(215,162,177)
#DFB3C0
(223,179,192)
#E7C4CF
(231,196,207)
#EFD5DE
(239,213,222)
#F7E6ED
(247,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A73C57 color. Also use rgb(167,60,87) instead hex code.

Text Font Color

.myTextColor { color: #A73C57; }

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

This text font color is #A73C57.


Background Color

.myBgColor { background-color: #A73C57; }

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

This div background color is #A73C57.


Border color

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

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

This div border color is #A73C57.


Opacity

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

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

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

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

This text has shadow with #A73C57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A73C57 on black background.


Color preview on white background

This text has color #A73C57 on white background.



Black color preview on #A73C57 background

This text has black color on #A73C57 background.


White color preview on #A73C57 background

This text has white color on #A73C57 background.