COLOR #A6214F

HEX: #A6214F RGB: (166,33,79)

Color info

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

RGB color model

#A6214F color RGB value is (166,33,79).

RGB: (166,33,79) (65%, 13%, 31%)

RGB channels and saturation

R 166 of 255 = 65%
G 33 of 255 = 13%
B 79 of 255 = 31%

166
33
79

R + G + B ~ 36%. #A6214F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 166 + 33 + 79 = 278 (100%)
R 166 of 278 ~ 59.71%
G 33 of 278 ~ 11.87%
B 79 of 278 ~ 28.42'%

%59.71
%11.87
%28.42

CMYK color model

#A6214F color CMYK value is (0,80,52,35).

  • cyan value is 0.00%
  • magenta value is 80.12%
  • yellow value is 52.41%
  • key color value is 34.90%

CMYK: (0,80,52,35)
C0M80Y52K35 (0%, 80%, 52%, 35%)
(0.00 / 0.80 / 0.52 / 0.35)

CMYK percentages

%0
%80.12
%52.41
%34.9

Codes

Color #A6214F in popluar color models

A6 21 4F
RGB 166 33 79
HSL 339° 66.83% 39.02%
HSB/HSV 339° 80.12% 65.10%
CMYK 0.00% 80.12% 52.41%
34.90%

Color #A6214F in popluar number systems.

HEX A6 21 4F
Decimal 166 33 79
Binary 10100110 100001 1001111
Octal 246 41 117

Shades and tints

Shades of #A6214F

#A6214F
(166,33,79)
#971E48
(151,30,72)
#881B41
(136,27,65)
#79183A
(121,24,58)
#6A1533
(106,21,51)
#5B122C
(91,18,44)
#4C0F25
(76,15,37)
#3D0C1E
(61,12,30)
#2E0917
(46,9,23)
#1F0610
(31,6,16)
#100309
(16,3,9)
#000000
(0,0,0)

Tints of #A6214F

#A6214F
(166,33,79)
#AE355F
(174,53,95)
#B6496F
(182,73,111)
#BE5D7F
(190,93,127)
#C6718F
(198,113,143)
#CE859F
(206,133,159)
#D699AF
(214,153,175)
#DEADBF
(222,173,191)
#E6C1CF
(230,193,207)
#EED5DF
(238,213,223)
#F6E9EF
(246,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6214F color. Also use rgb(166,33,79) instead hex code.

Text Font Color

.myTextColor { color: #A6214F; }

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

This text font color is #A6214F.

Background Color

.myBgColor { background-color: #A6214F; }

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

This div background color is #A6214F.

Border color

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

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

This div border color is #A6214F.

Opacity

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

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

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

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

This text has shadow with #A6214F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6214F.

Preview

Color preview on black background

This text has color #A6214F on black background.


Color preview on white background

This text has color #A6214F on white background.


Black color preview on #A6214F background

This text has black color on #A6214F background.


White color preview on #A6214F background

This text has white color on #A6214F background.


Related colors

Complementary color

Complementary color for #hex is #59DEB0.


I love getcolorcode.com

Triadic colors

1 #4FA621 and #214FA6 with #A6214F are triadic colors.

2 #4F21A6 and #21A64F with #A6214F are triadic colors.