COLOR #A6A827

HEX: #A6A827
RGB: (166,168,39)

Color info

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

RGB color model

#A6A827 color RGB value is (166,168,39).

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

RGB channels and saturation

R 166 of 255 = 65%
G 168 of 255 = 66%
B 39 of 255 = 15%

166
168
39

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

Portions of RGB colors in percentages

R + G + B =
166 + 168 + 39 = 373 (100%)
R 166 of 373 ~ 44.5%
G 168 of 373 ~ 45.04%
B 39 of 373 ~ 10.46%

%44.5
%45.04
%10.46

CMYK color model

#A6A827 color CMYK value is (1,0,77,34).

  • cyan value is 1.19%
  • magenta value is 0.00%
  • yellow value is 76.79%
  • key color value is 34.12%
CMYK:
(1,0,77,34)
C1M0Y77K34 
(1%,0%,77%,34%)
(0.01/0.00/0.77/0.34)	

CMYK percentages

%1.19
%0
%76.79
%34.12

Codes

Color #A6A827 in popluar color models

A6A827
RGB16616839
HSL61°62.32%40.59%
HSB/HSV61°76.79%65.88%
CMYK1.19%0.00%76.79%
34.12%

Color #A6A827 in popluar number systems.

HEXA6A827
Decimal16616839
Binary1010011010101000100111
Octal24625047

Shades and tints

Shades of #A6A827

#A6A827
(166,168,39)
#979924
(151,153,36)
#888A21
(136,138,33)
#797B1E
(121,123,30)
#6A6C1B
(106,108,27)
#5B5D18
(91,93,24)
#4C4E15
(76,78,21)
#3D3F12
(61,63,18)
#2E300F
(46,48,15)
#1F210C
(31,33,12)
#101209
(16,18,9)
#000000
(0,0,0)

Tints of #A6A827

#A6A827
(166,168,39)
#AEAF3A
(174,175,58)
#B6B64D
(182,182,77)
#BEBD60
(190,189,96)
#C6C473
(198,196,115)
#CECB86
(206,203,134)
#D6D299
(214,210,153)
#DED9AC
(222,217,172)
#E6E0BF
(230,224,191)
#EEE7D2
(238,231,210)
#F6EEE5
(246,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6A827; }

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

This text font color is #A6A827.


Background Color

.myBgColor { background-color: #A6A827; }

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

This div background color is #A6A827.


Border color

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

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

This div border color is #A6A827.


Opacity

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

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

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

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

This text has shadow with #A6A827 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6A827 on black background.


Color preview on white background

This text has color #A6A827 on white background.



Black color preview on #A6A827 background

This text has black color on #A6A827 background.


White color preview on #A6A827 background

This text has white color on #A6A827 background.