COLOR #A6A85A

HEX: #A6A85A
RGB: (166,168,90)

Color info

#A6A85A contains mainly red and green colors. Web safe color of #A6A85A is #999966 (or #996).

RGB color model

#A6A85A color RGB value is (166,168,90).

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

RGB channels and saturation

R 166 of 255 = 65%
G 168 of 255 = 66%
B 90 of 255 = 35%

166
168
90

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

Portions of RGB colors in percentages

R + G + B =
166 + 168 + 90 = 424 (100%)
R 166 of 424 ~ 39.15%
G 168 of 424 ~ 39.62%
B 90 of 424 ~ 21.23%

%39.15
%39.62
%21.23

CMYK color model

#A6A85A color CMYK value is (1,0,46,34).

  • cyan value is 1.19%
  • magenta value is 0.00%
  • yellow value is 46.43%
  • key color value is 34.12%
CMYK:
(1,0,46,34)
C1M0Y46K34 
(1%,0%,46%,34%)
(0.01/0.00/0.46/0.34)	

CMYK percentages

%1.19
%0
%46.43
%34.12

Codes

Color #A6A85A in popluar color models

A6A85A
RGB16616890
HSL62°30.95%50.59%
HSB/HSV62°46.43%65.88%
CMYK1.19%0.00%46.43%
34.12%

Color #A6A85A in popluar number systems.

HEXA6A85A
Decimal16616890
Binary10100110101010001011010
Octal246250132

Shades and tints

Shades of #A6A85A

#A6A85A
(166,168,90)
#979952
(151,153,82)
#888A4A
(136,138,74)
#797B42
(121,123,66)
#6A6C3A
(106,108,58)
#5B5D32
(91,93,50)
#4C4E2A
(76,78,42)
#3D3F22
(61,63,34)
#2E301A
(46,48,26)
#1F2112
(31,33,18)
#10120A
(16,18,10)
#000000
(0,0,0)

Tints of #A6A85A

#A6A85A
(166,168,90)
#AEAF69
(174,175,105)
#B6B678
(182,182,120)
#BEBD87
(190,189,135)
#C6C496
(198,196,150)
#CECBA5
(206,203,165)
#D6D2B4
(214,210,180)
#DED9C3
(222,217,195)
#E6E0D2
(230,224,210)
#EEE7E1
(238,231,225)
#F6EEF0
(246,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6A85A; }

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

This text font color is #A6A85A.


Background Color

.myBgColor { background-color: #A6A85A; }

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

This div background color is #A6A85A.


Border color

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

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

This div border color is #A6A85A.


Opacity

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

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

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

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

This text has shadow with #A6A85A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6A85A on black background.


Color preview on white background

This text has color #A6A85A on white background.



Black color preview on #A6A85A background

This text has black color on #A6A85A background.


White color preview on #A6A85A background

This text has white color on #A6A85A background.