COLOR #A6846C

HEX: #A6846C RGB: (166,132,108)

Color info

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

RGB color model

#A6846C color RGB value is (166,132,108).

RGB: (166,132,108) (65%, 52%, 42%)

RGB channels and saturation

R 166 of 255 = 65%
G 132 of 255 = 52%
B 108 of 255 = 42%

166
132
108

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

Portions of RGB colors in percentages

R + G + B = 166 + 132 + 108 = 406 (100%)
R 166 of 406 ~ 40.89%
G 132 of 406 ~ 32.51%
B 108 of 406 ~ 26.6'%

%40.89
%32.51
%26.6

CMYK color model

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

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

CMYK: (0,20,35,35)
C0M20Y35K35 (0%, 20%, 35%, 35%)
(0.00 / 0.20 / 0.35 / 0.35)

CMYK percentages

%0
%20.48
%34.94
%34.9

Codes

Color #A6846C in popluar color models

A6 84 6C
RGB 166 132 108
HSL 25° 24.58% 53.73%
HSB/HSV 25° 34.94% 65.10%
CMYK 0.00% 20.48% 34.94%
34.90%

Color #A6846C in popluar number systems.

HEX A6 84 6C
Decimal 166 132 108
Binary 10100110 10000100 1101100
Octal 246 204 154

Shades and tints

Shades of #A6846C

#A6846C
(166,132,108)
#977863
(151,120,99)
#886C5A
(136,108,90)
#796051
(121,96,81)
#6A5448
(106,84,72)
#5B483F
(91,72,63)
#4C3C36
(76,60,54)
#3D302D
(61,48,45)
#2E2424
(46,36,36)
#1F181B
(31,24,27)
#100C12
(16,12,18)
#000000
(0,0,0)

Tints of #A6846C

#A6846C
(166,132,108)
#AE8F79
(174,143,121)
#B69A86
(182,154,134)
#BEA593
(190,165,147)
#C6B0A0
(198,176,160)
#CEBBAD
(206,187,173)
#D6C6BA
(214,198,186)
#DED1C7
(222,209,199)
#E6DCD4
(230,220,212)
#EEE7E1
(238,231,225)
#F6F2EE
(246,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6846C; }

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

This text font color is #A6846C.

Background Color

.myBgColor { background-color: #A6846C; }

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

This div background color is #A6846C.

Border color

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

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

This div border color is #A6846C.

Opacity

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

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

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

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

This text has shadow with #A6846C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6846C.

Preview

Color preview on black background

This text has color #A6846C on black background.


Color preview on white background

This text has color #A6846C on white background.


Black color preview on #A6846C background

This text has black color on #A6846C background.


White color preview on #A6846C background

This text has white color on #A6846C background.


Related colors

Complementary color

Complementary color for #hex is #597B93.


I love getcolorcode.com

Triadic colors

1 #6CA684 and #846CA6 with #A6846C are triadic colors.

2 #6C84A6 and #84A66C with #A6846C are triadic colors.