COLOR #A6B067

HEX: #A6B067
RGB: (166,176,103)

Color info

#A6B067 contains mainly red and green colors. Web safe color of #A6B067 is #999966 (or #996).

RGB color model

#A6B067 color RGB value is (166,176,103).

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

RGB channels and saturation

R 166 of 255 = 65%
G 176 of 255 = 69%
B 103 of 255 = 40%

166
176
103

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

Portions of RGB colors in percentages

R + G + B =
166 + 176 + 103 = 445 (100%)
R 166 of 445 ~ 37.3%
G 176 of 445 ~ 39.55%
B 103 of 445 ~ 23.15%

%37.3
%39.55
%23.15

CMYK color model

#A6B067 color CMYK value is (6,0,41,31).

  • cyan value is 5.68%
  • magenta value is 0.00%
  • yellow value is 41.48%
  • key color value is 30.98%
CMYK:
(6,0,41,31)
C6M0Y41K31 
(6%,0%,41%,31%)
(0.06/0.00/0.41/0.31)	

CMYK percentages

%5.68
%0
%41.48
%30.98

Codes

Color #A6B067 in popluar color models

A6B067
RGB166176103
HSL68°31.60%54.71%
HSB/HSV68°41.48%69.02%
CMYK5.68%0.00%41.48%
30.98%

Color #A6B067 in popluar number systems.

HEXA6B067
Decimal166176103
Binary10100110101100001100111
Octal246260147

Shades and tints

Shades of #A6B067

#A6B067
(166,176,103)
#97A05E
(151,160,94)
#889055
(136,144,85)
#79804C
(121,128,76)
#6A7043
(106,112,67)
#5B603A
(91,96,58)
#4C5031
(76,80,49)
#3D4028
(61,64,40)
#2E301F
(46,48,31)
#1F2016
(31,32,22)
#10100D
(16,16,13)
#000000
(0,0,0)

Tints of #A6B067

#A6B067
(166,176,103)
#AEB774
(174,183,116)
#B6BE81
(182,190,129)
#BEC58E
(190,197,142)
#C6CC9B
(198,204,155)
#CED3A8
(206,211,168)
#D6DAB5
(214,218,181)
#DEE1C2
(222,225,194)
#E6E8CF
(230,232,207)
#EEEFDC
(238,239,220)
#F6F6E9
(246,246,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6B067; }

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

This text font color is #A6B067.


Background Color

.myBgColor { background-color: #A6B067; }

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

This div background color is #A6B067.


Border color

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

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

This div border color is #A6B067.


Opacity

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

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

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

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

This text has shadow with #A6B067 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6B067 on black background.


Color preview on white background

This text has color #A6B067 on white background.



Black color preview on #A6B067 background

This text has black color on #A6B067 background.


White color preview on #A6B067 background

This text has white color on #A6B067 background.