COLOR #A6B39B

HEX: #A6B39B
RGB: (166,179,155)

Color info

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

RGB color model

#A6B39B color RGB value is (166,179,155).

  • red value is 166;
  • green value is 179;
  • blue value is 155.
RGB:
(166,179,155)
(65%,70%,61%)

RGB channels and saturation

R 166 of 255 = 65%
G 179 of 255 = 70%
B 155 of 255 = 61%

166
179
155

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

Portions of RGB colors in percentages

R + G + B =
166 + 179 + 155 = 500 (100%)
R 166 of 500 ~ 33.2%
G 179 of 500 ~ 35.8%
B 155 of 500 ~ 31%

%33.2
%35.8
%31

CMYK color model

#A6B39B color CMYK value is (7,0,13,30).

  • cyan value is 7.26%
  • magenta value is 0.00%
  • yellow value is 13.41%
  • key color value is 29.80%
CMYK:
(7,0,13,30)
C7M0Y13K30 
(7%,0%,13%,30%)
(0.07/0.00/0.13/0.30)	

CMYK percentages

%7.26
%0
%13.41
%29.8

Codes

Color #A6B39B in popluar color models

A6B39B
RGB166179155
HSL93°13.64%65.49%
HSB/HSV93°13.41%70.20%
CMYK7.26%0.00%13.41%
29.80%

Color #A6B39B in popluar number systems.

HEXA6B39B
Decimal166179155
Binary101001101011001110011011
Octal246263233

Shades and tints

Shades of #A6B39B

#A6B39B
(166,179,155)
#97A38D
(151,163,141)
#88937F
(136,147,127)
#798371
(121,131,113)
#6A7363
(106,115,99)
#5B6355
(91,99,85)
#4C5347
(76,83,71)
#3D4339
(61,67,57)
#2E332B
(46,51,43)
#1F231D
(31,35,29)
#10130F
(16,19,15)
#000000
(0,0,0)

Tints of #A6B39B

#A6B39B
(166,179,155)
#AEB9A4
(174,185,164)
#B6BFAD
(182,191,173)
#BEC5B6
(190,197,182)
#C6CBBF
(198,203,191)
#CED1C8
(206,209,200)
#D6D7D1
(214,215,209)
#DEDDDA
(222,221,218)
#E6E3E3
(230,227,227)
#EEE9EC
(238,233,236)
#F6EFF5
(246,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6B39B color. Also use rgb(166,179,155) instead hex code.

Text Font Color

.myTextColor { color: #A6B39B; }

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

This text font color is #A6B39B.


Background Color

.myBgColor { background-color: #A6B39B; }

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

This div background color is #A6B39B.


Border color

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

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

This div border color is #A6B39B.


Opacity

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

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

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

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

This text has shadow with #A6B39B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6B39B on black background.


Color preview on white background

This text has color #A6B39B on white background.



Black color preview on #A6B39B background

This text has black color on #A6B39B background.


White color preview on #A6B39B background

This text has white color on #A6B39B background.