COLOR #A72A2F

HEX: #A72A2F
RGB: (167,42,47)

Color info

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

RGB color model

#A72A2F color RGB value is (167,42,47).

  • red value is 167;
  • green value is 42;
  • blue value is 47.
RGB:
(167,42,47)
(65%,16%,18%)

RGB channels and saturation

R 167 of 255 = 65%
G 42 of 255 = 16%
B 47 of 255 = 18%

167
42
47

R + G + B ~ 33%. #A72A2F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
167 + 42 + 47 = 256 (100%)
R 167 of 256 ~ 65.23%
G 42 of 256 ~ 16.41%
B 47 of 256 ~ 18.36%

%65.23
%16.41
%18.36

CMYK color model

#A72A2F color CMYK value is (0,75,72,35).

  • cyan value is 0.00%
  • magenta value is 74.85%
  • yellow value is 71.86%
  • key color value is 34.51%
CMYK:
(0,75,72,35)
C0M75Y72K35 
(0%,75%,72%,35%)
(0.00/0.75/0.72/0.35)	

CMYK percentages

%0
%74.85
%71.86
%34.51

Codes

Color #A72A2F in popluar color models

A72A2F
RGB1674247
HSL358°59.81%40.98%
HSB/HSV358°74.85%65.49%
CMYK0.00%74.85%71.86%
34.51%

Color #A72A2F in popluar number systems.

HEXA72A2F
Decimal1674247
Binary10100111101010101111
Octal2475257

Shades and tints

Shades of #A72A2F

#A72A2F
(167,42,47)
#98272B
(152,39,43)
#892427
(137,36,39)
#7A2123
(122,33,35)
#6B1E1F
(107,30,31)
#5C1B1B
(92,27,27)
#4D1817
(77,24,23)
#3E1513
(62,21,19)
#2F120F
(47,18,15)
#200F0B
(32,15,11)
#110C07
(17,12,7)
#000000
(0,0,0)

Tints of #A72A2F

#A72A2F
(167,42,47)
#AF3D41
(175,61,65)
#B75053
(183,80,83)
#BF6365
(191,99,101)
#C77677
(199,118,119)
#CF8989
(207,137,137)
#D79C9B
(215,156,155)
#DFAFAD
(223,175,173)
#E7C2BF
(231,194,191)
#EFD5D1
(239,213,209)
#F7E8E3
(247,232,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A72A2F color. Also use rgb(167,42,47) instead hex code.

Text Font Color

.myTextColor { color: #A72A2F; }

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

This text font color is #A72A2F.


Background Color

.myBgColor { background-color: #A72A2F; }

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

This div background color is #A72A2F.


Border color

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

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

This div border color is #A72A2F.


Opacity

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

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

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

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

This text has shadow with #A72A2F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A72A2F on black background.


Color preview on white background

This text has color #A72A2F on white background.



Black color preview on #A72A2F background

This text has black color on #A72A2F background.


White color preview on #A72A2F background

This text has white color on #A72A2F background.