COLOR #A6B58C

HEX: #A6B58C
RGB: (166,181,140)

Color info

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

RGB color model

#A6B58C color RGB value is (166,181,140).

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

RGB channels and saturation

R 166 of 255 = 65%
G 181 of 255 = 71%
B 140 of 255 = 55%

166
181
140

R + G + B ~ 64%. #A6B58C is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 181 + 140 = 487 (100%)
R 166 of 487 ~ 34.09%
G 181 of 487 ~ 37.17%
B 140 of 487 ~ 28.75%

%34.09
%37.17
%28.75

CMYK color model

#A6B58C color CMYK value is (8,0,23,29).

  • cyan value is 8.29%
  • magenta value is 0.00%
  • yellow value is 22.65%
  • key color value is 29.02%
CMYK:
(8,0,23,29)
C8M0Y23K29 
(8%,0%,23%,29%)
(0.08/0.00/0.23/0.29)	

CMYK percentages

%8.29
%0
%22.65
%29.02

Codes

Color #A6B58C in popluar color models

A6B58C
RGB166181140
HSL82°21.69%62.94%
HSB/HSV82°22.65%70.98%
CMYK8.29%0.00%22.65%
29.02%

Color #A6B58C in popluar number systems.

HEXA6B58C
Decimal166181140
Binary101001101011010110001100
Octal246265214

Shades and tints

Shades of #A6B58C

#A6B58C
(166,181,140)
#97A580
(151,165,128)
#889574
(136,149,116)
#798568
(121,133,104)
#6A755C
(106,117,92)
#5B6550
(91,101,80)
#4C5544
(76,85,68)
#3D4538
(61,69,56)
#2E352C
(46,53,44)
#1F2520
(31,37,32)
#101514
(16,21,20)
#000000
(0,0,0)

Tints of #A6B58C

#A6B58C
(166,181,140)
#AEBB96
(174,187,150)
#B6C1A0
(182,193,160)
#BEC7AA
(190,199,170)
#C6CDB4
(198,205,180)
#CED3BE
(206,211,190)
#D6D9C8
(214,217,200)
#DEDFD2
(222,223,210)
#E6E5DC
(230,229,220)
#EEEBE6
(238,235,230)
#F6F1F0
(246,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6B58C; }

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

This text font color is #A6B58C.


Background Color

.myBgColor { background-color: #A6B58C; }

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

This div background color is #A6B58C.


Border color

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

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

This div border color is #A6B58C.


Opacity

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

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

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

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

This text has shadow with #A6B58C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6B58C on black background.


Color preview on white background

This text has color #A6B58C on white background.



Black color preview on #A6B58C background

This text has black color on #A6B58C background.


White color preview on #A6B58C background

This text has white color on #A6B58C background.