COLOR #A6AD3E

HEX: #A6AD3E
RGB: (166,173,62)

Color info

#A6AD3E contains mainly red and green colors. Web safe color of #A6AD3E is #999933 (or #993).

RGB color model

#A6AD3E color RGB value is (166,173,62).

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

RGB channels and saturation

R 166 of 255 = 65%
G 173 of 255 = 68%
B 62 of 255 = 24%

166
173
62

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

Portions of RGB colors in percentages

R + G + B =
166 + 173 + 62 = 401 (100%)
R 166 of 401 ~ 41.4%
G 173 of 401 ~ 43.14%
B 62 of 401 ~ 15.46%

%41.4
%43.14
%15.46

CMYK color model

#A6AD3E color CMYK value is (4,0,64,32).

  • cyan value is 4.05%
  • magenta value is 0.00%
  • yellow value is 64.16%
  • key color value is 32.16%
CMYK:
(4,0,64,32)
C4M0Y64K32 
(4%,0%,64%,32%)
(0.04/0.00/0.64/0.32)	

CMYK percentages

%4.05
%0
%64.16
%32.16

Codes

Color #A6AD3E in popluar color models

A6AD3E
RGB16617362
HSL64°47.23%46.08%
HSB/HSV64°64.16%67.84%
CMYK4.05%0.00%64.16%
32.16%

Color #A6AD3E in popluar number systems.

HEXA6AD3E
Decimal16617362
Binary1010011010101101111110
Octal24625576

Shades and tints

Shades of #A6AD3E

#A6AD3E
(166,173,62)
#979E39
(151,158,57)
#888F34
(136,143,52)
#79802F
(121,128,47)
#6A712A
(106,113,42)
#5B6225
(91,98,37)
#4C5320
(76,83,32)
#3D441B
(61,68,27)
#2E3516
(46,53,22)
#1F2611
(31,38,17)
#10170C
(16,23,12)
#000000
(0,0,0)

Tints of #A6AD3E

#A6AD3E
(166,173,62)
#AEB44F
(174,180,79)
#B6BB60
(182,187,96)
#BEC271
(190,194,113)
#C6C982
(198,201,130)
#CED093
(206,208,147)
#D6D7A4
(214,215,164)
#DEDEB5
(222,222,181)
#E6E5C6
(230,229,198)
#EEECD7
(238,236,215)
#F6F3E8
(246,243,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6AD3E; }

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

This text font color is #A6AD3E.


Background Color

.myBgColor { background-color: #A6AD3E; }

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

This div background color is #A6AD3E.


Border color

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

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

This div border color is #A6AD3E.


Opacity

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

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

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

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

This text has shadow with #A6AD3E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6AD3E on black background.


Color preview on white background

This text has color #A6AD3E on white background.



Black color preview on #A6AD3E background

This text has black color on #A6AD3E background.


White color preview on #A6AD3E background

This text has white color on #A6AD3E background.