COLOR #A6B072

HEX: #A6B072
RGB: (166,176,114)

Color info

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

RGB color model

#A6B072 color RGB value is (166,176,114).

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

RGB channels and saturation

R 166 of 255 = 65%
G 176 of 255 = 69%
B 114 of 255 = 45%

166
176
114

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

Portions of RGB colors in percentages

R + G + B =
166 + 176 + 114 = 456 (100%)
R 166 of 456 ~ 36.4%
G 176 of 456 ~ 38.6%
B 114 of 456 ~ 25%

%36.4
%38.6
%25

CMYK color model

#A6B072 color CMYK value is (6,0,35,31).

  • cyan value is 5.68%
  • magenta value is 0.00%
  • yellow value is 35.23%
  • key color value is 30.98%
CMYK:
(6,0,35,31)
C6M0Y35K31 
(6%,0%,35%,31%)
(0.06/0.00/0.35/0.31)	

CMYK percentages

%5.68
%0
%35.23
%30.98

Codes

Color #A6B072 in popluar color models

A6B072
RGB166176114
HSL70°28.18%56.86%
HSB/HSV70°35.23%69.02%
CMYK5.68%0.00%35.23%
30.98%

Color #A6B072 in popluar number systems.

HEXA6B072
Decimal166176114
Binary10100110101100001110010
Octal246260162

Shades and tints

Shades of #A6B072

#A6B072
(166,176,114)
#97A068
(151,160,104)
#88905E
(136,144,94)
#798054
(121,128,84)
#6A704A
(106,112,74)
#5B6040
(91,96,64)
#4C5036
(76,80,54)
#3D402C
(61,64,44)
#2E3022
(46,48,34)
#1F2018
(31,32,24)
#10100E
(16,16,14)
#000000
(0,0,0)

Tints of #A6B072

#A6B072
(166,176,114)
#AEB77E
(174,183,126)
#B6BE8A
(182,190,138)
#BEC596
(190,197,150)
#C6CCA2
(198,204,162)
#CED3AE
(206,211,174)
#D6DABA
(214,218,186)
#DEE1C6
(222,225,198)
#E6E8D2
(230,232,210)
#EEEFDE
(238,239,222)
#F6F6EA
(246,246,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6B072; }

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

This text font color is #A6B072.


Background Color

.myBgColor { background-color: #A6B072; }

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

This div background color is #A6B072.


Border color

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

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

This div border color is #A6B072.


Opacity

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

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

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

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

This text has shadow with #A6B072 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6B072 on black background.


Color preview on white background

This text has color #A6B072 on white background.



Black color preview on #A6B072 background

This text has black color on #A6B072 background.


White color preview on #A6B072 background

This text has white color on #A6B072 background.