COLOR #A73C6F

HEX: #A73C6F
RGB: (167,60,111)

Color info

#A73C6F contains mainly red and blue colors. Web safe color of #A73C6F is #993366 (or #936).

RGB color model

#A73C6F color RGB value is (167,60,111).

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

RGB channels and saturation

R 167 of 255 = 65%
G 60 of 255 = 24%
B 111 of 255 = 44%

167
60
111

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

Portions of RGB colors in percentages

R + G + B =
167 + 60 + 111 = 338 (100%)
R 167 of 338 ~ 49.41%
G 60 of 338 ~ 17.75%
B 111 of 338 ~ 32.84%

%49.41
%17.75
%32.84

CMYK color model

#A73C6F color CMYK value is (0,64,34,35).

  • cyan value is 0.00%
  • magenta value is 64.07%
  • yellow value is 33.53%
  • key color value is 34.51%
CMYK:
(0,64,34,35)
C0M64Y34K35 
(0%,64%,34%,35%)
(0.00/0.64/0.34/0.35)	

CMYK percentages

%0
%64.07
%33.53
%34.51

Codes

Color #A73C6F in popluar color models

A73C6F
RGB16760111
HSL331°47.14%44.51%
HSB/HSV331°64.07%65.49%
CMYK0.00%64.07%33.53%
34.51%

Color #A73C6F in popluar number systems.

HEXA73C6F
Decimal16760111
Binary101001111111001101111
Octal24774157

Shades and tints

Shades of #A73C6F

#A73C6F
(167,60,111)
#983765
(152,55,101)
#89325B
(137,50,91)
#7A2D51
(122,45,81)
#6B2847
(107,40,71)
#5C233D
(92,35,61)
#4D1E33
(77,30,51)
#3E1929
(62,25,41)
#2F141F
(47,20,31)
#200F15
(32,15,21)
#110A0B
(17,10,11)
#000000
(0,0,0)

Tints of #A73C6F

#A73C6F
(167,60,111)
#AF4D7C
(175,77,124)
#B75E89
(183,94,137)
#BF6F96
(191,111,150)
#C780A3
(199,128,163)
#CF91B0
(207,145,176)
#D7A2BD
(215,162,189)
#DFB3CA
(223,179,202)
#E7C4D7
(231,196,215)
#EFD5E4
(239,213,228)
#F7E6F1
(247,230,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A73C6F; }

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

This text font color is #A73C6F.


Background Color

.myBgColor { background-color: #A73C6F; }

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

This div background color is #A73C6F.


Border color

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

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

This div border color is #A73C6F.


Opacity

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

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

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

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

This text has shadow with #A73C6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A73C6F on black background.


Color preview on white background

This text has color #A73C6F on white background.



Black color preview on #A73C6F background

This text has black color on #A73C6F background.


White color preview on #A73C6F background

This text has white color on #A73C6F background.