COLOR #A9B686

HEX: #A9B686
RGB: (169,182,134)

Color info

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

RGB color model

#A9B686 color RGB value is (169,182,134).

  • red value is 169;
  • green value is 182;
  • blue value is 134.
RGB:
(169,182,134)
(66%,71%,53%)

RGB channels and saturation

R 169 of 255 = 66%
G 182 of 255 = 71%
B 134 of 255 = 53%

169
182
134

R + G + B ~ 63%. #A9B686 is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 182 + 134 = 485 (100%)
R 169 of 485 ~ 34.85%
G 182 of 485 ~ 37.53%
B 134 of 485 ~ 27.63%

%34.85
%37.53
%27.63

CMYK color model

#A9B686 color CMYK value is (7,0,26,29).

  • cyan value is 7.14%
  • magenta value is 0.00%
  • yellow value is 26.37%
  • key color value is 28.63%
CMYK:
(7,0,26,29)
C7M0Y26K29 
(7%,0%,26%,29%)
(0.07/0.00/0.26/0.29)	

CMYK percentages

%7.14
%0
%26.37
%28.63

Codes

Color #A9B686 in popluar color models

A9B686
RGB169182134
HSL76°24.74%61.96%
HSB/HSV76°26.37%71.37%
CMYK7.14%0.00%26.37%
28.63%

Color #A9B686 in popluar number systems.

HEXA9B686
Decimal169182134
Binary101010011011011010000110
Octal251266206

Shades and tints

Shades of #A9B686

#A9B686
(169,182,134)
#9AA67A
(154,166,122)
#8B966E
(139,150,110)
#7C8662
(124,134,98)
#6D7656
(109,118,86)
#5E664A
(94,102,74)
#4F563E
(79,86,62)
#404632
(64,70,50)
#313626
(49,54,38)
#22261A
(34,38,26)
#13160E
(19,22,14)
#000000
(0,0,0)

Tints of #A9B686

#A9B686
(169,182,134)
#B0BC91
(176,188,145)
#B7C29C
(183,194,156)
#BEC8A7
(190,200,167)
#C5CEB2
(197,206,178)
#CCD4BD
(204,212,189)
#D3DAC8
(211,218,200)
#DAE0D3
(218,224,211)
#E1E6DE
(225,230,222)
#E8ECE9
(232,236,233)
#EFF2F4
(239,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9B686 color. Also use rgb(169,182,134) instead hex code.

Text Font Color

.myTextColor { color: #A9B686; }

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

This text font color is #A9B686.


Background Color

.myBgColor { background-color: #A9B686; }

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

This div background color is #A9B686.


Border color

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

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

This div border color is #A9B686.


Opacity

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

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

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

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

This text has shadow with #A9B686 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9B686 on black background.


Color preview on white background

This text has color #A9B686 on white background.



Black color preview on #A9B686 background

This text has black color on #A9B686 background.


White color preview on #A9B686 background

This text has white color on #A9B686 background.