COLOR #A6847E

HEX: #A6847E RGB: (166,132,126)

Color info

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

RGB color model

#A6847E color RGB value is (166,132,126).

RGB: (166,132,126) (65%, 52%, 49%)

RGB channels and saturation

R 166 of 255 = 65%
G 132 of 255 = 52%
B 126 of 255 = 49%

166
132
126

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

Portions of RGB colors in percentages

R + G + B = 166 + 132 + 126 = 424 (100%)
R 166 of 424 ~ 39.15%
G 132 of 424 ~ 31.13%
B 126 of 424 ~ 29.72'%

%39.15
%31.13
%29.72

CMYK color model

#A6847E color CMYK value is (0,20,24,35).

  • cyan value is 0.00%
  • magenta value is 20.48%
  • yellow value is 24.10%
  • key color value is 34.90%

CMYK: (0,20,24,35)
C0M20Y24K35 (0%, 20%, 24%, 35%)
(0.00 / 0.20 / 0.24 / 0.35)

CMYK percentages

%0
%20.48
%24.1
%34.9

Codes

Color #A6847E in popluar color models

A6 84 7E
RGB 166 132 126
HSL 18.35% 57.25%
HSB/HSV 24.10% 65.10%
CMYK 0.00% 20.48% 24.10%
34.90%

Color #A6847E in popluar number systems.

HEX A6 84 7E
Decimal 166 132 126
Binary 10100110 10000100 1111110
Octal 246 204 176

Shades and tints

Shades of #A6847E

#A6847E
(166,132,126)
#977873
(151,120,115)
#886C68
(136,108,104)
#79605D
(121,96,93)
#6A5452
(106,84,82)
#5B4847
(91,72,71)
#4C3C3C
(76,60,60)
#3D3031
(61,48,49)
#2E2426
(46,36,38)
#1F181B
(31,24,27)
#100C10
(16,12,16)
#000000
(0,0,0)

Tints of #A6847E

#A6847E
(166,132,126)
#AE8F89
(174,143,137)
#B69A94
(182,154,148)
#BEA59F
(190,165,159)
#C6B0AA
(198,176,170)
#CEBBB5
(206,187,181)
#D6C6C0
(214,198,192)
#DED1CB
(222,209,203)
#E6DCD6
(230,220,214)
#EEE7E1
(238,231,225)
#F6F2EC
(246,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6847E; }

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

This text font color is #A6847E.

Background Color

.myBgColor { background-color: #A6847E; }

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

This div background color is #A6847E.

Border color

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

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

This div border color is #A6847E.

Opacity

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

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

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

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

This text has shadow with #A6847E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6847E.

Preview

Color preview on black background

This text has color #A6847E on black background.


Color preview on white background

This text has color #A6847E on white background.


Black color preview on #A6847E background

This text has black color on #A6847E background.


White color preview on #A6847E background

This text has white color on #A6847E background.


Related colors

Complementary color

Complementary color for #hex is #597B81.


I love getcolorcode.com

Triadic colors

1 #7EA684 and #847EA6 with #A6847E are triadic colors.

2 #7E84A6 and #84A67E with #A6847E are triadic colors.