COLOR #A6737F

HEX: #A6737F
RGB: (166,115,127)

Color info

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

RGB color model

#A6737F color RGB value is (166,115,127).

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

RGB channels and saturation

R 166 of 255 = 65%
G 115 of 255 = 45%
B 127 of 255 = 50%

166
115
127

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

Portions of RGB colors in percentages

R + G + B =
166 + 115 + 127 = 408 (100%)
R 166 of 408 ~ 40.69%
G 115 of 408 ~ 28.19%
B 127 of 408 ~ 31.13%

%40.69
%28.19
%31.13

CMYK color model

#A6737F color CMYK value is (0,31,23,35).

  • cyan value is 0.00%
  • magenta value is 30.72%
  • yellow value is 23.49%
  • key color value is 34.90%
CMYK:
(0,31,23,35)
C0M31Y23K35 
(0%,31%,23%,35%)
(0.00/0.31/0.23/0.35)	

CMYK percentages

%0
%30.72
%23.49
%34.9

Codes

Color #A6737F in popluar color models

A6737F
RGB166115127
HSL346°22.27%55.10%
HSB/HSV346°30.72%65.10%
CMYK0.00%30.72%23.49%
34.90%

Color #A6737F in popluar number systems.

HEXA6737F
Decimal166115127
Binary1010011011100111111111
Octal246163177

Shades and tints

Shades of #A6737F

#A6737F
(166,115,127)
#976974
(151,105,116)
#885F69
(136,95,105)
#79555E
(121,85,94)
#6A4B53
(106,75,83)
#5B4148
(91,65,72)
#4C373D
(76,55,61)
#3D2D32
(61,45,50)
#2E2327
(46,35,39)
#1F191C
(31,25,28)
#100F11
(16,15,17)
#000000
(0,0,0)

Tints of #A6737F

#A6737F
(166,115,127)
#AE7F8A
(174,127,138)
#B68B95
(182,139,149)
#BE97A0
(190,151,160)
#C6A3AB
(198,163,171)
#CEAFB6
(206,175,182)
#D6BBC1
(214,187,193)
#DEC7CC
(222,199,204)
#E6D3D7
(230,211,215)
#EEDFE2
(238,223,226)
#F6EBED
(246,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6737F; }

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

This text font color is #A6737F.


Background Color

.myBgColor { background-color: #A6737F; }

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

This div background color is #A6737F.


Border color

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

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

This div border color is #A6737F.


Opacity

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

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

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

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

This text has shadow with #A6737F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6737F on black background.


Color preview on white background

This text has color #A6737F on white background.



Black color preview on #A6737F background

This text has black color on #A6737F background.


White color preview on #A6737F background

This text has white color on #A6737F background.