COLOR #A9A04B

HEX: #A9A04B
RGB: (169,160,75)

Color info

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

RGB color model

#A9A04B color RGB value is (169,160,75).

  • red value is 169;
  • green value is 160;
  • blue value is 75.
RGB:
(169,160,75)
(66%,63%,29%)

RGB channels and saturation

R 169 of 255 = 66%
G 160 of 255 = 63%
B 75 of 255 = 29%

169
160
75

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

Portions of RGB colors in percentages

R + G + B =
169 + 160 + 75 = 404 (100%)
R 169 of 404 ~ 41.83%
G 160 of 404 ~ 39.6%
B 75 of 404 ~ 18.56%

%41.83
%39.6
%18.56

CMYK color model

#A9A04B color CMYK value is (0,5,56,34).

  • cyan value is 0.00%
  • magenta value is 5.33%
  • yellow value is 55.62%
  • key color value is 33.73%
CMYK:
(0,5,56,34)
C0M5Y56K34 
(0%,5%,56%,34%)
(0.00/0.05/0.56/0.34)	

CMYK percentages

%0
%5.33
%55.62
%33.73

Codes

Color #A9A04B in popluar color models

A9A04B
RGB16916075
HSL54°38.52%47.84%
HSB/HSV54°55.62%66.27%
CMYK0.00%5.33%55.62%
33.73%

Color #A9A04B in popluar number systems.

HEXA9A04B
Decimal16916075
Binary10101001101000001001011
Octal251240113

Shades and tints

Shades of #A9A04B

#A9A04B
(169,160,75)
#9A9245
(154,146,69)
#8B843F
(139,132,63)
#7C7639
(124,118,57)
#6D6833
(109,104,51)
#5E5A2D
(94,90,45)
#4F4C27
(79,76,39)
#403E21
(64,62,33)
#31301B
(49,48,27)
#222215
(34,34,21)
#13140F
(19,20,15)
#000000
(0,0,0)

Tints of #A9A04B

#A9A04B
(169,160,75)
#B0A85B
(176,168,91)
#B7B06B
(183,176,107)
#BEB87B
(190,184,123)
#C5C08B
(197,192,139)
#CCC89B
(204,200,155)
#D3D0AB
(211,208,171)
#DAD8BB
(218,216,187)
#E1E0CB
(225,224,203)
#E8E8DB
(232,232,219)
#EFF0EB
(239,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9A04B color. Also use rgb(169,160,75) instead hex code.

Text Font Color

.myTextColor { color: #A9A04B; }

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

This text font color is #A9A04B.


Background Color

.myBgColor { background-color: #A9A04B; }

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

This div background color is #A9A04B.


Border color

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

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

This div border color is #A9A04B.


Opacity

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

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

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

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

This text has shadow with #A9A04B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9A04B on black background.


Color preview on white background

This text has color #A9A04B on white background.



Black color preview on #A9A04B background

This text has black color on #A9A04B background.


White color preview on #A9A04B background

This text has white color on #A9A04B background.