COLOR #A93E4E

HEX: #A93E4E
RGB: (169,62,78)

Color info

#A93E4E contains mainly red color. Web safe color of #A93E4E is #993366 (or #936).

RGB color model

#A93E4E color RGB value is (169,62,78).

  • red value is 169;
  • green value is 62;
  • blue value is 78.
RGB:
(169,62,78)
(66%,24%,31%)

RGB channels and saturation

R 169 of 255 = 66%
G 62 of 255 = 24%
B 78 of 255 = 31%

169
62
78

R + G + B ~ 40%. #A93E4E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
169 + 62 + 78 = 309 (100%)
R 169 of 309 ~ 54.69%
G 62 of 309 ~ 20.06%
B 78 of 309 ~ 25.24%

%54.69
%20.06
%25.24

CMYK color model

#A93E4E color CMYK value is (0,63,54,34).

  • cyan value is 0.00%
  • magenta value is 63.31%
  • yellow value is 53.85%
  • key color value is 33.73%
CMYK:
(0,63,54,34)
C0M63Y54K34 
(0%,63%,54%,34%)
(0.00/0.63/0.54/0.34)	

CMYK percentages

%0
%63.31
%53.85
%33.73

Codes

Color #A93E4E in popluar color models

A93E4E
RGB1696278
HSL351°46.32%45.29%
HSB/HSV351°63.31%66.27%
CMYK0.00%63.31%53.85%
33.73%

Color #A93E4E in popluar number systems.

HEXA93E4E
Decimal1696278
Binary101010011111101001110
Octal25176116

Shades and tints

Shades of #A93E4E

#A93E4E
(169,62,78)
#9A3947
(154,57,71)
#8B3440
(139,52,64)
#7C2F39
(124,47,57)
#6D2A32
(109,42,50)
#5E252B
(94,37,43)
#4F2024
(79,32,36)
#401B1D
(64,27,29)
#311616
(49,22,22)
#22110F
(34,17,15)
#130C08
(19,12,8)
#000000
(0,0,0)

Tints of #A93E4E

#A93E4E
(169,62,78)
#B04F5E
(176,79,94)
#B7606E
(183,96,110)
#BE717E
(190,113,126)
#C5828E
(197,130,142)
#CC939E
(204,147,158)
#D3A4AE
(211,164,174)
#DAB5BE
(218,181,190)
#E1C6CE
(225,198,206)
#E8D7DE
(232,215,222)
#EFE8EE
(239,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A93E4E color. Also use rgb(169,62,78) instead hex code.

Text Font Color

.myTextColor { color: #A93E4E; }

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

This text font color is #A93E4E.


Background Color

.myBgColor { background-color: #A93E4E; }

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

This div background color is #A93E4E.


Border color

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

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

This div border color is #A93E4E.


Opacity

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

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

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

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

This text has shadow with #A93E4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A93E4E on black background.


Color preview on white background

This text has color #A93E4E on white background.



Black color preview on #A93E4E background

This text has black color on #A93E4E background.


White color preview on #A93E4E background

This text has white color on #A93E4E background.