COLOR #A6717F

HEX: #A6717F
RGB: (166,113,127)

Color info

#A6717F contains red, green and blue colors in about the same proportion. Web safe color of #A6717F is #996666 (or #966).

RGB color model

#A6717F color RGB value is (166,113,127).

  • red value is 166;
  • green value is 113;
  • blue value is 127.
RGB:
(166,113,127)
(65%,44%,50%)

RGB channels and saturation

R 166 of 255 = 65%
G 113 of 255 = 44%
B 127 of 255 = 50%

166
113
127

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

Portions of RGB colors in percentages

R + G + B =
166 + 113 + 127 = 406 (100%)
R 166 of 406 ~ 40.89%
G 113 of 406 ~ 27.83%
B 127 of 406 ~ 31.28%

%40.89
%27.83
%31.28

CMYK color model

#A6717F color CMYK value is (0,32,23,35).

  • cyan value is 0.00%
  • magenta value is 31.93%
  • yellow value is 23.49%
  • key color value is 34.90%
CMYK:
(0,32,23,35)
C0M32Y23K35 
(0%,32%,23%,35%)
(0.00/0.32/0.23/0.35)	

CMYK percentages

%0
%31.93
%23.49
%34.9

Codes

Color #A6717F in popluar color models

A6717F
RGB166113127
HSL344°22.94%54.71%
HSB/HSV344°31.93%65.10%
CMYK0.00%31.93%23.49%
34.90%

Color #A6717F in popluar number systems.

HEXA6717F
Decimal166113127
Binary1010011011100011111111
Octal246161177

Shades and tints

Shades of #A6717F

#A6717F
(166,113,127)
#976774
(151,103,116)
#885D69
(136,93,105)
#79535E
(121,83,94)
#6A4953
(106,73,83)
#5B3F48
(91,63,72)
#4C353D
(76,53,61)
#3D2B32
(61,43,50)
#2E2127
(46,33,39)
#1F171C
(31,23,28)
#100D11
(16,13,17)
#000000
(0,0,0)

Tints of #A6717F

#A6717F
(166,113,127)
#AE7D8A
(174,125,138)
#B68995
(182,137,149)
#BE95A0
(190,149,160)
#C6A1AB
(198,161,171)
#CEADB6
(206,173,182)
#D6B9C1
(214,185,193)
#DEC5CC
(222,197,204)
#E6D1D7
(230,209,215)
#EEDDE2
(238,221,226)
#F6E9ED
(246,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6717F color. Also use rgb(166,113,127) instead hex code.

Text Font Color

.myTextColor { color: #A6717F; }

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

This text font color is #A6717F.


Background Color

.myBgColor { background-color: #A6717F; }

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

This div background color is #A6717F.


Border color

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

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

This div border color is #A6717F.


Opacity

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

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

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

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

This text has shadow with #A6717F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6717F on black background.


Color preview on white background

This text has color #A6717F on white background.



Black color preview on #A6717F background

This text has black color on #A6717F background.


White color preview on #A6717F background

This text has white color on #A6717F background.