COLOR #A6888F

HEX: #A6888F
RGB: (166,136,143)

Color info

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

RGB color model

#A6888F color RGB value is (166,136,143).

  • red value is 166;
  • green value is 136;
  • blue value is 143.
RGB:
(166,136,143)
(65%,53%,56%)

RGB channels and saturation

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

166
136
143

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

Portions of RGB colors in percentages

R + G + B =
166 + 136 + 143 = 445 (100%)
R 166 of 445 ~ 37.3%
G 136 of 445 ~ 30.56%
B 143 of 445 ~ 32.13%

%37.3
%30.56
%32.13

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 18.07%
  • yellow value is 13.86%
  • 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
%13.86
%34.9

Codes

Color #A6888F in popluar color models

A6888F
RGB166136143
HSL346°14.42%59.22%
HSB/HSV346°18.07%65.10%
CMYK0.00%18.07%13.86%
34.90%

Color #A6888F in popluar number systems.

HEXA6888F
Decimal166136143
Binary101001101000100010001111
Octal246210217

Shades and tints

Shades of #A6888F

#A6888F
(166,136,143)
#977C82
(151,124,130)
#887075
(136,112,117)
#796468
(121,100,104)
#6A585B
(106,88,91)
#5B4C4E
(91,76,78)
#4C4041
(76,64,65)
#3D3434
(61,52,52)
#2E2827
(46,40,39)
#1F1C1A
(31,28,26)
#10100D
(16,16,13)
#000000
(0,0,0)

Tints of #A6888F

#A6888F
(166,136,143)
#AE9299
(174,146,153)
#B69CA3
(182,156,163)
#BEA6AD
(190,166,173)
#C6B0B7
(198,176,183)
#CEBAC1
(206,186,193)
#D6C4CB
(214,196,203)
#DECED5
(222,206,213)
#E6D8DF
(230,216,223)
#EEE2E9
(238,226,233)
#F6ECF3
(246,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6888F; }

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

This text font color is #A6888F.


Background Color

.myBgColor { background-color: #A6888F; }

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

This div background color is #A6888F.


Border color

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

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

This div border color is #A6888F.


Opacity

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

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

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

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

This text has shadow with #A6888F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6888F on black background.


Color preview on white background

This text has color #A6888F on white background.



Black color preview on #A6888F background

This text has black color on #A6888F background.


White color preview on #A6888F background

This text has white color on #A6888F background.