COLOR #A9A319

HEX: #A9A319
RGB: (169,163,25)

Color info

#A9A319 contains mainly red and green colors. Web safe color of #A9A319 is #999900 (or #990).

RGB color model

#A9A319 color RGB value is (169,163,25).

  • red value is 169;
  • green value is 163;
  • blue value is 25.
RGB:
(169,163,25)
(66%,64%,10%)

RGB channels and saturation

R 169 of 255 = 66%
G 163 of 255 = 64%
B 25 of 255 = 10%

169
163
25

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

Portions of RGB colors in percentages

R + G + B =
169 + 163 + 25 = 357 (100%)
R 169 of 357 ~ 47.34%
G 163 of 357 ~ 45.66%
B 25 of 357 ~ 7%

%47.34
%45.66

CMYK color model

#A9A319 color CMYK value is (0,4,85,34).

  • cyan value is 0.00%
  • magenta value is 3.55%
  • yellow value is 85.21%
  • key color value is 33.73%
CMYK:
(0,4,85,34)
C0M4Y85K34 
(0%,4%,85%,34%)
(0.00/0.04/0.85/0.34)	

CMYK percentages

%0
%3.55
%85.21
%33.73

Codes

Color #A9A319 in popluar color models

A9A319
RGB16916325
HSL58°74.23%38.04%
HSB/HSV58°85.21%66.27%
CMYK0.00%3.55%85.21%
33.73%

Color #A9A319 in popluar number systems.

HEXA9A319
Decimal16916325
Binary101010011010001111001
Octal25124331

Shades and tints

Shades of #A9A319

#A9A319
(169,163,25)
#9A9517
(154,149,23)
#8B8715
(139,135,21)
#7C7913
(124,121,19)
#6D6B11
(109,107,17)
#5E5D0F
(94,93,15)
#4F4F0D
(79,79,13)
#40410B
(64,65,11)
#313309
(49,51,9)
#222507
(34,37,7)
#131705
(19,23,5)
#000000
(0,0,0)

Tints of #A9A319

#A9A319
(169,163,25)
#B0AB2D
(176,171,45)
#B7B341
(183,179,65)
#BEBB55
(190,187,85)
#C5C369
(197,195,105)
#CCCB7D
(204,203,125)
#D3D391
(211,211,145)
#DADBA5
(218,219,165)
#E1E3B9
(225,227,185)
#E8EBCD
(232,235,205)
#EFF3E1
(239,243,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9A319 color. Also use rgb(169,163,25) instead hex code.

Text Font Color

.myTextColor { color: #A9A319; }

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

This text font color is #A9A319.


Background Color

.myBgColor { background-color: #A9A319; }

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

This div background color is #A9A319.


Border color

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

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

This div border color is #A9A319.


Opacity

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

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

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

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

This text has shadow with #A9A319 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9A319 on black background.


Color preview on white background

This text has color #A9A319 on white background.



Black color preview on #A9A319 background

This text has black color on #A9A319 background.


White color preview on #A9A319 background

This text has white color on #A9A319 background.