COLOR #A72513

HEX: #A72513
RGB: (167,37,19)

Color info

#A72513 contains mainly red color. Web safe color of #A72513 is #993300 (or #930).

RGB color model

#A72513 color RGB value is (167,37,19).

  • red value is 167;
  • green value is 37;
  • blue value is 19.
RGB:
(167,37,19)
(65%,15%,7%)

RGB channels and saturation

R 167 of 255 = 65%
G 37 of 255 = 15%
B 19 of 255 = 7%

167
37
19

R + G + B ~ 29%. #A72513 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
167 + 37 + 19 = 223 (100%)
R 167 of 223 ~ 74.89%
G 37 of 223 ~ 16.59%
B 19 of 223 ~ 8.52%

%74.89
%16.59

CMYK color model

#A72513 color CMYK value is (0,78,89,35).

  • cyan value is 0.00%
  • magenta value is 77.84%
  • yellow value is 88.62%
  • key color value is 34.51%
CMYK:
(0,78,89,35)
C0M78Y89K35 
(0%,78%,89%,35%)
(0.00/0.78/0.89/0.35)	

CMYK percentages

%0
%77.84
%88.62
%34.51

Codes

Color #A72513 in popluar color models

A72513
RGB1673719
HSL79.57%36.47%
HSB/HSV88.62%65.49%
CMYK0.00%77.84%88.62%
34.51%

Color #A72513 in popluar number systems.

HEXA72513
Decimal1673719
Binary1010011110010110011
Octal2474523

Shades and tints

Shades of #A72513

#A72513
(167,37,19)
#982212
(152,34,18)
#891F11
(137,31,17)
#7A1C10
(122,28,16)
#6B190F
(107,25,15)
#5C160E
(92,22,14)
#4D130D
(77,19,13)
#3E100C
(62,16,12)
#2F0D0B
(47,13,11)
#200A0A
(32,10,10)
#110709
(17,7,9)
#000000
(0,0,0)

Tints of #A72513

#A72513
(167,37,19)
#AF3828
(175,56,40)
#B74B3D
(183,75,61)
#BF5E52
(191,94,82)
#C77167
(199,113,103)
#CF847C
(207,132,124)
#D79791
(215,151,145)
#DFAAA6
(223,170,166)
#E7BDBB
(231,189,187)
#EFD0D0
(239,208,208)
#F7E3E5
(247,227,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A72513 color. Also use rgb(167,37,19) instead hex code.

Text Font Color

.myTextColor { color: #A72513; }

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

This text font color is #A72513.


Background Color

.myBgColor { background-color: #A72513; }

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

This div background color is #A72513.


Border color

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

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

This div border color is #A72513.


Opacity

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

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

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

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

This text has shadow with #A72513 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A72513 on black background.


Color preview on white background

This text has color #A72513 on white background.



Black color preview on #A72513 background

This text has black color on #A72513 background.


White color preview on #A72513 background

This text has white color on #A72513 background.