COLOR #A6B586

HEX: #A6B586
RGB: (166,181,134)

Color info

#A6B586 contains red, green and blue colors in about the same proportion. Web safe color of #A6B586 is #99CC99 (or #9C9).

RGB color model

#A6B586 color RGB value is (166,181,134).

  • red value is 166;
  • green value is 181;
  • blue value is 134.
RGB:
(166,181,134)
(65%,71%,53%)

RGB channels and saturation

R 166 of 255 = 65%
G 181 of 255 = 71%
B 134 of 255 = 53%

166
181
134

R + G + B ~ 63%. #A6B586 is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 181 + 134 = 481 (100%)
R 166 of 481 ~ 34.51%
G 181 of 481 ~ 37.63%
B 134 of 481 ~ 27.86%

%34.51
%37.63
%27.86

CMYK color model

#A6B586 color CMYK value is (8,0,26,29).

  • cyan value is 8.29%
  • magenta value is 0.00%
  • yellow value is 25.97%
  • key color value is 29.02%
CMYK:
(8,0,26,29)
C8M0Y26K29 
(8%,0%,26%,29%)
(0.08/0.00/0.26/0.29)	

CMYK percentages

%8.29
%0
%25.97
%29.02

Codes

Color #A6B586 in popluar color models

A6B586
RGB166181134
HSL79°24.10%61.76%
HSB/HSV79°25.97%70.98%
CMYK8.29%0.00%25.97%
29.02%

Color #A6B586 in popluar number systems.

HEXA6B586
Decimal166181134
Binary101001101011010110000110
Octal246265206

Shades and tints

Shades of #A6B586

#A6B586
(166,181,134)
#97A57A
(151,165,122)
#88956E
(136,149,110)
#798562
(121,133,98)
#6A7556
(106,117,86)
#5B654A
(91,101,74)
#4C553E
(76,85,62)
#3D4532
(61,69,50)
#2E3526
(46,53,38)
#1F251A
(31,37,26)
#10150E
(16,21,14)
#000000
(0,0,0)

Tints of #A6B586

#A6B586
(166,181,134)
#AEBB91
(174,187,145)
#B6C19C
(182,193,156)
#BEC7A7
(190,199,167)
#C6CDB2
(198,205,178)
#CED3BD
(206,211,189)
#D6D9C8
(214,217,200)
#DEDFD3
(222,223,211)
#E6E5DE
(230,229,222)
#EEEBE9
(238,235,233)
#F6F1F4
(246,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6B586 color. Also use rgb(166,181,134) instead hex code.

Text Font Color

.myTextColor { color: #A6B586; }

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

This text font color is #A6B586.


Background Color

.myBgColor { background-color: #A6B586; }

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

This div background color is #A6B586.


Border color

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

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

This div border color is #A6B586.


Opacity

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

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

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

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

This text has shadow with #A6B586 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6B586 on black background.


Color preview on white background

This text has color #A6B586 on white background.



Black color preview on #A6B586 background

This text has black color on #A6B586 background.


White color preview on #A6B586 background

This text has white color on #A6B586 background.