COLOR #A6B084

HEX: #A6B084
RGB: (166,176,132)

Color info

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

RGB color model

#A6B084 color RGB value is (166,176,132).

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

RGB channels and saturation

R 166 of 255 = 65%
G 176 of 255 = 69%
B 132 of 255 = 52%

166
176
132

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

Portions of RGB colors in percentages

R + G + B =
166 + 176 + 132 = 474 (100%)
R 166 of 474 ~ 35.02%
G 176 of 474 ~ 37.13%
B 132 of 474 ~ 27.85%

%35.02
%37.13
%27.85

CMYK color model

#A6B084 color CMYK value is (6,0,25,31).

  • cyan value is 5.68%
  • magenta value is 0.00%
  • yellow value is 25.00%
  • key color value is 30.98%
CMYK:
(6,0,25,31)
C6M0Y25K31 
(6%,0%,25%,31%)
(0.06/0.00/0.25/0.31)	

CMYK percentages

%5.68
%0
%25
%30.98

Codes

Color #A6B084 in popluar color models

A6B084
RGB166176132
HSL74°21.78%60.39%
HSB/HSV74°25.00%69.02%
CMYK5.68%0.00%25.00%
30.98%

Color #A6B084 in popluar number systems.

HEXA6B084
Decimal166176132
Binary101001101011000010000100
Octal246260204

Shades and tints

Shades of #A6B084

#A6B084
(166,176,132)
#97A078
(151,160,120)
#88906C
(136,144,108)
#798060
(121,128,96)
#6A7054
(106,112,84)
#5B6048
(91,96,72)
#4C503C
(76,80,60)
#3D4030
(61,64,48)
#2E3024
(46,48,36)
#1F2018
(31,32,24)
#10100C
(16,16,12)
#000000
(0,0,0)

Tints of #A6B084

#A6B084
(166,176,132)
#AEB78F
(174,183,143)
#B6BE9A
(182,190,154)
#BEC5A5
(190,197,165)
#C6CCB0
(198,204,176)
#CED3BB
(206,211,187)
#D6DAC6
(214,218,198)
#DEE1D1
(222,225,209)
#E6E8DC
(230,232,220)
#EEEFE7
(238,239,231)
#F6F6F2
(246,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6B084; }

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

This text font color is #A6B084.


Background Color

.myBgColor { background-color: #A6B084; }

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

This div background color is #A6B084.


Border color

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

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

This div border color is #A6B084.


Opacity

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

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

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

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

This text has shadow with #A6B084 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6B084 on black background.


Color preview on white background

This text has color #A6B084 on white background.



Black color preview on #A6B084 background

This text has black color on #A6B084 background.


White color preview on #A6B084 background

This text has white color on #A6B084 background.