COLOR #A6B077

HEX: #A6B077
RGB: (166,176,119)

Color info

#A6B077 contains red, green and blue colors in about the same proportion. Web safe color of #A6B077 is #999966 (or #996).

RGB color model

#A6B077 color RGB value is (166,176,119).

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

RGB channels and saturation

R 166 of 255 = 65%
G 176 of 255 = 69%
B 119 of 255 = 47%

166
176
119

R + G + B ~ 60%. #A6B077 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
166 + 176 + 119 = 461 (100%)
R 166 of 461 ~ 36.01%
G 176 of 461 ~ 38.18%
B 119 of 461 ~ 25.81%

%36.01
%38.18
%25.81

CMYK color model

#A6B077 color CMYK value is (6,0,32,31).

  • cyan value is 5.68%
  • magenta value is 0.00%
  • yellow value is 32.39%
  • key color value is 30.98%
CMYK:
(6,0,32,31)
C6M0Y32K31 
(6%,0%,32%,31%)
(0.06/0.00/0.32/0.31)	

CMYK percentages

%5.68
%0
%32.39
%30.98

Codes

Color #A6B077 in popluar color models

A6B077
RGB166176119
HSL71°26.51%57.84%
HSB/HSV71°32.39%69.02%
CMYK5.68%0.00%32.39%
30.98%

Color #A6B077 in popluar number systems.

HEXA6B077
Decimal166176119
Binary10100110101100001110111
Octal246260167

Shades and tints

Shades of #A6B077

#A6B077
(166,176,119)
#97A06D
(151,160,109)
#889063
(136,144,99)
#798059
(121,128,89)
#6A704F
(106,112,79)
#5B6045
(91,96,69)
#4C503B
(76,80,59)
#3D4031
(61,64,49)
#2E3027
(46,48,39)
#1F201D
(31,32,29)
#101013
(16,16,19)
#000000
(0,0,0)

Tints of #A6B077

#A6B077
(166,176,119)
#AEB783
(174,183,131)
#B6BE8F
(182,190,143)
#BEC59B
(190,197,155)
#C6CCA7
(198,204,167)
#CED3B3
(206,211,179)
#D6DABF
(214,218,191)
#DEE1CB
(222,225,203)
#E6E8D7
(230,232,215)
#EEEFE3
(238,239,227)
#F6F6EF
(246,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6B077; }

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

This text font color is #A6B077.


Background Color

.myBgColor { background-color: #A6B077; }

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

This div background color is #A6B077.


Border color

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

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

This div border color is #A6B077.


Opacity

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

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

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

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

This text has shadow with #A6B077 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6B077 on black background.


Color preview on white background

This text has color #A6B077 on white background.



Black color preview on #A6B077 background

This text has black color on #A6B077 background.


White color preview on #A6B077 background

This text has white color on #A6B077 background.