COLOR #A9C686

HEX: #A9C686 RGB: (169,198,134)

Color info

#A9C686 contains mainly red and green colors. Web safe color of #A9C686 is #99CC99 (or #9C9).

RGB color model

#A9C686 color RGB value is (169,198,134).

RGB: (169,198,134) (66%, 78%, 53%)

RGB channels and saturation

R 169 of 255 = 66%
G 198 of 255 = 78%
B 134 of 255 = 53%

169
198
134

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

Portions of RGB colors in percentages

R + G + B = 169 + 198 + 134 = 501 (100%)
R 169 of 501 ~ 33.73%
G 198 of 501 ~ 39.52%
B 134 of 501 ~ 26.75'%

%33.73
%39.52
%26.75

CMYK color model

#A9C686 color CMYK value is (15,0,32,22).

  • cyan value is 14.65%
  • magenta value is 0.00%
  • yellow value is 32.32%
  • key color value is 22.35%
CMYK: (15,0,32,22) C15M0Y32K22 (15%,0%,32%,22%) (0.15/0.00/0.32/0.22) 

CMYK percentages

%14.65
%0
%32.32
%22.35

Codes

Color #A9C686 in popluar color models

A9 C6 86
RGB 169 198 134
HSL 87° 35.96% 65.10%
HSB/HSV 87° 32.32% 77.65%
CMYK 14.65% 0.00% 32.32%
22.35%

Color #A9C686 in popluar number systems.

HEX A9 C6 86
Decimal 169 198 134
Binary 10101001 11000110 10000110
Octal 251 306 206

Shades and tints

Shades of #A9C686

#A9C686
(169,198,134)
#9AB47A
(154,180,122)
#8BA26E
(139,162,110)
#7C9062
(124,144,98)
#6D7E56
(109,126,86)
#5E6C4A
(94,108,74)
#4F5A3E
(79,90,62)
#404832
(64,72,50)
#313626
(49,54,38)
#22241A
(34,36,26)
#13120E
(19,18,14)
#000000
(0,0,0)

Tints of #A9C686

#A9C686
(169,198,134)
#B0CB91
(176,203,145)
#B7D09C
(183,208,156)
#BED5A7
(190,213,167)
#C5DAB2
(197,218,178)
#CCDFBD
(204,223,189)
#D3E4C8
(211,228,200)
#DAE9D3
(218,233,211)
#E1EEDE
(225,238,222)
#E8F3E9
(232,243,233)
#EFF8F4
(239,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9C686; }

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

This text font color is #A9C686.

Background Color

.myBgColor { background-color: #A9C686; }

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

This div background color is #A9C686.

Border color

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

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

This div border color is #A9C686.

Opacity

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

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

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

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

This text has shadow with #A9C686 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9C686.

Preview

Color preview on black background

This text has color #A9C686 on black background.


Color preview on white background

This text has color #A9C686 on white background.


Black color preview on #A9C686 background

This text has black color on #A9C686 background.


White color preview on #A9C686 background

This text has white color on #A9C686 background.


Related colors

Complementary color

Complementary color for #hex is #563979.


I love getcolorcode.com

Triadic colors

1 #86A9C6 and #C686A9 with #A9C686 are triadic colors.

2 #86C6A9 and #C6A986 with #A9C686 are triadic colors.