COLOR #A72743

HEX: #A72743
RGB: (167,39,67)

Color info

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

RGB color model

#A72743 color RGB value is (167,39,67).

  • red value is 167;
  • green value is 39;
  • blue value is 67.
RGB:
(167,39,67)
(65%,15%,26%)

RGB channels and saturation

R 167 of 255 = 65%
G 39 of 255 = 15%
B 67 of 255 = 26%

167
39
67

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

Portions of RGB colors in percentages

R + G + B =
167 + 39 + 67 = 273 (100%)
R 167 of 273 ~ 61.17%
G 39 of 273 ~ 14.29%
B 67 of 273 ~ 24.54%

%61.17
%14.29
%24.54

CMYK color model

#A72743 color CMYK value is (0,77,60,35).

  • cyan value is 0.00%
  • magenta value is 76.65%
  • yellow value is 59.88%
  • key color value is 34.51%
CMYK:
(0,77,60,35)
C0M77Y60K35 
(0%,77%,60%,35%)
(0.00/0.77/0.60/0.35)	

CMYK percentages

%0
%76.65
%59.88
%34.51

Codes

Color #A72743 in popluar color models

A72743
RGB1673967
HSL347°62.14%40.39%
HSB/HSV347°76.65%65.49%
CMYK0.00%76.65%59.88%
34.51%

Color #A72743 in popluar number systems.

HEXA72743
Decimal1673967
Binary101001111001111000011
Octal24747103

Shades and tints

Shades of #A72743

#A72743
(167,39,67)
#98243D
(152,36,61)
#892137
(137,33,55)
#7A1E31
(122,30,49)
#6B1B2B
(107,27,43)
#5C1825
(92,24,37)
#4D151F
(77,21,31)
#3E1219
(62,18,25)
#2F0F13
(47,15,19)
#200C0D
(32,12,13)
#110907
(17,9,7)
#000000
(0,0,0)

Tints of #A72743

#A72743
(167,39,67)
#AF3A54
(175,58,84)
#B74D65
(183,77,101)
#BF6076
(191,96,118)
#C77387
(199,115,135)
#CF8698
(207,134,152)
#D799A9
(215,153,169)
#DFACBA
(223,172,186)
#E7BFCB
(231,191,203)
#EFD2DC
(239,210,220)
#F7E5ED
(247,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A72743 color. Also use rgb(167,39,67) instead hex code.

Text Font Color

.myTextColor { color: #A72743; }

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

This text font color is #A72743.


Background Color

.myBgColor { background-color: #A72743; }

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

This div background color is #A72743.


Border color

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

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

This div border color is #A72743.


Opacity

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

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

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

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

This text has shadow with #A72743 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A72743 on black background.


Color preview on white background

This text has color #A72743 on white background.



Black color preview on #A72743 background

This text has black color on #A72743 background.


White color preview on #A72743 background

This text has white color on #A72743 background.