COLOR #A6888D

HEX: #A6888D RGB: (166,136,141)

Color info

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

RGB color model

#A6888D color RGB value is (166,136,141).

RGB: (166,136,141) (65%, 53%, 55%)

RGB channels and saturation

R 166 of 255 = 65%
G 136 of 255 = 53%
B 141 of 255 = 55%

166
136
141

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

Portions of RGB colors in percentages

R + G + B = 166 + 136 + 141 = 443 (100%)
R 166 of 443 ~ 37.47%
G 136 of 443 ~ 30.7%
B 141 of 443 ~ 31.83'%

%37.47
%30.7
%31.83

CMYK color model

#A6888D color CMYK value is (0,18,15,35).

  • cyan value is 0.00%
  • magenta value is 18.07%
  • yellow value is 15.06%
  • key color value is 34.90%

CMYK: (0,18,15,35)
C0M18Y15K35 (0%, 18%, 15%, 35%)
(0.00 / 0.18 / 0.15 / 0.35)

CMYK percentages

%0
%18.07
%15.06
%34.9

Codes

Color #A6888D in popluar color models

A6 88 8D
RGB 166 136 141
HSL 350° 14.42% 59.22%
HSB/HSV 350° 18.07% 65.10%
CMYK 0.00% 18.07% 15.06%
34.90%

Color #A6888D in popluar number systems.

HEX A6 88 8D
Decimal 166 136 141
Binary 10100110 10001000 10001101
Octal 246 210 215

Shades and tints

Shades of #A6888D

#A6888D
(166,136,141)
#977C81
(151,124,129)
#887075
(136,112,117)
#796469
(121,100,105)
#6A585D
(106,88,93)
#5B4C51
(91,76,81)
#4C4045
(76,64,69)
#3D3439
(61,52,57)
#2E282D
(46,40,45)
#1F1C21
(31,28,33)
#101015
(16,16,21)
#000000
(0,0,0)

Tints of #A6888D

#A6888D
(166,136,141)
#AE9297
(174,146,151)
#B69CA1
(182,156,161)
#BEA6AB
(190,166,171)
#C6B0B5
(198,176,181)
#CEBABF
(206,186,191)
#D6C4C9
(214,196,201)
#DECED3
(222,206,211)
#E6D8DD
(230,216,221)
#EEE2E7
(238,226,231)
#F6ECF1
(246,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6888D; }

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

This text font color is #A6888D.

Background Color

.myBgColor { background-color: #A6888D; }

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

This div background color is #A6888D.

Border color

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

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

This div border color is #A6888D.

Opacity

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

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

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

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

This text has shadow with #A6888D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6888D.

Preview

Color preview on black background

This text has color #A6888D on black background.


Color preview on white background

This text has color #A6888D on white background.


Black color preview on #A6888D background

This text has black color on #A6888D background.


White color preview on #A6888D background

This text has white color on #A6888D background.


Related colors

Complementary color

Complementary color for #hex is #597772.


I love getcolorcode.com

Triadic colors

1 #8DA688 and #888DA6 with #A6888D are triadic colors.

2 #8D88A6 and #88A68D with #A6888D are triadic colors.