COLOR #A63F46

HEX: #A63F46 RGB: (166,63,70)

Color info

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

RGB color model

#A63F46 color RGB value is (166,63,70).

RGB: (166,63,70) (65%, 25%, 27%)

RGB channels and saturation

R 166 of 255 = 65%
G 63 of 255 = 25%
B 70 of 255 = 27%

166
63
70

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

Portions of RGB colors in percentages

R + G + B = 166 + 63 + 70 = 299 (100%)
R 166 of 299 ~ 55.52%
G 63 of 299 ~ 21.07%
B 70 of 299 ~ 23.41'%

%55.52
%21.07
%23.41

CMYK color model

#A63F46 color CMYK value is (0,62,58,35).

  • cyan value is 0.00%
  • magenta value is 62.05%
  • yellow value is 57.83%
  • key color value is 34.90%

CMYK: (0,62,58,35)
C0M62Y58K35 (0%, 62%, 58%, 35%)
(0.00 / 0.62 / 0.58 / 0.35)

CMYK percentages

%0
%62.05
%57.83
%34.9

Codes

Color #A63F46 in popluar color models

A6 3F 46
RGB 166 63 70
HSL 356° 44.98% 44.90%
HSB/HSV 356° 62.05% 65.10%
CMYK 0.00% 62.05% 57.83%
34.90%

Color #A63F46 in popluar number systems.

HEX A6 3F 46
Decimal 166 63 70
Binary 10100110 111111 1000110
Octal 246 77 106

Shades and tints

Shades of #A63F46

#A63F46
(166,63,70)
#973A40
(151,58,64)
#88353A
(136,53,58)
#793034
(121,48,52)
#6A2B2E
(106,43,46)
#5B2628
(91,38,40)
#4C2122
(76,33,34)
#3D1C1C
(61,28,28)
#2E1716
(46,23,22)
#1F1210
(31,18,16)
#100D0A
(16,13,10)
#000000
(0,0,0)

Tints of #A63F46

#A63F46
(166,63,70)
#AE5056
(174,80,86)
#B66166
(182,97,102)
#BE7276
(190,114,118)
#C68386
(198,131,134)
#CE9496
(206,148,150)
#D6A5A6
(214,165,166)
#DEB6B6
(222,182,182)
#E6C7C6
(230,199,198)
#EED8D6
(238,216,214)
#F6E9E6
(246,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A63F46 color. Also use rgb(166,63,70) instead hex code.

Text Font Color

.myTextColor { color: #A63F46; }

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

This text font color is #A63F46.

Background Color

.myBgColor { background-color: #A63F46; }

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

This div background color is #A63F46.

Border color

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

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

This div border color is #A63F46.

Opacity

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

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

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

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

This text has shadow with #A63F46 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A63F46.

Preview

Color preview on black background

This text has color #A63F46 on black background.


Color preview on white background

This text has color #A63F46 on white background.


Black color preview on #A63F46 background

This text has black color on #A63F46 background.


White color preview on #A63F46 background

This text has white color on #A63F46 background.


Related colors

Complementary color

Complementary color for #hex is #59C0B9.


I love getcolorcode.com

Triadic colors

1 #46A63F and #3F46A6 with #A63F46 are triadic colors.

2 #463FA6 and #3FA646 with #A63F46 are triadic colors.