COLOR #A73A2B

HEX: #A73A2B
RGB: (167,58,43)

Color info

#A73A2B contains mainly red color. Web safe color of #A73A2B is #993333 (or #933).

RGB color model

#A73A2B color RGB value is (167,58,43).

  • red value is 167;
  • green value is 58;
  • blue value is 43.
RGB:
(167,58,43)
(65%,23%,17%)

RGB channels and saturation

R 167 of 255 = 65%
G 58 of 255 = 23%
B 43 of 255 = 17%

167
58
43

R + G + B ~ 35%. #A73A2B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
167 + 58 + 43 = 268 (100%)
R 167 of 268 ~ 62.31%
G 58 of 268 ~ 21.64%
B 43 of 268 ~ 16.04%

%62.31
%21.64
%16.04

CMYK color model

#A73A2B color CMYK value is (0,65,74,35).

  • cyan value is 0.00%
  • magenta value is 65.27%
  • yellow value is 74.25%
  • key color value is 34.51%
CMYK:
(0,65,74,35)
C0M65Y74K35 
(0%,65%,74%,35%)
(0.00/0.65/0.74/0.35)	

CMYK percentages

%0
%65.27
%74.25
%34.51

Codes

Color #A73A2B in popluar color models

A73A2B
RGB1675843
HSL59.05%41.18%
HSB/HSV74.25%65.49%
CMYK0.00%65.27%74.25%
34.51%

Color #A73A2B in popluar number systems.

HEXA73A2B
Decimal1675843
Binary10100111111010101011
Octal2477253

Shades and tints

Shades of #A73A2B

#A73A2B
(167,58,43)
#983528
(152,53,40)
#893025
(137,48,37)
#7A2B22
(122,43,34)
#6B261F
(107,38,31)
#5C211C
(92,33,28)
#4D1C19
(77,28,25)
#3E1716
(62,23,22)
#2F1213
(47,18,19)
#200D10
(32,13,16)
#11080D
(17,8,13)
#000000
(0,0,0)

Tints of #A73A2B

#A73A2B
(167,58,43)
#AF4B3E
(175,75,62)
#B75C51
(183,92,81)
#BF6D64
(191,109,100)
#C77E77
(199,126,119)
#CF8F8A
(207,143,138)
#D7A09D
(215,160,157)
#DFB1B0
(223,177,176)
#E7C2C3
(231,194,195)
#EFD3D6
(239,211,214)
#F7E4E9
(247,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A73A2B color. Also use rgb(167,58,43) instead hex code.

Text Font Color

.myTextColor { color: #A73A2B; }

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

This text font color is #A73A2B.


Background Color

.myBgColor { background-color: #A73A2B; }

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

This div background color is #A73A2B.


Border color

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

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

This div border color is #A73A2B.


Opacity

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

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

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

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

This text has shadow with #A73A2B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A73A2B on black background.


Color preview on white background

This text has color #A73A2B on white background.



Black color preview on #A73A2B background

This text has black color on #A73A2B background.


White color preview on #A73A2B background

This text has white color on #A73A2B background.