COLOR #A6867C

HEX: #A6867C RGB: (166,134,124)

Color info

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

RGB color model

#A6867C color RGB value is (166,134,124).

RGB: (166,134,124) (65%, 53%, 49%)

RGB channels and saturation

R 166 of 255 = 65%
G 134 of 255 = 53%
B 124 of 255 = 49%

166
134
124

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

Portions of RGB colors in percentages

R + G + B = 166 + 134 + 124 = 424 (100%)
R 166 of 424 ~ 39.15%
G 134 of 424 ~ 31.6%
B 124 of 424 ~ 29.25'%

%39.15
%31.6
%29.25

CMYK color model

#A6867C color CMYK value is (0,19,25,35).

  • cyan value is 0.00%
  • magenta value is 19.28%
  • yellow value is 25.30%
  • key color value is 34.90%

CMYK: (0,19,25,35)
C0M19Y25K35 (0%, 19%, 25%, 35%)
(0.00 / 0.19 / 0.25 / 0.35)

CMYK percentages

%0
%19.28
%25.3
%34.9

Codes

Color #A6867C in popluar color models

A6 86 7C
RGB 166 134 124
HSL 14° 19.09% 56.86%
HSB/HSV 14° 25.30% 65.10%
CMYK 0.00% 19.28% 25.30%
34.90%

Color #A6867C in popluar number systems.

HEX A6 86 7C
Decimal 166 134 124
Binary 10100110 10000110 1111100
Octal 246 206 174

Shades and tints

Shades of #A6867C

#A6867C
(166,134,124)
#977A71
(151,122,113)
#886E66
(136,110,102)
#79625B
(121,98,91)
#6A5650
(106,86,80)
#5B4A45
(91,74,69)
#4C3E3A
(76,62,58)
#3D322F
(61,50,47)
#2E2624
(46,38,36)
#1F1A19
(31,26,25)
#100E0E
(16,14,14)
#000000
(0,0,0)

Tints of #A6867C

#A6867C
(166,134,124)
#AE9187
(174,145,135)
#B69C92
(182,156,146)
#BEA79D
(190,167,157)
#C6B2A8
(198,178,168)
#CEBDB3
(206,189,179)
#D6C8BE
(214,200,190)
#DED3C9
(222,211,201)
#E6DED4
(230,222,212)
#EEE9DF
(238,233,223)
#F6F4EA
(246,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6867C color. Also use rgb(166,134,124) instead hex code.

Text Font Color

.myTextColor { color: #A6867C; }

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

This text font color is #A6867C.

Background Color

.myBgColor { background-color: #A6867C; }

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

This div background color is #A6867C.

Border color

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

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

This div border color is #A6867C.

Opacity

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

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

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

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

This text has shadow with #A6867C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6867C.

Preview

Color preview on black background

This text has color #A6867C on black background.


Color preview on white background

This text has color #A6867C on white background.


Black color preview on #A6867C background

This text has black color on #A6867C background.


White color preview on #A6867C background

This text has white color on #A6867C background.


Related colors

Complementary color

Complementary color for #hex is #597983.


I love getcolorcode.com

Triadic colors

1 #7CA686 and #867CA6 with #A6867C are triadic colors.

2 #7C86A6 and #86A67C with #A6867C are triadic colors.