COLOR #A6888E

HEX: #A6888E RGB: (166,136,142)

Color info

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

RGB color model

#A6888E color RGB value is (166,136,142).

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

RGB channels and saturation

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

166
136
142

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

Portions of RGB colors in percentages

R + G + B = 166 + 136 + 142 = 444 (100%)
R 166 of 444 ~ 37.39%
G 136 of 444 ~ 30.63%
B 142 of 444 ~ 31.98'%

%37.39
%30.63
%31.98

CMYK color model

#A6888E color CMYK value is (0,18,14,35).

  • cyan value is 0.00%
  • magenta value is 18.07%
  • yellow value is 14.46%
  • key color value is 34.90%
CMYK: (0,18,14,35) C0M18Y14K35 (0%,18%,14%,35%) (0.00/0.18/0.14/0.35) 

CMYK percentages

%0
%18.07
%14.46
%34.9

Codes

Color #A6888E in popluar color models

A6 88 8E
RGB 166 136 142
HSL 348° 14.42% 59.22%
HSB/HSV 348° 18.07% 65.10%
CMYK 0.00% 18.07% 14.46%
34.90%

Color #A6888E in popluar number systems.

HEX A6 88 8E
Decimal 166 136 142
Binary 10100110 10001000 10001110
Octal 246 210 216

Shades and tints

Shades of #A6888E

#A6888E
(166,136,142)
#977C82
(151,124,130)
#887076
(136,112,118)
#79646A
(121,100,106)
#6A585E
(106,88,94)
#5B4C52
(91,76,82)
#4C4046
(76,64,70)
#3D343A
(61,52,58)
#2E282E
(46,40,46)
#1F1C22
(31,28,34)
#101016
(16,16,22)
#000000
(0,0,0)

Tints of #A6888E

#A6888E
(166,136,142)
#AE9298
(174,146,152)
#B69CA2
(182,156,162)
#BEA6AC
(190,166,172)
#C6B0B6
(198,176,182)
#CEBAC0
(206,186,192)
#D6C4CA
(214,196,202)
#DECED4
(222,206,212)
#E6D8DE
(230,216,222)
#EEE2E8
(238,226,232)
#F6ECF2
(246,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6888E; }

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

This text font color is #A6888E.

Background Color

.myBgColor { background-color: #A6888E; }

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

This div background color is #A6888E.

Border color

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

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

This div border color is #A6888E.

Opacity

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

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

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

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

This text has shadow with #A6888E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6888E.

Preview

Color preview on black background

This text has color #A6888E on black background.


Color preview on white background

This text has color #A6888E on white background.


Black color preview on #A6888E background

This text has black color on #A6888E background.


White color preview on #A6888E background

This text has white color on #A6888E background.


Related colors

Complementary color

Complementary color for #hex is #597771.


I love getcolorcode.com

Triadic colors

1 #8EA688 and #888EA6 with #A6888E are triadic colors.

2 #8E88A6 and #88A68E with #A6888E are triadic colors.