COLOR #A9B579

HEX: #A9B579 RGB: (169,181,121)

Color info

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

RGB color model

#A9B579 color RGB value is (169,181,121).

RGB: (169,181,121) (66%, 71%, 47%)

RGB channels and saturation

R 169 of 255 = 66%
G 181 of 255 = 71%
B 121 of 255 = 47%

169
181
121

R + G + B ~ 61%. #A9B579 is quite light color.

Portions of RGB colors in percentages

R + G + B = 169 + 181 + 121 = 471 (100%)
R 169 of 471 ~ 35.88%
G 181 of 471 ~ 38.43%
B 121 of 471 ~ 25.69'%

%35.88
%38.43
%25.69

CMYK color model

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

  • cyan value is 6.63%
  • magenta value is 0.00%
  • yellow value is 33.15%
  • key color value is 29.02%

CMYK: (7,0,33,29)
C7M0Y33K29 (7%, 0%, 33%, 29%)
(0.07 / 0.00 / 0.33 / 0.29)

CMYK percentages

%6.63
%0
%33.15
%29.02

Codes

Color #A9B579 in popluar color models

A9 B5 79
RGB 169 181 121
HSL 72° 28.85% 59.22%
HSB/HSV 72° 33.15% 70.98%
CMYK 6.63% 0.00% 33.15%
29.02%

Color #A9B579 in popluar number systems.

HEX A9 B5 79
Decimal 169 181 121
Binary 10101001 10110101 1111001
Octal 251 265 171

Shades and tints

Shades of #A9B579

#A9B579
(169,181,121)
#9AA56E
(154,165,110)
#8B9563
(139,149,99)
#7C8558
(124,133,88)
#6D754D
(109,117,77)
#5E6542
(94,101,66)
#4F5537
(79,85,55)
#40452C
(64,69,44)
#313521
(49,53,33)
#222516
(34,37,22)
#13150B
(19,21,11)
#000000
(0,0,0)

Tints of #A9B579

#A9B579
(169,181,121)
#B0BB85
(176,187,133)
#B7C191
(183,193,145)
#BEC79D
(190,199,157)
#C5CDA9
(197,205,169)
#CCD3B5
(204,211,181)
#D3D9C1
(211,217,193)
#DADFCD
(218,223,205)
#E1E5D9
(225,229,217)
#E8EBE5
(232,235,229)
#EFF1F1
(239,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9B579; }

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

This text font color is #A9B579.

Background Color

.myBgColor { background-color: #A9B579; }

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

This div background color is #A9B579.

Border color

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

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

This div border color is #A9B579.

Opacity

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

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

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

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

This text has shadow with #A9B579 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9B579.

Preview

Color preview on black background

This text has color #A9B579 on black background.


Color preview on white background

This text has color #A9B579 on white background.


Black color preview on #A9B579 background

This text has black color on #A9B579 background.


White color preview on #A9B579 background

This text has white color on #A9B579 background.


Related colors

Complementary color

Complementary color for #hex is #564A86.


I love getcolorcode.com

Triadic colors

1 #79A9B5 and #B579A9 with #A9B579 are triadic colors.

2 #79B5A9 and #B5A979 with #A9B579 are triadic colors.