COLOR #A63A54

HEX: #A63A54
RGB: (166,58,84)

Color info

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

RGB color model

#A63A54 color RGB value is (166,58,84).

  • red value is 166;
  • green value is 58;
  • blue value is 84.
RGB:
(166,58,84)
(65%,23%,33%)

RGB channels and saturation

R 166 of 255 = 65%
G 58 of 255 = 23%
B 84 of 255 = 33%

166
58
84

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

Portions of RGB colors in percentages

R + G + B =
166 + 58 + 84 = 308 (100%)
R 166 of 308 ~ 53.9%
G 58 of 308 ~ 18.83%
B 84 of 308 ~ 27.27%

%53.9
%18.83
%27.27

CMYK color model

#A63A54 color CMYK value is (0,65,49,35).

  • cyan value is 0.00%
  • magenta value is 65.06%
  • yellow value is 49.40%
  • key color value is 34.90%
CMYK:
(0,65,49,35)
C0M65Y49K35 
(0%,65%,49%,35%)
(0.00/0.65/0.49/0.35)	

CMYK percentages

%0
%65.06
%49.4
%34.9

Codes

Color #A63A54 in popluar color models

A63A54
RGB1665884
HSL346°48.21%43.92%
HSB/HSV346°65.06%65.10%
CMYK0.00%65.06%49.40%
34.90%

Color #A63A54 in popluar number systems.

HEXA63A54
Decimal1665884
Binary101001101110101010100
Octal24672124

Shades and tints

Shades of #A63A54

#A63A54
(166,58,84)
#97354D
(151,53,77)
#883046
(136,48,70)
#792B3F
(121,43,63)
#6A2638
(106,38,56)
#5B2131
(91,33,49)
#4C1C2A
(76,28,42)
#3D1723
(61,23,35)
#2E121C
(46,18,28)
#1F0D15
(31,13,21)
#10080E
(16,8,14)
#000000
(0,0,0)

Tints of #A63A54

#A63A54
(166,58,84)
#AE4B63
(174,75,99)
#B65C72
(182,92,114)
#BE6D81
(190,109,129)
#C67E90
(198,126,144)
#CE8F9F
(206,143,159)
#D6A0AE
(214,160,174)
#DEB1BD
(222,177,189)
#E6C2CC
(230,194,204)
#EED3DB
(238,211,219)
#F6E4EA
(246,228,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A63A54 color. Also use rgb(166,58,84) instead hex code.

Text Font Color

.myTextColor { color: #A63A54; }

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

This text font color is #A63A54.


Background Color

.myBgColor { background-color: #A63A54; }

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

This div background color is #A63A54.


Border color

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

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

This div border color is #A63A54.


Opacity

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

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

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

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

This text has shadow with #A63A54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A63A54 on black background.


Color preview on white background

This text has color #A63A54 on white background.



Black color preview on #A63A54 background

This text has black color on #A63A54 background.


White color preview on #A63A54 background

This text has white color on #A63A54 background.