COLOR #A6414C

HEX: #A6414C RGB: (166,65,76)

Color info

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

RGB color model

#A6414C color RGB value is (166,65,76).

RGB: (166,65,76) (65%, 25%, 30%)

RGB channels and saturation

R 166 of 255 = 65%
G 65 of 255 = 25%
B 76 of 255 = 30%

166
65
76

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

Portions of RGB colors in percentages

R + G + B = 166 + 65 + 76 = 307 (100%)
R 166 of 307 ~ 54.07%
G 65 of 307 ~ 21.17%
B 76 of 307 ~ 24.76'%

%54.07
%21.17
%24.76

CMYK color model

#A6414C color CMYK value is (0,61,54,35).

  • cyan value is 0.00%
  • magenta value is 60.84%
  • yellow value is 54.22%
  • key color value is 34.90%
CMYK: (0,61,54,35) C0M61Y54K35 (0%,61%,54%,35%) (0.00/0.61/0.54/0.35) 

CMYK percentages

%0
%60.84
%54.22
%34.9

Codes

Color #A6414C in popluar color models

A6 41 4C
RGB 166 65 76
HSL 353° 43.72% 45.29%
HSB/HSV 353° 60.84% 65.10%
CMYK 0.00% 60.84% 54.22%
34.90%

Color #A6414C in popluar number systems.

HEX A6 41 4C
Decimal 166 65 76
Binary 10100110 1000001 1001100
Octal 246 101 114

Shades and tints

Shades of #A6414C

#A6414C
(166,65,76)
#973C46
(151,60,70)
#883740
(136,55,64)
#79323A
(121,50,58)
#6A2D34
(106,45,52)
#5B282E
(91,40,46)
#4C2328
(76,35,40)
#3D1E22
(61,30,34)
#2E191C
(46,25,28)
#1F1416
(31,20,22)
#100F10
(16,15,16)
#000000
(0,0,0)

Tints of #A6414C

#A6414C
(166,65,76)
#AE525C
(174,82,92)
#B6636C
(182,99,108)
#BE747C
(190,116,124)
#C6858C
(198,133,140)
#CE969C
(206,150,156)
#D6A7AC
(214,167,172)
#DEB8BC
(222,184,188)
#E6C9CC
(230,201,204)
#EEDADC
(238,218,220)
#F6EBEC
(246,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6414C color. Also use rgb(166,65,76) instead hex code.

Text Font Color

.myTextColor { color: #A6414C; }

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

This text font color is #A6414C.

Background Color

.myBgColor { background-color: #A6414C; }

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

This div background color is #A6414C.

Border color

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

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

This div border color is #A6414C.

Opacity

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

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

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

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

This text has shadow with #A6414C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6414C.

Preview

Color preview on black background

This text has color #A6414C on black background.


Color preview on white background

This text has color #A6414C on white background.


Black color preview on #A6414C background

This text has black color on #A6414C background.


White color preview on #A6414C background

This text has white color on #A6414C background.


Related colors

Complementary color

Complementary color for #hex is #59BEB3.


I love getcolorcode.com

Triadic colors

1 #4CA641 and #414CA6 with #A6414C are triadic colors.

2 #4C41A6 and #41A64C with #A6414C are triadic colors.