COLOR #A6AD8F

HEX: #A6AD8F
RGB: (166,173,143)

Color info

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

RGB color model

#A6AD8F color RGB value is (166,173,143).

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

RGB channels and saturation

R 166 of 255 = 65%
G 173 of 255 = 68%
B 143 of 255 = 56%

166
173
143

R + G + B ~ 63%. #A6AD8F is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 173 + 143 = 482 (100%)
R 166 of 482 ~ 34.44%
G 173 of 482 ~ 35.89%
B 143 of 482 ~ 29.67%

%34.44
%35.89
%29.67

CMYK color model

#A6AD8F color CMYK value is (4,0,17,32).

  • cyan value is 4.05%
  • magenta value is 0.00%
  • yellow value is 17.34%
  • key color value is 32.16%
CMYK:
(4,0,17,32)
C4M0Y17K32 
(4%,0%,17%,32%)
(0.04/0.00/0.17/0.32)	

CMYK percentages

%4.05
%0
%17.34
%32.16

Codes

Color #A6AD8F in popluar color models

A6AD8F
RGB166173143
HSL74°15.46%61.96%
HSB/HSV74°17.34%67.84%
CMYK4.05%0.00%17.34%
32.16%

Color #A6AD8F in popluar number systems.

HEXA6AD8F
Decimal166173143
Binary101001101010110110001111
Octal246255217

Shades and tints

Shades of #A6AD8F

#A6AD8F
(166,173,143)
#979E82
(151,158,130)
#888F75
(136,143,117)
#798068
(121,128,104)
#6A715B
(106,113,91)
#5B624E
(91,98,78)
#4C5341
(76,83,65)
#3D4434
(61,68,52)
#2E3527
(46,53,39)
#1F261A
(31,38,26)
#10170D
(16,23,13)
#000000
(0,0,0)

Tints of #A6AD8F

#A6AD8F
(166,173,143)
#AEB499
(174,180,153)
#B6BBA3
(182,187,163)
#BEC2AD
(190,194,173)
#C6C9B7
(198,201,183)
#CED0C1
(206,208,193)
#D6D7CB
(214,215,203)
#DEDED5
(222,222,213)
#E6E5DF
(230,229,223)
#EEECE9
(238,236,233)
#F6F3F3
(246,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6AD8F; }

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

This text font color is #A6AD8F.


Background Color

.myBgColor { background-color: #A6AD8F; }

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

This div background color is #A6AD8F.


Border color

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

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

This div border color is #A6AD8F.


Opacity

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

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

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

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

This text has shadow with #A6AD8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6AD8F on black background.


Color preview on white background

This text has color #A6AD8F on white background.



Black color preview on #A6AD8F background

This text has black color on #A6AD8F background.


White color preview on #A6AD8F background

This text has white color on #A6AD8F background.