COLOR #A6846F

HEX: #A6846F RGB: (166,132,111)

Color info

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

RGB color model

#A6846F color RGB value is (166,132,111).

RGB: (166,132,111) (65%, 52%, 44%)

RGB channels and saturation

R 166 of 255 = 65%
G 132 of 255 = 52%
B 111 of 255 = 44%

166
132
111

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

Portions of RGB colors in percentages

R + G + B = 166 + 132 + 111 = 409 (100%)
R 166 of 409 ~ 40.59%
G 132 of 409 ~ 32.27%
B 111 of 409 ~ 27.14'%

%40.59
%32.27
%27.14

CMYK color model

#A6846F color CMYK value is (0,20,33,35).

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

CMYK: (0,20,33,35)
C0M20Y33K35 (0%, 20%, 33%, 35%)
(0.00 / 0.20 / 0.33 / 0.35)

CMYK percentages

%0
%20.48
%33.13
%34.9

Codes

Color #A6846F in popluar color models

A6 84 6F
RGB 166 132 111
HSL 23° 23.61% 54.31%
HSB/HSV 23° 33.13% 65.10%
CMYK 0.00% 20.48% 33.13%
34.90%

Color #A6846F in popluar number systems.

HEX A6 84 6F
Decimal 166 132 111
Binary 10100110 10000100 1101111
Octal 246 204 157

Shades and tints

Shades of #A6846F

#A6846F
(166,132,111)
#977865
(151,120,101)
#886C5B
(136,108,91)
#796051
(121,96,81)
#6A5447
(106,84,71)
#5B483D
(91,72,61)
#4C3C33
(76,60,51)
#3D3029
(61,48,41)
#2E241F
(46,36,31)
#1F1815
(31,24,21)
#100C0B
(16,12,11)
#000000
(0,0,0)

Tints of #A6846F

#A6846F
(166,132,111)
#AE8F7C
(174,143,124)
#B69A89
(182,154,137)
#BEA596
(190,165,150)
#C6B0A3
(198,176,163)
#CEBBB0
(206,187,176)
#D6C6BD
(214,198,189)
#DED1CA
(222,209,202)
#E6DCD7
(230,220,215)
#EEE7E4
(238,231,228)
#F6F2F1
(246,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6846F; }

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

This text font color is #A6846F.

Background Color

.myBgColor { background-color: #A6846F; }

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

This div background color is #A6846F.

Border color

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

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

This div border color is #A6846F.

Opacity

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

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

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

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

This text has shadow with #A6846F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6846F.

Preview

Color preview on black background

This text has color #A6846F on black background.


Color preview on white background

This text has color #A6846F on white background.


Black color preview on #A6846F background

This text has black color on #A6846F background.


White color preview on #A6846F background

This text has white color on #A6846F background.


Related colors

Complementary color

Complementary color for #hex is #597B90.


I love getcolorcode.com

Triadic colors

1 #6FA684 and #846FA6 with #A6846F are triadic colors.

2 #6F84A6 and #84A66F with #A6846F are triadic colors.