COLOR #A9B57A

HEX: #A9B57A RGB: (169,181,122)

Color info

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

RGB color model

#A9B57A color RGB value is (169,181,122).

RGB: (169,181,122) (66%, 71%, 48%)

RGB channels and saturation

R 169 of 255 = 66%
G 181 of 255 = 71%
B 122 of 255 = 48%

169
181
122

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

Portions of RGB colors in percentages

R + G + B = 169 + 181 + 122 = 472 (100%)
R 169 of 472 ~ 35.81%
G 181 of 472 ~ 38.35%
B 122 of 472 ~ 25.85'%

%35.81
%38.35
%25.85

CMYK color model

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

  • cyan value is 6.63%
  • magenta value is 0.00%
  • yellow value is 32.60%
  • 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
%32.6
%29.02

Codes

Color #A9B57A in popluar color models

A9 B5 7A
RGB 169 181 122
HSL 72° 28.50% 59.41%
HSB/HSV 72° 32.60% 70.98%
CMYK 6.63% 0.00% 32.60%
29.02%

Color #A9B57A in popluar number systems.

HEX A9 B5 7A
Decimal 169 181 122
Binary 10101001 10110101 1111010
Octal 251 265 172

Shades and tints

Shades of #A9B57A

#A9B57A
(169,181,122)
#9AA56F
(154,165,111)
#8B9564
(139,149,100)
#7C8559
(124,133,89)
#6D754E
(109,117,78)
#5E6543
(94,101,67)
#4F5538
(79,85,56)
#40452D
(64,69,45)
#313522
(49,53,34)
#222517
(34,37,23)
#13150C
(19,21,12)
#000000
(0,0,0)

Tints of #A9B57A

#A9B57A
(169,181,122)
#B0BB86
(176,187,134)
#B7C192
(183,193,146)
#BEC79E
(190,199,158)
#C5CDAA
(197,205,170)
#CCD3B6
(204,211,182)
#D3D9C2
(211,217,194)
#DADFCE
(218,223,206)
#E1E5DA
(225,229,218)
#E8EBE6
(232,235,230)
#EFF1F2
(239,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9B57A; }

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

This text font color is #A9B57A.

Background Color

.myBgColor { background-color: #A9B57A; }

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

This div background color is #A9B57A.

Border color

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

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

This div border color is #A9B57A.

Opacity

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

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

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

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

This text has shadow with #A9B57A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9B57A.

Preview

Color preview on black background

This text has color #A9B57A on black background.


Color preview on white background

This text has color #A9B57A on white background.


Black color preview on #A9B57A background

This text has black color on #A9B57A background.


White color preview on #A9B57A background

This text has white color on #A9B57A background.


Related colors

Complementary color

Complementary color for #hex is #564A85.


I love getcolorcode.com

Triadic colors

1 #7AA9B5 and #B57AA9 with #A9B57A are triadic colors.

2 #7AB5A9 and #B5A97A with #A9B57A are triadic colors.