COLOR #A92E47

HEX: #A92E47
RGB: (169,46,71)

Color info

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

RGB color model

#A92E47 color RGB value is (169,46,71).

  • red value is 169;
  • green value is 46;
  • blue value is 71.
RGB:
(169,46,71)
(66%,18%,28%)

RGB channels and saturation

R 169 of 255 = 66%
G 46 of 255 = 18%
B 71 of 255 = 28%

169
46
71

R + G + B ~ 37%. #A92E47 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
169 + 46 + 71 = 286 (100%)
R 169 of 286 ~ 59.09%
G 46 of 286 ~ 16.08%
B 71 of 286 ~ 24.83%

%59.09
%16.08
%24.83

CMYK color model

#A92E47 color CMYK value is (0,73,58,34).

  • cyan value is 0.00%
  • magenta value is 72.78%
  • yellow value is 57.99%
  • key color value is 33.73%
CMYK:
(0,73,58,34)
C0M73Y58K34 
(0%,73%,58%,34%)
(0.00/0.73/0.58/0.34)	

CMYK percentages

%0
%72.78
%57.99
%33.73

Codes

Color #A92E47 in popluar color models

A92E47
RGB1694671
HSL348°57.21%42.16%
HSB/HSV348°72.78%66.27%
CMYK0.00%72.78%57.99%
33.73%

Color #A92E47 in popluar number systems.

HEXA92E47
Decimal1694671
Binary101010011011101000111
Octal25156107

Shades and tints

Shades of #A92E47

#A92E47
(169,46,71)
#9A2A41
(154,42,65)
#8B263B
(139,38,59)
#7C2235
(124,34,53)
#6D1E2F
(109,30,47)
#5E1A29
(94,26,41)
#4F1623
(79,22,35)
#40121D
(64,18,29)
#310E17
(49,14,23)
#220A11
(34,10,17)
#13060B
(19,6,11)
#000000
(0,0,0)

Tints of #A92E47

#A92E47
(169,46,71)
#B04157
(176,65,87)
#B75467
(183,84,103)
#BE6777
(190,103,119)
#C57A87
(197,122,135)
#CC8D97
(204,141,151)
#D3A0A7
(211,160,167)
#DAB3B7
(218,179,183)
#E1C6C7
(225,198,199)
#E8D9D7
(232,217,215)
#EFECE7
(239,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A92E47 color. Also use rgb(169,46,71) instead hex code.

Text Font Color

.myTextColor { color: #A92E47; }

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

This text font color is #A92E47.


Background Color

.myBgColor { background-color: #A92E47; }

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

This div background color is #A92E47.


Border color

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

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

This div border color is #A92E47.


Opacity

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

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

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

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

This text has shadow with #A92E47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A92E47 on black background.


Color preview on white background

This text has color #A92E47 on white background.



Black color preview on #A92E47 background

This text has black color on #A92E47 background.


White color preview on #A92E47 background

This text has white color on #A92E47 background.