COLOR #A6B58F

HEX: #A6B58F
RGB: (166,181,143)

Color info

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

RGB color model

#A6B58F color RGB value is (166,181,143).

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

RGB channels and saturation

R 166 of 255 = 65%
G 181 of 255 = 71%
B 143 of 255 = 56%

166
181
143

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

Portions of RGB colors in percentages

R + G + B =
166 + 181 + 143 = 490 (100%)
R 166 of 490 ~ 33.88%
G 181 of 490 ~ 36.94%
B 143 of 490 ~ 29.18%

%33.88
%36.94
%29.18

CMYK color model

#A6B58F color CMYK value is (8,0,21,29).

  • cyan value is 8.29%
  • magenta value is 0.00%
  • yellow value is 20.99%
  • key color value is 29.02%
CMYK:
(8,0,21,29)
C8M0Y21K29 
(8%,0%,21%,29%)
(0.08/0.00/0.21/0.29)	

CMYK percentages

%8.29
%0
%20.99
%29.02

Codes

Color #A6B58F in popluar color models

A6B58F
RGB166181143
HSL84°20.43%63.53%
HSB/HSV84°20.99%70.98%
CMYK8.29%0.00%20.99%
29.02%

Color #A6B58F in popluar number systems.

HEXA6B58F
Decimal166181143
Binary101001101011010110001111
Octal246265217

Shades and tints

Shades of #A6B58F

#A6B58F
(166,181,143)
#97A582
(151,165,130)
#889575
(136,149,117)
#798568
(121,133,104)
#6A755B
(106,117,91)
#5B654E
(91,101,78)
#4C5541
(76,85,65)
#3D4534
(61,69,52)
#2E3527
(46,53,39)
#1F251A
(31,37,26)
#10150D
(16,21,13)
#000000
(0,0,0)

Tints of #A6B58F

#A6B58F
(166,181,143)
#AEBB99
(174,187,153)
#B6C1A3
(182,193,163)
#BEC7AD
(190,199,173)
#C6CDB7
(198,205,183)
#CED3C1
(206,211,193)
#D6D9CB
(214,217,203)
#DEDFD5
(222,223,213)
#E6E5DF
(230,229,223)
#EEEBE9
(238,235,233)
#F6F1F3
(246,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6B58F; }

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

This text font color is #A6B58F.


Background Color

.myBgColor { background-color: #A6B58F; }

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

This div background color is #A6B58F.


Border color

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

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

This div border color is #A6B58F.


Opacity

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

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

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

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

This text has shadow with #A6B58F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6B58F on black background.


Color preview on white background

This text has color #A6B58F on white background.



Black color preview on #A6B58F background

This text has black color on #A6B58F background.


White color preview on #A6B58F background

This text has white color on #A6B58F background.