COLOR #A9A14F

HEX: #A9A14F RGB: (169,161,79)

Color info

#A9A14F contains mainly red and green colors. Web safe color of #A9A14F is #999966 (or #996).

RGB color model

#A9A14F color RGB value is (169,161,79).

RGB: (169,161,79) (66%, 63%, 31%)

RGB channels and saturation

R 169 of 255 = 66%
G 161 of 255 = 63%
B 79 of 255 = 31%

169
161
79

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

Portions of RGB colors in percentages

R + G + B = 169 + 161 + 79 = 409 (100%)
R 169 of 409 ~ 41.32%
G 161 of 409 ~ 39.36%
B 79 of 409 ~ 19.32'%

%41.32
%39.36
%19.32

CMYK color model

#A9A14F color CMYK value is (0,5,53,34).

  • cyan value is 0.00%
  • magenta value is 4.73%
  • yellow value is 53.25%
  • key color value is 33.73%

CMYK: (0,5,53,34)
C0M5Y53K34 (0%, 5%, 53%, 34%)
(0.00 / 0.05 / 0.53 / 0.34)

CMYK percentages

%0
%4.73
%53.25
%33.73

Codes

Color #A9A14F in popluar color models

A9 A1 4F
RGB 169 161 79
HSL 55° 36.29% 48.63%
HSB/HSV 55° 53.25% 66.27%
CMYK 0.00% 4.73% 53.25%
33.73%

Color #A9A14F in popluar number systems.

HEX A9 A1 4F
Decimal 169 161 79
Binary 10101001 10100001 1001111
Octal 251 241 117

Shades and tints

Shades of #A9A14F

#A9A14F
(169,161,79)
#9A9348
(154,147,72)
#8B8541
(139,133,65)
#7C773A
(124,119,58)
#6D6933
(109,105,51)
#5E5B2C
(94,91,44)
#4F4D25
(79,77,37)
#403F1E
(64,63,30)
#313117
(49,49,23)
#222310
(34,35,16)
#131509
(19,21,9)
#000000
(0,0,0)

Tints of #A9A14F

#A9A14F
(169,161,79)
#B0A95F
(176,169,95)
#B7B16F
(183,177,111)
#BEB97F
(190,185,127)
#C5C18F
(197,193,143)
#CCC99F
(204,201,159)
#D3D1AF
(211,209,175)
#DAD9BF
(218,217,191)
#E1E1CF
(225,225,207)
#E8E9DF
(232,233,223)
#EFF1EF
(239,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9A14F color. Also use rgb(169,161,79) instead hex code.

Text Font Color

.myTextColor { color: #A9A14F; }

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

This text font color is #A9A14F.

Background Color

.myBgColor { background-color: #A9A14F; }

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

This div background color is #A9A14F.

Border color

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

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

This div border color is #A9A14F.

Opacity

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

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

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

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

This text has shadow with #A9A14F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9A14F.

Preview

Color preview on black background

This text has color #A9A14F on black background.


Color preview on white background

This text has color #A9A14F on white background.


Black color preview on #A9A14F background

This text has black color on #A9A14F background.


White color preview on #A9A14F background

This text has white color on #A9A14F background.


Related colors

Complementary color

Complementary color for #hex is #565EB0.


I love getcolorcode.com

Triadic colors

1 #4FA9A1 and #A14FA9 with #A9A14F are triadic colors.

2 #4FA1A9 and #A1A94F with #A9A14F are triadic colors.