COLOR #A9B979

HEX: #A9B979 RGB: (169,185,121)

Color info

#A9B979 contains mainly red and green colors. Web safe color of #A9B979 is #99CC66 (or #9C6).

RGB color model

#A9B979 color RGB value is (169,185,121).

RGB: (169,185,121) (66%, 73%, 47%)

RGB channels and saturation

R 169 of 255 = 66%
G 185 of 255 = 73%
B 121 of 255 = 47%

169
185
121

R + G + B ~ 62%. #A9B979 is quite light color.

Portions of RGB colors in percentages

R + G + B = 169 + 185 + 121 = 475 (100%)
R 169 of 475 ~ 35.58%
G 185 of 475 ~ 38.95%
B 121 of 475 ~ 25.47'%

%35.58
%38.95
%25.47

CMYK color model

#A9B979 color CMYK value is (9,0,35,27).

  • cyan value is 8.65%
  • magenta value is 0.00%
  • yellow value is 34.59%
  • key color value is 27.45%

CMYK: (9,0,35,27)
C9M0Y35K27 (9%, 0%, 35%, 27%)
(0.09 / 0.00 / 0.35 / 0.27)

CMYK percentages

%8.65
%0
%34.59
%27.45

Codes

Color #A9B979 in popluar color models

A9 B9 79
RGB 169 185 121
HSL 75° 31.37% 60.00%
HSB/HSV 75° 34.59% 72.55%
CMYK 8.65% 0.00% 34.59%
27.45%

Color #A9B979 in popluar number systems.

HEX A9 B9 79
Decimal 169 185 121
Binary 10101001 10111001 1111001
Octal 251 271 171

Shades and tints

Shades of #A9B979

#A9B979
(169,185,121)
#9AA96E
(154,169,110)
#8B9963
(139,153,99)
#7C8958
(124,137,88)
#6D794D
(109,121,77)
#5E6942
(94,105,66)
#4F5937
(79,89,55)
#40492C
(64,73,44)
#313921
(49,57,33)
#222916
(34,41,22)
#13190B
(19,25,11)
#000000
(0,0,0)

Tints of #A9B979

#A9B979
(169,185,121)
#B0BF85
(176,191,133)
#B7C591
(183,197,145)
#BECB9D
(190,203,157)
#C5D1A9
(197,209,169)
#CCD7B5
(204,215,181)
#D3DDC1
(211,221,193)
#DAE3CD
(218,227,205)
#E1E9D9
(225,233,217)
#E8EFE5
(232,239,229)
#EFF5F1
(239,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9B979 color. Also use rgb(169,185,121) instead hex code.

Text Font Color

.myTextColor { color: #A9B979; }

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

This text font color is #A9B979.

Background Color

.myBgColor { background-color: #A9B979; }

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

This div background color is #A9B979.

Border color

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

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

This div border color is #A9B979.

Opacity

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

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

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

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

This text has shadow with #A9B979 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9B979.

Preview

Color preview on black background

This text has color #A9B979 on black background.


Color preview on white background

This text has color #A9B979 on white background.


Black color preview on #A9B979 background

This text has black color on #A9B979 background.


White color preview on #A9B979 background

This text has white color on #A9B979 background.


Related colors

Complementary color

Complementary color for #hex is #564686.


I love getcolorcode.com

Triadic colors

1 #79A9B9 and #B979A9 with #A9B979 are triadic colors.

2 #79B9A9 and #B9A979 with #A9B979 are triadic colors.