COLOR #A9A14E

HEX: #A9A14E
RGB: (169,161,78)

Color info

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

RGB color model

#A9A14E color RGB value is (169,161,78).

  • red value is 169;
  • green value is 161;
  • blue value is 78.
RGB:
(169,161,78)
(66%,63%,31%)

RGB channels and saturation

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

169
161
78

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

Portions of RGB colors in percentages

R + G + B =
169 + 161 + 78 = 408 (100%)
R 169 of 408 ~ 41.42%
G 161 of 408 ~ 39.46%
B 78 of 408 ~ 19.12%

%41.42
%39.46
%19.12

CMYK color model

#A9A14E color CMYK value is (0,5,54,34).

  • cyan value is 0.00%
  • magenta value is 4.73%
  • yellow value is 53.85%
  • key color value is 33.73%
CMYK:
(0,5,54,34)
C0M5Y54K34 
(0%,5%,54%,34%)
(0.00/0.05/0.54/0.34)	

CMYK percentages

%0
%4.73
%53.85
%33.73

Codes

Color #A9A14E in popluar color models

A9A14E
RGB16916178
HSL55°36.84%48.43%
HSB/HSV55°53.85%66.27%
CMYK0.00%4.73%53.85%
33.73%

Color #A9A14E in popluar number systems.

HEXA9A14E
Decimal16916178
Binary10101001101000011001110
Octal251241116

Shades and tints

Shades of #A9A14E

#A9A14E
(169,161,78)
#9A9347
(154,147,71)
#8B8540
(139,133,64)
#7C7739
(124,119,57)
#6D6932
(109,105,50)
#5E5B2B
(94,91,43)
#4F4D24
(79,77,36)
#403F1D
(64,63,29)
#313116
(49,49,22)
#22230F
(34,35,15)
#131508
(19,21,8)
#000000
(0,0,0)

Tints of #A9A14E

#A9A14E
(169,161,78)
#B0A95E
(176,169,94)
#B7B16E
(183,177,110)
#BEB97E
(190,185,126)
#C5C18E
(197,193,142)
#CCC99E
(204,201,158)
#D3D1AE
(211,209,174)
#DAD9BE
(218,217,190)
#E1E1CE
(225,225,206)
#E8E9DE
(232,233,222)
#EFF1EE
(239,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9A14E; }

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

This text font color is #A9A14E.


Background Color

.myBgColor { background-color: #A9A14E; }

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

This div background color is #A9A14E.


Border color

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

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

This div border color is #A9A14E.


Opacity

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

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

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

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

This text has shadow with #A9A14E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9A14E on black background.


Color preview on white background

This text has color #A9A14E on white background.



Black color preview on #A9A14E background

This text has black color on #A9A14E background.


White color preview on #A9A14E background

This text has white color on #A9A14E background.