COLOR #A6B36F

HEX: #A6B36F
RGB: (166,179,111)

Color info

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

RGB color model

#A6B36F color RGB value is (166,179,111).

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

RGB channels and saturation

R 166 of 255 = 65%
G 179 of 255 = 70%
B 111 of 255 = 44%

166
179
111

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

Portions of RGB colors in percentages

R + G + B =
166 + 179 + 111 = 456 (100%)
R 166 of 456 ~ 36.4%
G 179 of 456 ~ 39.25%
B 111 of 456 ~ 24.34%

%36.4
%39.25
%24.34

CMYK color model

#A6B36F color CMYK value is (7,0,38,30).

  • cyan value is 7.26%
  • magenta value is 0.00%
  • yellow value is 37.99%
  • key color value is 29.80%
CMYK:
(7,0,38,30)
C7M0Y38K30 
(7%,0%,38%,30%)
(0.07/0.00/0.38/0.30)	

CMYK percentages

%7.26
%0
%37.99
%29.8

Codes

Color #A6B36F in popluar color models

A6B36F
RGB166179111
HSL71°30.91%56.86%
HSB/HSV71°37.99%70.20%
CMYK7.26%0.00%37.99%
29.80%

Color #A6B36F in popluar number systems.

HEXA6B36F
Decimal166179111
Binary10100110101100111101111
Octal246263157

Shades and tints

Shades of #A6B36F

#A6B36F
(166,179,111)
#97A365
(151,163,101)
#88935B
(136,147,91)
#798351
(121,131,81)
#6A7347
(106,115,71)
#5B633D
(91,99,61)
#4C5333
(76,83,51)
#3D4329
(61,67,41)
#2E331F
(46,51,31)
#1F2315
(31,35,21)
#10130B
(16,19,11)
#000000
(0,0,0)

Tints of #A6B36F

#A6B36F
(166,179,111)
#AEB97C
(174,185,124)
#B6BF89
(182,191,137)
#BEC596
(190,197,150)
#C6CBA3
(198,203,163)
#CED1B0
(206,209,176)
#D6D7BD
(214,215,189)
#DEDDCA
(222,221,202)
#E6E3D7
(230,227,215)
#EEE9E4
(238,233,228)
#F6EFF1
(246,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6B36F; }

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

This text font color is #A6B36F.


Background Color

.myBgColor { background-color: #A6B36F; }

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

This div background color is #A6B36F.


Border color

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

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

This div border color is #A6B36F.


Opacity

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

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

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

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

This text has shadow with #A6B36F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6B36F on black background.


Color preview on white background

This text has color #A6B36F on white background.



Black color preview on #A6B36F background

This text has black color on #A6B36F background.


White color preview on #A6B36F background

This text has white color on #A6B36F background.