COLOR #A6B186

HEX: #A6B186
RGB: (166,177,134)

Color info

#A6B186 contains red, green and blue colors in about the same proportion. Web safe color of #A6B186 is #999999 (or #999).

RGB color model

#A6B186 color RGB value is (166,177,134).

  • red value is 166;
  • green value is 177;
  • blue value is 134.
RGB:
(166,177,134)
(65%,69%,53%)

RGB channels and saturation

R 166 of 255 = 65%
G 177 of 255 = 69%
B 134 of 255 = 53%

166
177
134

R + G + B ~ 62%. #A6B186 is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 177 + 134 = 477 (100%)
R 166 of 477 ~ 34.8%
G 177 of 477 ~ 37.11%
B 134 of 477 ~ 28.09%

%34.8
%37.11
%28.09

CMYK color model

#A6B186 color CMYK value is (6,0,24,31).

  • cyan value is 6.21%
  • magenta value is 0.00%
  • yellow value is 24.29%
  • key color value is 30.59%
CMYK:
(6,0,24,31)
C6M0Y24K31 
(6%,0%,24%,31%)
(0.06/0.00/0.24/0.31)	

CMYK percentages

%6.21
%0
%24.29
%30.59

Codes

Color #A6B186 in popluar color models

A6B186
RGB166177134
HSL75°21.61%60.98%
HSB/HSV75°24.29%69.41%
CMYK6.21%0.00%24.29%
30.59%

Color #A6B186 in popluar number systems.

HEXA6B186
Decimal166177134
Binary101001101011000110000110
Octal246261206

Shades and tints

Shades of #A6B186

#A6B186
(166,177,134)
#97A17A
(151,161,122)
#88916E
(136,145,110)
#798162
(121,129,98)
#6A7156
(106,113,86)
#5B614A
(91,97,74)
#4C513E
(76,81,62)
#3D4132
(61,65,50)
#2E3126
(46,49,38)
#1F211A
(31,33,26)
#10110E
(16,17,14)
#000000
(0,0,0)

Tints of #A6B186

#A6B186
(166,177,134)
#AEB891
(174,184,145)
#B6BF9C
(182,191,156)
#BEC6A7
(190,198,167)
#C6CDB2
(198,205,178)
#CED4BD
(206,212,189)
#D6DBC8
(214,219,200)
#DEE2D3
(222,226,211)
#E6E9DE
(230,233,222)
#EEF0E9
(238,240,233)
#F6F7F4
(246,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6B186 color. Also use rgb(166,177,134) instead hex code.

Text Font Color

.myTextColor { color: #A6B186; }

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

This text font color is #A6B186.


Background Color

.myBgColor { background-color: #A6B186; }

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

This div background color is #A6B186.


Border color

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

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

This div border color is #A6B186.


Opacity

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

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

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

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

This text has shadow with #A6B186 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6B186 on black background.


Color preview on white background

This text has color #A6B186 on white background.



Black color preview on #A6B186 background

This text has black color on #A6B186 background.


White color preview on #A6B186 background

This text has white color on #A6B186 background.