COLOR #A6AD7F

HEX: #A6AD7F
RGB: (166,173,127)

Color info

#A6AD7F contains red, green and blue colors in about the same proportion. Web safe color of #A6AD7F is #999966 (or #996).

RGB color model

#A6AD7F color RGB value is (166,173,127).

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

RGB channels and saturation

R 166 of 255 = 65%
G 173 of 255 = 68%
B 127 of 255 = 50%

166
173
127

R + G + B ~ 61%. #A6AD7F is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 173 + 127 = 466 (100%)
R 166 of 466 ~ 35.62%
G 173 of 466 ~ 37.12%
B 127 of 466 ~ 27.25%

%35.62
%37.12
%27.25

CMYK color model

#A6AD7F color CMYK value is (4,0,27,32).

  • cyan value is 4.05%
  • magenta value is 0.00%
  • yellow value is 26.59%
  • key color value is 32.16%
CMYK:
(4,0,27,32)
C4M0Y27K32 
(4%,0%,27%,32%)
(0.04/0.00/0.27/0.32)	

CMYK percentages

%4.05
%0
%26.59
%32.16

Codes

Color #A6AD7F in popluar color models

A6AD7F
RGB166173127
HSL69°21.90%58.82%
HSB/HSV69°26.59%67.84%
CMYK4.05%0.00%26.59%
32.16%

Color #A6AD7F in popluar number systems.

HEXA6AD7F
Decimal166173127
Binary10100110101011011111111
Octal246255177

Shades and tints

Shades of #A6AD7F

#A6AD7F
(166,173,127)
#979E74
(151,158,116)
#888F69
(136,143,105)
#79805E
(121,128,94)
#6A7153
(106,113,83)
#5B6248
(91,98,72)
#4C533D
(76,83,61)
#3D4432
(61,68,50)
#2E3527
(46,53,39)
#1F261C
(31,38,28)
#101711
(16,23,17)
#000000
(0,0,0)

Tints of #A6AD7F

#A6AD7F
(166,173,127)
#AEB48A
(174,180,138)
#B6BB95
(182,187,149)
#BEC2A0
(190,194,160)
#C6C9AB
(198,201,171)
#CED0B6
(206,208,182)
#D6D7C1
(214,215,193)
#DEDECC
(222,222,204)
#E6E5D7
(230,229,215)
#EEECE2
(238,236,226)
#F6F3ED
(246,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6AD7F; }

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

This text font color is #A6AD7F.


Background Color

.myBgColor { background-color: #A6AD7F; }

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

This div background color is #A6AD7F.


Border color

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

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

This div border color is #A6AD7F.


Opacity

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

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

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

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

This text has shadow with #A6AD7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6AD7F on black background.


Color preview on white background

This text has color #A6AD7F on white background.



Black color preview on #A6AD7F background

This text has black color on #A6AD7F background.


White color preview on #A6AD7F background

This text has white color on #A6AD7F background.