COLOR #A6B49F

HEX: #A6B49F
RGB: (166,180,159)

Color info

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

RGB color model

#A6B49F color RGB value is (166,180,159).

  • red value is 166;
  • green value is 180;
  • blue value is 159.
RGB:
(166,180,159)
(65%,71%,62%)

RGB channels and saturation

R 166 of 255 = 65%
G 180 of 255 = 71%
B 159 of 255 = 62%

166
180
159

R + G + B ~ 66%. #A6B49F is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 180 + 159 = 505 (100%)
R 166 of 505 ~ 32.87%
G 180 of 505 ~ 35.64%
B 159 of 505 ~ 31.49%

%32.87
%35.64
%31.49

CMYK color model

#A6B49F color CMYK value is (8,0,12,29).

  • cyan value is 7.78%
  • magenta value is 0.00%
  • yellow value is 11.67%
  • key color value is 29.41%
CMYK:
(8,0,12,29)
C8M0Y12K29 
(8%,0%,12%,29%)
(0.08/0.00/0.12/0.29)	

CMYK percentages

%7.78
%0
%11.67
%29.41

Codes

Color #A6B49F in popluar color models

A6B49F
RGB166180159
HSL100°12.28%66.47%
HSB/HSV100°11.67%70.59%
CMYK7.78%0.00%11.67%
29.41%

Color #A6B49F in popluar number systems.

HEXA6B49F
Decimal166180159
Binary101001101011010010011111
Octal246264237

Shades and tints

Shades of #A6B49F

#A6B49F
(166,180,159)
#97A491
(151,164,145)
#889483
(136,148,131)
#798475
(121,132,117)
#6A7467
(106,116,103)
#5B6459
(91,100,89)
#4C544B
(76,84,75)
#3D443D
(61,68,61)
#2E342F
(46,52,47)
#1F2421
(31,36,33)
#101413
(16,20,19)
#000000
(0,0,0)

Tints of #A6B49F

#A6B49F
(166,180,159)
#AEBAA7
(174,186,167)
#B6C0AF
(182,192,175)
#BEC6B7
(190,198,183)
#C6CCBF
(198,204,191)
#CED2C7
(206,210,199)
#D6D8CF
(214,216,207)
#DEDED7
(222,222,215)
#E6E4DF
(230,228,223)
#EEEAE7
(238,234,231)
#F6F0EF
(246,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6B49F color. Also use rgb(166,180,159) instead hex code.

Text Font Color

.myTextColor { color: #A6B49F; }

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

This text font color is #A6B49F.


Background Color

.myBgColor { background-color: #A6B49F; }

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

This div background color is #A6B49F.


Border color

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

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

This div border color is #A6B49F.


Opacity

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

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

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

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

This text has shadow with #A6B49F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6B49F on black background.


Color preview on white background

This text has color #A6B49F on white background.



Black color preview on #A6B49F background

This text has black color on #A6B49F background.


White color preview on #A6B49F background

This text has white color on #A6B49F background.