COLOR #A6B083

HEX: #A6B083
RGB: (166,176,131)

Color info

#A6B083 contains red, green and blue colors in about the same proportion. Web safe color of #A6B083 is #999999 (or #999).

RGB color model

#A6B083 color RGB value is (166,176,131).

  • red value is 166;
  • green value is 176;
  • blue value is 131.
RGB:
(166,176,131)
(65%,69%,51%)

RGB channels and saturation

R 166 of 255 = 65%
G 176 of 255 = 69%
B 131 of 255 = 51%

166
176
131

R + G + B ~ 62%. #A6B083 is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 176 + 131 = 473 (100%)
R 166 of 473 ~ 35.1%
G 176 of 473 ~ 37.21%
B 131 of 473 ~ 27.7%

%35.1
%37.21
%27.7

CMYK color model

#A6B083 color CMYK value is (6,0,26,31).

  • cyan value is 5.68%
  • magenta value is 0.00%
  • yellow value is 25.57%
  • key color value is 30.98%
CMYK:
(6,0,26,31)
C6M0Y26K31 
(6%,0%,26%,31%)
(0.06/0.00/0.26/0.31)	

CMYK percentages

%5.68
%0
%25.57
%30.98

Codes

Color #A6B083 in popluar color models

A6B083
RGB166176131
HSL73°22.17%60.20%
HSB/HSV73°25.57%69.02%
CMYK5.68%0.00%25.57%
30.98%

Color #A6B083 in popluar number systems.

HEXA6B083
Decimal166176131
Binary101001101011000010000011
Octal246260203

Shades and tints

Shades of #A6B083

#A6B083
(166,176,131)
#97A078
(151,160,120)
#88906D
(136,144,109)
#798062
(121,128,98)
#6A7057
(106,112,87)
#5B604C
(91,96,76)
#4C5041
(76,80,65)
#3D4036
(61,64,54)
#2E302B
(46,48,43)
#1F2020
(31,32,32)
#101015
(16,16,21)
#000000
(0,0,0)

Tints of #A6B083

#A6B083
(166,176,131)
#AEB78E
(174,183,142)
#B6BE99
(182,190,153)
#BEC5A4
(190,197,164)
#C6CCAF
(198,204,175)
#CED3BA
(206,211,186)
#D6DAC5
(214,218,197)
#DEE1D0
(222,225,208)
#E6E8DB
(230,232,219)
#EEEFE6
(238,239,230)
#F6F6F1
(246,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6B083 color. Also use rgb(166,176,131) instead hex code.

Text Font Color

.myTextColor { color: #A6B083; }

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

This text font color is #A6B083.


Background Color

.myBgColor { background-color: #A6B083; }

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

This div background color is #A6B083.


Border color

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

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

This div border color is #A6B083.


Opacity

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

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

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

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

This text has shadow with #A6B083 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6B083 on black background.


Color preview on white background

This text has color #A6B083 on white background.



Black color preview on #A6B083 background

This text has black color on #A6B083 background.


White color preview on #A6B083 background

This text has white color on #A6B083 background.