COLOR #A61D6F

HEX: #A61D6F RGB: (166,29,111)

Color info

#A61D6F contains mainly red and blue colors. Web safe color of #A61D6F is #993366 (or #936).

RGB color model

#A61D6F color RGB value is (166,29,111).

RGB: (166,29,111) (65%, 11%, 44%)

RGB channels and saturation

R 166 of 255 = 65%
G 29 of 255 = 11%
B 111 of 255 = 44%

166
29
111

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

Portions of RGB colors in percentages

R + G + B = 166 + 29 + 111 = 306 (100%)
R 166 of 306 ~ 54.25%
G 29 of 306 ~ 9.48%
B 111 of 306 ~ 36.27'%

%54.25
%36.27

CMYK color model

#A61D6F color CMYK value is (0,83,33,35).

  • cyan value is 0.00%
  • magenta value is 82.53%
  • yellow value is 33.13%
  • key color value is 34.90%

CMYK: (0,83,33,35)
C0M83Y33K35 (0%, 83%, 33%, 35%)
(0.00 / 0.83 / 0.33 / 0.35)

CMYK percentages

%0
%82.53
%33.13
%34.9

Codes

Color #A61D6F in popluar color models

A6 1D 6F
RGB 166 29 111
HSL 324° 70.26% 38.24%
HSB/HSV 324° 82.53% 65.10%
CMYK 0.00% 82.53% 33.13%
34.90%

Color #A61D6F in popluar number systems.

HEX A6 1D 6F
Decimal 166 29 111
Binary 10100110 11101 1101111
Octal 246 35 157

Shades and tints

Shades of #A61D6F

#A61D6F
(166,29,111)
#971B65
(151,27,101)
#88195B
(136,25,91)
#791751
(121,23,81)
#6A1547
(106,21,71)
#5B133D
(91,19,61)
#4C1133
(76,17,51)
#3D0F29
(61,15,41)
#2E0D1F
(46,13,31)
#1F0B15
(31,11,21)
#10090B
(16,9,11)
#000000
(0,0,0)

Tints of #A61D6F

#A61D6F
(166,29,111)
#AE317C
(174,49,124)
#B64589
(182,69,137)
#BE5996
(190,89,150)
#C66DA3
(198,109,163)
#CE81B0
(206,129,176)
#D695BD
(214,149,189)
#DEA9CA
(222,169,202)
#E6BDD7
(230,189,215)
#EED1E4
(238,209,228)
#F6E5F1
(246,229,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A61D6F color. Also use rgb(166,29,111) instead hex code.

Text Font Color

.myTextColor { color: #A61D6F; }

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

This text font color is #A61D6F.

Background Color

.myBgColor { background-color: #A61D6F; }

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

This div background color is #A61D6F.

Border color

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

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

This div border color is #A61D6F.

Opacity

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

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

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

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

This text has shadow with #A61D6F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A61D6F.

Preview

Color preview on black background

This text has color #A61D6F on black background.


Color preview on white background

This text has color #A61D6F on white background.


Black color preview on #A61D6F background

This text has black color on #A61D6F background.


White color preview on #A61D6F background

This text has white color on #A61D6F background.


Related colors

Complementary color

Complementary color for #hex is #59E290.


I love getcolorcode.com

Triadic colors

1 #6FA61D and #1D6FA6 with #A61D6F are triadic colors.

2 #6F1DA6 and #1DA66F with #A61D6F are triadic colors.