COLOR #A6B667

HEX: #A6B667
RGB: (166,182,103)

Color info

#A6B667 contains mainly red and green colors. Web safe color of #A6B667 is #99CC66 (or #9C6).

RGB color model

#A6B667 color RGB value is (166,182,103).

  • red value is 166;
  • green value is 182;
  • blue value is 103.
RGB:
(166,182,103)
(65%,71%,40%)

RGB channels and saturation

R 166 of 255 = 65%
G 182 of 255 = 71%
B 103 of 255 = 40%

166
182
103

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

Portions of RGB colors in percentages

R + G + B =
166 + 182 + 103 = 451 (100%)
R 166 of 451 ~ 36.81%
G 182 of 451 ~ 40.35%
B 103 of 451 ~ 22.84%

%36.81
%40.35
%22.84

CMYK color model

#A6B667 color CMYK value is (9,0,43,29).

  • cyan value is 8.79%
  • magenta value is 0.00%
  • yellow value is 43.41%
  • key color value is 28.63%
CMYK:
(9,0,43,29)
C9M0Y43K29 
(9%,0%,43%,29%)
(0.09/0.00/0.43/0.29)	

CMYK percentages

%8.79
%0
%43.41
%28.63

Codes

Color #A6B667 in popluar color models

A6B667
RGB166182103
HSL72°35.11%55.88%
HSB/HSV72°43.41%71.37%
CMYK8.79%0.00%43.41%
28.63%

Color #A6B667 in popluar number systems.

HEXA6B667
Decimal166182103
Binary10100110101101101100111
Octal246266147

Shades and tints

Shades of #A6B667

#A6B667
(166,182,103)
#97A65E
(151,166,94)
#889655
(136,150,85)
#79864C
(121,134,76)
#6A7643
(106,118,67)
#5B663A
(91,102,58)
#4C5631
(76,86,49)
#3D4628
(61,70,40)
#2E361F
(46,54,31)
#1F2616
(31,38,22)
#10160D
(16,22,13)
#000000
(0,0,0)

Tints of #A6B667

#A6B667
(166,182,103)
#AEBC74
(174,188,116)
#B6C281
(182,194,129)
#BEC88E
(190,200,142)
#C6CE9B
(198,206,155)
#CED4A8
(206,212,168)
#D6DAB5
(214,218,181)
#DEE0C2
(222,224,194)
#E6E6CF
(230,230,207)
#EEECDC
(238,236,220)
#F6F2E9
(246,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6B667 color. Also use rgb(166,182,103) instead hex code.

Text Font Color

.myTextColor { color: #A6B667; }

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

This text font color is #A6B667.


Background Color

.myBgColor { background-color: #A6B667; }

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

This div background color is #A6B667.


Border color

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

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

This div border color is #A6B667.


Opacity

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

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

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

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

This text has shadow with #A6B667 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6B667 on black background.


Color preview on white background

This text has color #A6B667 on white background.



Black color preview on #A6B667 background

This text has black color on #A6B667 background.


White color preview on #A6B667 background

This text has white color on #A6B667 background.