COLOR #A6A81D

HEX: #A6A81D
RGB: (166,168,29)

Color info

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

RGB color model

#A6A81D color RGB value is (166,168,29).

  • red value is 166;
  • green value is 168;
  • blue value is 29.
RGB:
(166,168,29)
(65%,66%,11%)

RGB channels and saturation

R 166 of 255 = 65%
G 168 of 255 = 66%
B 29 of 255 = 11%

166
168
29

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

Portions of RGB colors in percentages

R + G + B =
166 + 168 + 29 = 363 (100%)
R 166 of 363 ~ 45.73%
G 168 of 363 ~ 46.28%
B 29 of 363 ~ 7.99%

%45.73
%46.28

CMYK color model

#A6A81D color CMYK value is (1,0,83,34).

  • cyan value is 1.19%
  • magenta value is 0.00%
  • yellow value is 82.74%
  • key color value is 34.12%
CMYK:
(1,0,83,34)
C1M0Y83K34 
(1%,0%,83%,34%)
(0.01/0.00/0.83/0.34)	

CMYK percentages

%1.19
%0
%82.74
%34.12

Codes

Color #A6A81D in popluar color models

A6A81D
RGB16616829
HSL61°70.56%38.63%
HSB/HSV61°82.74%65.88%
CMYK1.19%0.00%82.74%
34.12%

Color #A6A81D in popluar number systems.

HEXA6A81D
Decimal16616829
Binary101001101010100011101
Octal24625035

Shades and tints

Shades of #A6A81D

#A6A81D
(166,168,29)
#97991B
(151,153,27)
#888A19
(136,138,25)
#797B17
(121,123,23)
#6A6C15
(106,108,21)
#5B5D13
(91,93,19)
#4C4E11
(76,78,17)
#3D3F0F
(61,63,15)
#2E300D
(46,48,13)
#1F210B
(31,33,11)
#101209
(16,18,9)
#000000
(0,0,0)

Tints of #A6A81D

#A6A81D
(166,168,29)
#AEAF31
(174,175,49)
#B6B645
(182,182,69)
#BEBD59
(190,189,89)
#C6C46D
(198,196,109)
#CECB81
(206,203,129)
#D6D295
(214,210,149)
#DED9A9
(222,217,169)
#E6E0BD
(230,224,189)
#EEE7D1
(238,231,209)
#F6EEE5
(246,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6A81D color. Also use rgb(166,168,29) instead hex code.

Text Font Color

.myTextColor { color: #A6A81D; }

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

This text font color is #A6A81D.


Background Color

.myBgColor { background-color: #A6A81D; }

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

This div background color is #A6A81D.


Border color

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

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

This div border color is #A6A81D.


Opacity

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

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

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

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

This text has shadow with #A6A81D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6A81D on black background.


Color preview on white background

This text has color #A6A81D on white background.



Black color preview on #A6A81D background

This text has black color on #A6A81D background.


White color preview on #A6A81D background

This text has white color on #A6A81D background.