COLOR #A6868E

HEX: #A6868E RGB: (166,134,142)

Color info

#A6868E contains red, green and blue colors in about the same proportion. Web safe color of #A6868E is #999999 (or #999).

RGB color model

#A6868E color RGB value is (166,134,142).

RGB: (166,134,142) (65%, 53%, 56%)

RGB channels and saturation

R 166 of 255 = 65%
G 134 of 255 = 53%
B 142 of 255 = 56%

166
134
142

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

Portions of RGB colors in percentages

R + G + B = 166 + 134 + 142 = 442 (100%)
R 166 of 442 ~ 37.56%
G 134 of 442 ~ 30.32%
B 142 of 442 ~ 32.13'%

%37.56
%30.32
%32.13

CMYK color model

#A6868E color CMYK value is (0,19,14,35).

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

CMYK: (0,19,14,35)
C0M19Y14K35 (0%, 19%, 14%, 35%)
(0.00 / 0.19 / 0.14 / 0.35)

CMYK percentages

%0
%19.28
%14.46
%34.9

Codes

Color #A6868E in popluar color models

A6 86 8E
RGB 166 134 142
HSL 345° 15.24% 58.82%
HSB/HSV 345° 19.28% 65.10%
CMYK 0.00% 19.28% 14.46%
34.90%

Color #A6868E in popluar number systems.

HEX A6 86 8E
Decimal 166 134 142
Binary 10100110 10000110 10001110
Octal 246 206 216

Shades and tints

Shades of #A6868E

#A6868E
(166,134,142)
#977A82
(151,122,130)
#886E76
(136,110,118)
#79626A
(121,98,106)
#6A565E
(106,86,94)
#5B4A52
(91,74,82)
#4C3E46
(76,62,70)
#3D323A
(61,50,58)
#2E262E
(46,38,46)
#1F1A22
(31,26,34)
#100E16
(16,14,22)
#000000
(0,0,0)

Tints of #A6868E

#A6868E
(166,134,142)
#AE9198
(174,145,152)
#B69CA2
(182,156,162)
#BEA7AC
(190,167,172)
#C6B2B6
(198,178,182)
#CEBDC0
(206,189,192)
#D6C8CA
(214,200,202)
#DED3D4
(222,211,212)
#E6DEDE
(230,222,222)
#EEE9E8
(238,233,232)
#F6F4F2
(246,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6868E; }

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

This text font color is #A6868E.

Background Color

.myBgColor { background-color: #A6868E; }

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

This div background color is #A6868E.

Border color

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

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

This div border color is #A6868E.

Opacity

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

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

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

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

This text has shadow with #A6868E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6868E.

Preview

Color preview on black background

This text has color #A6868E on black background.


Color preview on white background

This text has color #A6868E on white background.


Black color preview on #A6868E background

This text has black color on #A6868E background.


White color preview on #A6868E background

This text has white color on #A6868E background.


Related colors

Complementary color

Complementary color for #hex is #597971.


I love getcolorcode.com

Triadic colors

1 #8EA686 and #868EA6 with #A6868E are triadic colors.

2 #8E86A6 and #86A68E with #A6868E are triadic colors.