COLOR #A6AD79

HEX: #A6AD79
RGB: (166,173,121)

Color info

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

RGB color model

#A6AD79 color RGB value is (166,173,121).

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

RGB channels and saturation

R 166 of 255 = 65%
G 173 of 255 = 68%
B 121 of 255 = 47%

166
173
121

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

Portions of RGB colors in percentages

R + G + B =
166 + 173 + 121 = 460 (100%)
R 166 of 460 ~ 36.09%
G 173 of 460 ~ 37.61%
B 121 of 460 ~ 26.3%

%36.09
%37.61
%26.3

CMYK color model

#A6AD79 color CMYK value is (4,0,30,32).

  • cyan value is 4.05%
  • magenta value is 0.00%
  • yellow value is 30.06%
  • key color value is 32.16%
CMYK:
(4,0,30,32)
C4M0Y30K32 
(4%,0%,30%,32%)
(0.04/0.00/0.30/0.32)	

CMYK percentages

%4.05
%0
%30.06
%32.16

Codes

Color #A6AD79 in popluar color models

A6AD79
RGB166173121
HSL68°24.07%57.65%
HSB/HSV68°30.06%67.84%
CMYK4.05%0.00%30.06%
32.16%

Color #A6AD79 in popluar number systems.

HEXA6AD79
Decimal166173121
Binary10100110101011011111001
Octal246255171

Shades and tints

Shades of #A6AD79

#A6AD79
(166,173,121)
#979E6E
(151,158,110)
#888F63
(136,143,99)
#798058
(121,128,88)
#6A714D
(106,113,77)
#5B6242
(91,98,66)
#4C5337
(76,83,55)
#3D442C
(61,68,44)
#2E3521
(46,53,33)
#1F2616
(31,38,22)
#10170B
(16,23,11)
#000000
(0,0,0)

Tints of #A6AD79

#A6AD79
(166,173,121)
#AEB485
(174,180,133)
#B6BB91
(182,187,145)
#BEC29D
(190,194,157)
#C6C9A9
(198,201,169)
#CED0B5
(206,208,181)
#D6D7C1
(214,215,193)
#DEDECD
(222,222,205)
#E6E5D9
(230,229,217)
#EEECE5
(238,236,229)
#F6F3F1
(246,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6AD79; }

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

This text font color is #A6AD79.


Background Color

.myBgColor { background-color: #A6AD79; }

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

This div background color is #A6AD79.


Border color

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

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

This div border color is #A6AD79.


Opacity

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

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

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

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

This text has shadow with #A6AD79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6AD79 on black background.


Color preview on white background

This text has color #A6AD79 on white background.



Black color preview on #A6AD79 background

This text has black color on #A6AD79 background.


White color preview on #A6AD79 background

This text has white color on #A6AD79 background.