COLOR #A73B76

HEX: #A73B76
RGB: (167,59,118)

Color info

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

RGB color model

#A73B76 color RGB value is (167,59,118).

  • red value is 167;
  • green value is 59;
  • blue value is 118.
RGB:
(167,59,118)
(65%,23%,46%)

RGB channels and saturation

R 167 of 255 = 65%
G 59 of 255 = 23%
B 118 of 255 = 46%

167
59
118

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

Portions of RGB colors in percentages

R + G + B =
167 + 59 + 118 = 344 (100%)
R 167 of 344 ~ 48.55%
G 59 of 344 ~ 17.15%
B 118 of 344 ~ 34.3%

%48.55
%17.15
%34.3

CMYK color model

#A73B76 color CMYK value is (0,65,29,35).

  • cyan value is 0.00%
  • magenta value is 64.67%
  • yellow value is 29.34%
  • key color value is 34.51%
CMYK:
(0,65,29,35)
C0M65Y29K35 
(0%,65%,29%,35%)
(0.00/0.65/0.29/0.35)	

CMYK percentages

%0
%64.67
%29.34
%34.51

Codes

Color #A73B76 in popluar color models

A73B76
RGB16759118
HSL327°47.79%44.31%
HSB/HSV327°64.67%65.49%
CMYK0.00%64.67%29.34%
34.51%

Color #A73B76 in popluar number systems.

HEXA73B76
Decimal16759118
Binary101001111110111110110
Octal24773166

Shades and tints

Shades of #A73B76

#A73B76
(167,59,118)
#98366C
(152,54,108)
#893162
(137,49,98)
#7A2C58
(122,44,88)
#6B274E
(107,39,78)
#5C2244
(92,34,68)
#4D1D3A
(77,29,58)
#3E1830
(62,24,48)
#2F1326
(47,19,38)
#200E1C
(32,14,28)
#110912
(17,9,18)
#000000
(0,0,0)

Tints of #A73B76

#A73B76
(167,59,118)
#AF4C82
(175,76,130)
#B75D8E
(183,93,142)
#BF6E9A
(191,110,154)
#C77FA6
(199,127,166)
#CF90B2
(207,144,178)
#D7A1BE
(215,161,190)
#DFB2CA
(223,178,202)
#E7C3D6
(231,195,214)
#EFD4E2
(239,212,226)
#F7E5EE
(247,229,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A73B76 color. Also use rgb(167,59,118) instead hex code.

Text Font Color

.myTextColor { color: #A73B76; }

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

This text font color is #A73B76.


Background Color

.myBgColor { background-color: #A73B76; }

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

This div background color is #A73B76.


Border color

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

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

This div border color is #A73B76.


Opacity

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

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

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

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

This text has shadow with #A73B76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A73B76 on black background.


Color preview on white background

This text has color #A73B76 on white background.



Black color preview on #A73B76 background

This text has black color on #A73B76 background.


White color preview on #A73B76 background

This text has white color on #A73B76 background.