COLOR #A6B16F

HEX: #A6B16F
RGB: (166,177,111)

Color info

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

RGB color model

#A6B16F color RGB value is (166,177,111).

  • red value is 166;
  • green value is 177;
  • blue value is 111.
RGB:
(166,177,111)
(65%,69%,44%)

RGB channels and saturation

R 166 of 255 = 65%
G 177 of 255 = 69%
B 111 of 255 = 44%

166
177
111

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

Portions of RGB colors in percentages

R + G + B =
166 + 177 + 111 = 454 (100%)
R 166 of 454 ~ 36.56%
G 177 of 454 ~ 38.99%
B 111 of 454 ~ 24.45%

%36.56
%38.99
%24.45

CMYK color model

#A6B16F color CMYK value is (6,0,37,31).

  • cyan value is 6.21%
  • magenta value is 0.00%
  • yellow value is 37.29%
  • key color value is 30.59%
CMYK:
(6,0,37,31)
C6M0Y37K31 
(6%,0%,37%,31%)
(0.06/0.00/0.37/0.31)	

CMYK percentages

%6.21
%0
%37.29
%30.59

Codes

Color #A6B16F in popluar color models

A6B16F
RGB166177111
HSL70°29.73%56.47%
HSB/HSV70°37.29%69.41%
CMYK6.21%0.00%37.29%
30.59%

Color #A6B16F in popluar number systems.

HEXA6B16F
Decimal166177111
Binary10100110101100011101111
Octal246261157

Shades and tints

Shades of #A6B16F

#A6B16F
(166,177,111)
#97A165
(151,161,101)
#88915B
(136,145,91)
#798151
(121,129,81)
#6A7147
(106,113,71)
#5B613D
(91,97,61)
#4C5133
(76,81,51)
#3D4129
(61,65,41)
#2E311F
(46,49,31)
#1F2115
(31,33,21)
#10110B
(16,17,11)
#000000
(0,0,0)

Tints of #A6B16F

#A6B16F
(166,177,111)
#AEB87C
(174,184,124)
#B6BF89
(182,191,137)
#BEC696
(190,198,150)
#C6CDA3
(198,205,163)
#CED4B0
(206,212,176)
#D6DBBD
(214,219,189)
#DEE2CA
(222,226,202)
#E6E9D7
(230,233,215)
#EEF0E4
(238,240,228)
#F6F7F1
(246,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6B16F color. Also use rgb(166,177,111) instead hex code.

Text Font Color

.myTextColor { color: #A6B16F; }

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

This text font color is #A6B16F.


Background Color

.myBgColor { background-color: #A6B16F; }

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

This div background color is #A6B16F.


Border color

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

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

This div border color is #A6B16F.


Opacity

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

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

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

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

This text has shadow with #A6B16F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6B16F on black background.


Color preview on white background

This text has color #A6B16F on white background.



Black color preview on #A6B16F background

This text has black color on #A6B16F background.


White color preview on #A6B16F background

This text has white color on #A6B16F background.