COLOR #A6847F

HEX: #A6847F
RGB: (166,132,127)

Color info

#A6847F contains red, green and blue colors in about the same proportion. Web safe color of #A6847F is #999966 (or #996).

RGB color model

#A6847F color RGB value is (166,132,127).

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

RGB channels and saturation

R 166 of 255 = 65%
G 132 of 255 = 52%
B 127 of 255 = 50%

166
132
127

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

Portions of RGB colors in percentages

R + G + B =
166 + 132 + 127 = 425 (100%)
R 166 of 425 ~ 39.06%
G 132 of 425 ~ 31.06%
B 127 of 425 ~ 29.88%

%39.06
%31.06
%29.88

CMYK color model

#A6847F color CMYK value is (0,20,23,35).

  • cyan value is 0.00%
  • magenta value is 20.48%
  • yellow value is 23.49%
  • key color value is 34.90%
CMYK:
(0,20,23,35)
C0M20Y23K35 
(0%,20%,23%,35%)
(0.00/0.20/0.23/0.35)	

CMYK percentages

%0
%20.48
%23.49
%34.9

Codes

Color #A6847F in popluar color models

A6847F
RGB166132127
HSL17.97%57.45%
HSB/HSV23.49%65.10%
CMYK0.00%20.48%23.49%
34.90%

Color #A6847F in popluar number systems.

HEXA6847F
Decimal166132127
Binary10100110100001001111111
Octal246204177

Shades and tints

Shades of #A6847F

#A6847F
(166,132,127)
#977874
(151,120,116)
#886C69
(136,108,105)
#79605E
(121,96,94)
#6A5453
(106,84,83)
#5B4848
(91,72,72)
#4C3C3D
(76,60,61)
#3D3032
(61,48,50)
#2E2427
(46,36,39)
#1F181C
(31,24,28)
#100C11
(16,12,17)
#000000
(0,0,0)

Tints of #A6847F

#A6847F
(166,132,127)
#AE8F8A
(174,143,138)
#B69A95
(182,154,149)
#BEA5A0
(190,165,160)
#C6B0AB
(198,176,171)
#CEBBB6
(206,187,182)
#D6C6C1
(214,198,193)
#DED1CC
(222,209,204)
#E6DCD7
(230,220,215)
#EEE7E2
(238,231,226)
#F6F2ED
(246,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6847F; }

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

This text font color is #A6847F.


Background Color

.myBgColor { background-color: #A6847F; }

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

This div background color is #A6847F.


Border color

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

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

This div border color is #A6847F.


Opacity

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

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

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

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

This text has shadow with #A6847F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6847F on black background.


Color preview on white background

This text has color #A6847F on white background.



Black color preview on #A6847F background

This text has black color on #A6847F background.


White color preview on #A6847F background

This text has white color on #A6847F background.