COLOR #A02E5D

HEX: #A02E5D
RGB: (160,46,93)

Color info

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

RGB color model

#A02E5D color RGB value is (160,46,93).

  • red value is 160;
  • green value is 46;
  • blue value is 93.
RGB:
(160,46,93)
(63%,18%,36%)

RGB channels and saturation

R 160 of 255 = 63%
G 46 of 255 = 18%
B 93 of 255 = 36%

160
46
93

R + G + B ~ 39%. #A02E5D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
160 + 46 + 93 = 299 (100%)
R 160 of 299 ~ 53.51%
G 46 of 299 ~ 15.38%
B 93 of 299 ~ 31.1%

%53.51
%15.38
%31.1

CMYK color model

#A02E5D color CMYK value is (0,71,42,37).

  • cyan value is 0.00%
  • magenta value is 71.25%
  • yellow value is 41.88%
  • key color value is 37.25%
CMYK:
(0,71,42,37)
C0M71Y42K37 
(0%,71%,42%,37%)
(0.00/0.71/0.42/0.37)	

CMYK percentages

%0
%71.25
%41.88
%37.25

Codes

Color #A02E5D in popluar color models

A02E5D
RGB1604693
HSL335°55.34%40.39%
HSB/HSV335°71.25%62.75%
CMYK0.00%71.25%41.88%
37.25%

Color #A02E5D in popluar number systems.

HEXA02E5D
Decimal1604693
Binary101000001011101011101
Octal24056135

Shades and tints

Shades of #A02E5D

#A02E5D
(160,46,93)
#922A55
(146,42,85)
#84264D
(132,38,77)
#762245
(118,34,69)
#681E3D
(104,30,61)
#5A1A35
(90,26,53)
#4C162D
(76,22,45)
#3E1225
(62,18,37)
#300E1D
(48,14,29)
#220A15
(34,10,21)
#14060D
(20,6,13)
#000000
(0,0,0)

Tints of #A02E5D

#A02E5D
(160,46,93)
#A8416B
(168,65,107)
#B05479
(176,84,121)
#B86787
(184,103,135)
#C07A95
(192,122,149)
#C88DA3
(200,141,163)
#D0A0B1
(208,160,177)
#D8B3BF
(216,179,191)
#E0C6CD
(224,198,205)
#E8D9DB
(232,217,219)
#F0ECE9
(240,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A02E5D color. Also use rgb(160,46,93) instead hex code.

Text Font Color

.myTextColor { color: #A02E5D; }

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

This text font color is #A02E5D.


Background Color

.myBgColor { background-color: #A02E5D; }

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

This div background color is #A02E5D.


Border color

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

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

This div border color is #A02E5D.


Opacity

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

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

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

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

This text has shadow with #A02E5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A02E5D on black background.


Color preview on white background

This text has color #A02E5D on white background.



Black color preview on #A02E5D background

This text has black color on #A02E5D background.


White color preview on #A02E5D background

This text has white color on #A02E5D background.