COLOR #A6B991

HEX: #A6B991
RGB: (166,185,145)

Color info

#A6B991 contains red, green and blue colors in about the same proportion. Web safe color of #A6B991 is #99CC99 (or #9C9).

RGB color model

#A6B991 color RGB value is (166,185,145).

  • red value is 166;
  • green value is 185;
  • blue value is 145.
RGB:
(166,185,145)
(65%,73%,57%)

RGB channels and saturation

R 166 of 255 = 65%
G 185 of 255 = 73%
B 145 of 255 = 57%

166
185
145

R + G + B ~ 65%. #A6B991 is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 185 + 145 = 496 (100%)
R 166 of 496 ~ 33.47%
G 185 of 496 ~ 37.3%
B 145 of 496 ~ 29.23%

%33.47
%37.3
%29.23

CMYK color model

#A6B991 color CMYK value is (10,0,22,27).

  • cyan value is 10.27%
  • magenta value is 0.00%
  • yellow value is 21.62%
  • key color value is 27.45%
CMYK:
(10,0,22,27)
C10M0Y22K27 
(10%,0%,22%,27%)
(0.10/0.00/0.22/0.27)	

CMYK percentages

%10.27
%0
%21.62
%27.45

Codes

Color #A6B991 in popluar color models

A6B991
RGB166185145
HSL89°22.22%64.71%
HSB/HSV89°21.62%72.55%
CMYK10.27%0.00%21.62%
27.45%

Color #A6B991 in popluar number systems.

HEXA6B991
Decimal166185145
Binary101001101011100110010001
Octal246271221

Shades and tints

Shades of #A6B991

#A6B991
(166,185,145)
#97A984
(151,169,132)
#889977
(136,153,119)
#79896A
(121,137,106)
#6A795D
(106,121,93)
#5B6950
(91,105,80)
#4C5943
(76,89,67)
#3D4936
(61,73,54)
#2E3929
(46,57,41)
#1F291C
(31,41,28)
#10190F
(16,25,15)
#000000
(0,0,0)

Tints of #A6B991

#A6B991
(166,185,145)
#AEBF9B
(174,191,155)
#B6C5A5
(182,197,165)
#BECBAF
(190,203,175)
#C6D1B9
(198,209,185)
#CED7C3
(206,215,195)
#D6DDCD
(214,221,205)
#DEE3D7
(222,227,215)
#E6E9E1
(230,233,225)
#EEEFEB
(238,239,235)
#F6F5F5
(246,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6B991 color. Also use rgb(166,185,145) instead hex code.

Text Font Color

.myTextColor { color: #A6B991; }

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

This text font color is #A6B991.


Background Color

.myBgColor { background-color: #A6B991; }

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

This div background color is #A6B991.


Border color

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

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

This div border color is #A6B991.


Opacity

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

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

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

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

This text has shadow with #A6B991 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6B991 on black background.


Color preview on white background

This text has color #A6B991 on white background.



Black color preview on #A6B991 background

This text has black color on #A6B991 background.


White color preview on #A6B991 background

This text has white color on #A6B991 background.