COLOR #A9B957

HEX: #A9B957 RGB: (169,185,87)

Color info

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

RGB color model

#A9B957 color RGB value is (169,185,87).

RGB: (169,185,87) (66%, 73%, 34%)

RGB channels and saturation

R 169 of 255 = 66%
G 185 of 255 = 73%
B 87 of 255 = 34%

169
185
87

R + G + B ~ 58%. #A9B957 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 169 + 185 + 87 = 441 (100%)
R 169 of 441 ~ 38.32%
G 185 of 441 ~ 41.95%
B 87 of 441 ~ 19.73'%

%38.32
%41.95
%19.73

CMYK color model

#A9B957 color CMYK value is (9,0,53,27).

  • cyan value is 8.65%
  • magenta value is 0.00%
  • yellow value is 52.97%
  • key color value is 27.45%
CMYK: (9,0,53,27) C9M0Y53K27 (9%,0%,53%,27%) (0.09/0.00/0.53/0.27) 

CMYK percentages

%8.65
%0
%52.97
%27.45

Codes

Color #A9B957 in popluar color models

A9 B9 57
RGB 169 185 87
HSL 70° 41.18% 53.33%
HSB/HSV 70° 52.97% 72.55%
CMYK 8.65% 0.00% 52.97%
27.45%

Color #A9B957 in popluar number systems.

HEX A9 B9 57
Decimal 169 185 87
Binary 10101001 10111001 1010111
Octal 251 271 127

Shades and tints

Shades of #A9B957

#A9B957
(169,185,87)
#9AA950
(154,169,80)
#8B9949
(139,153,73)
#7C8942
(124,137,66)
#6D793B
(109,121,59)
#5E6934
(94,105,52)
#4F592D
(79,89,45)
#404926
(64,73,38)
#31391F
(49,57,31)
#222918
(34,41,24)
#131911
(19,25,17)
#000000
(0,0,0)

Tints of #A9B957

#A9B957
(169,185,87)
#B0BF66
(176,191,102)
#B7C575
(183,197,117)
#BECB84
(190,203,132)
#C5D193
(197,209,147)
#CCD7A2
(204,215,162)
#D3DDB1
(211,221,177)
#DAE3C0
(218,227,192)
#E1E9CF
(225,233,207)
#E8EFDE
(232,239,222)
#EFF5ED
(239,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9B957; }

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

This text font color is #A9B957.

Background Color

.myBgColor { background-color: #A9B957; }

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

This div background color is #A9B957.

Border color

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

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

This div border color is #A9B957.

Opacity

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

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

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

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

This text has shadow with #A9B957 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9B957.

Preview

Color preview on black background

This text has color #A9B957 on black background.


Color preview on white background

This text has color #A9B957 on white background.


Black color preview on #A9B957 background

This text has black color on #A9B957 background.


White color preview on #A9B957 background

This text has white color on #A9B957 background.


Related colors

Complementary color

Complementary color for #hex is #5646A8.


I love getcolorcode.com

Triadic colors

1 #57A9B9 and #B957A9 with #A9B957 are triadic colors.

2 #57B9A9 and #B9A957 with #A9B957 are triadic colors.