COLOR #A9A425

HEX: #A9A425
RGB: (169,164,37)

Color info

#A9A425 contains mainly red and green colors. Web safe color of #A9A425 is #999933 (or #993).

RGB color model

#A9A425 color RGB value is (169,164,37).

  • red value is 169;
  • green value is 164;
  • blue value is 37.
RGB: (169,164,37) (66%,64%,15%)

RGB channels and saturation

R 169 of 255 = 66%
G 164 of 255 = 64%
B 37 of 255 = 15%

169
164
37

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

Portions of RGB colors in percentages

R + G + B =
169 + 164 + 37 = 370 (100%)
R 169 of 370 ~ 45.68%
G 164 of 370 ~ 44.32%
B 37 of 370 ~ 10%

%45.68
%44.32
%10

CMYK color model

#A9A425 color CMYK value is (0,3,78,34).

  • cyan value is 0.00%
  • magenta value is 2.96%
  • yellow value is 78.11%
  • key color value is 33.73%
CMYK: (0,3,78,34) C0M3Y78K34 (0%,3%,78%,34%) (0.00/0.03/0.78/0.34)

CMYK percentages

%0
%2.96
%78.11
%33.73

Codes

Color #A9A425 in popluar color models

A9A425
RGB16916437
HSL58°64.08%40.39%
HSB/HSV58°78.11%66.27%
CMYK0.00%2.96%78.11%
33.73%

Color #A9A425 in popluar number systems.

HEXA9A425
Decimal16916437
Binary1010100110100100100101
Octal25124445

Shades and tints

Shades of #A9A425

#A9A425
(169,164,37)
#9A9622
(154,150,34)
#8B881F
(139,136,31)
#7C7A1C
(124,122,28)
#6D6C19
(109,108,25)
#5E5E16
(94,94,22)
#4F5013
(79,80,19)
#404210
(64,66,16)
#31340D
(49,52,13)
#22260A
(34,38,10)
#131807
(19,24,7)
#000000
(0,0,0)

Tints of #A9A425

#A9A425
(169,164,37)
#B0AC38
(176,172,56)
#B7B44B
(183,180,75)
#BEBC5E
(190,188,94)
#C5C471
(197,196,113)
#CCCC84
(204,204,132)
#D3D497
(211,212,151)
#DADCAA
(218,220,170)
#E1E4BD
(225,228,189)
#E8ECD0
(232,236,208)
#EFF4E3
(239,244,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9A425 color. Also use rgb(169,164,37) instead hex code.

Text Font Color

.myTextColor { color: #A9A425; }

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

This text font color is #A9A425.


Background Color

.myBgColor { background-color: #A9A425; }

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

This div background color is #A9A425.


Border color

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

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

This div border color is #A9A425.


Opacity

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

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

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

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

This text has shadow with #A9A425 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #A9A425 on black background.


Color preview on white background

This text has color #A9A425 on white background.



Black color preview on #A9A425 background

This text has black color on #A9A425 background.


White color preview on #A9A425 background

This text has white color on #A9A425 background.