COLOR #A9B682

HEX: #A9B682
RGB: (169,182,130)

Color info

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

RGB color model

#A9B682 color RGB value is (169,182,130).

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

RGB channels and saturation

R 169 of 255 = 66%
G 182 of 255 = 71%
B 130 of 255 = 51%

169
182
130

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

Portions of RGB colors in percentages

R + G + B =
169 + 182 + 130 = 481 (100%)
R 169 of 481 ~ 35.14%
G 182 of 481 ~ 37.84%
B 130 of 481 ~ 27.03%

%35.14
%37.84
%27.03

CMYK color model

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

  • cyan value is 7.14%
  • magenta value is 0.00%
  • yellow value is 28.57%
  • key color value is 28.63%
CMYK:
(7,0,29,29)
C7M0Y29K29 
(7%,0%,29%,29%)
(0.07/0.00/0.29/0.29)	

CMYK percentages

%7.14
%0
%28.57
%28.63

Codes

Color #A9B682 in popluar color models

A9B682
RGB169182130
HSL75°26.26%61.18%
HSB/HSV75°28.57%71.37%
CMYK7.14%0.00%28.57%
28.63%

Color #A9B682 in popluar number systems.

HEXA9B682
Decimal169182130
Binary101010011011011010000010
Octal251266202

Shades and tints

Shades of #A9B682

#A9B682
(169,182,130)
#9AA677
(154,166,119)
#8B966C
(139,150,108)
#7C8661
(124,134,97)
#6D7656
(109,118,86)
#5E664B
(94,102,75)
#4F5640
(79,86,64)
#404635
(64,70,53)
#31362A
(49,54,42)
#22261F
(34,38,31)
#131614
(19,22,20)
#000000
(0,0,0)

Tints of #A9B682

#A9B682
(169,182,130)
#B0BC8D
(176,188,141)
#B7C298
(183,194,152)
#BEC8A3
(190,200,163)
#C5CEAE
(197,206,174)
#CCD4B9
(204,212,185)
#D3DAC4
(211,218,196)
#DAE0CF
(218,224,207)
#E1E6DA
(225,230,218)
#E8ECE5
(232,236,229)
#EFF2F0
(239,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9B682; }

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

This text font color is #A9B682.


Background Color

.myBgColor { background-color: #A9B682; }

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

This div background color is #A9B682.


Border color

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

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

This div border color is #A9B682.


Opacity

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

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

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

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

This text has shadow with #A9B682 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9B682 on black background.


Color preview on white background

This text has color #A9B682 on white background.



Black color preview on #A9B682 background

This text has black color on #A9B682 background.


White color preview on #A9B682 background

This text has white color on #A9B682 background.