COLOR #A9A631

HEX: #A9A631
RGB: (169,166,49)

Color info

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

RGB color model

#A9A631 color RGB value is (169,166,49).

  • red value is 169;
  • green value is 166;
  • blue value is 49.
RGB:
(169,166,49)
(66%,65%,19%)

RGB channels and saturation

R 169 of 255 = 66%
G 166 of 255 = 65%
B 49 of 255 = 19%

169
166
49

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

Portions of RGB colors in percentages

R + G + B =
169 + 166 + 49 = 384 (100%)
R 169 of 384 ~ 44.01%
G 166 of 384 ~ 43.23%
B 49 of 384 ~ 12.76%

%44.01
%43.23
%12.76

CMYK color model

#A9A631 color CMYK value is (0,2,71,34).

  • cyan value is 0.00%
  • magenta value is 1.78%
  • yellow value is 71.01%
  • key color value is 33.73%
CMYK:
(0,2,71,34)
C0M2Y71K34 
(0%,2%,71%,34%)
(0.00/0.02/0.71/0.34)	

CMYK percentages

%0
%1.78
%71.01
%33.73

Codes

Color #A9A631 in popluar color models

A9A631
RGB16916649
HSL59°55.05%42.75%
HSB/HSV59°71.01%66.27%
CMYK0.00%1.78%71.01%
33.73%

Color #A9A631 in popluar number systems.

HEXA9A631
Decimal16916649
Binary1010100110100110110001
Octal25124661

Shades and tints

Shades of #A9A631

#A9A631
(169,166,49)
#9A972D
(154,151,45)
#8B8829
(139,136,41)
#7C7925
(124,121,37)
#6D6A21
(109,106,33)
#5E5B1D
(94,91,29)
#4F4C19
(79,76,25)
#403D15
(64,61,21)
#312E11
(49,46,17)
#221F0D
(34,31,13)
#131009
(19,16,9)
#000000
(0,0,0)

Tints of #A9A631

#A9A631
(169,166,49)
#B0AE43
(176,174,67)
#B7B655
(183,182,85)
#BEBE67
(190,190,103)
#C5C679
(197,198,121)
#CCCE8B
(204,206,139)
#D3D69D
(211,214,157)
#DADEAF
(218,222,175)
#E1E6C1
(225,230,193)
#E8EED3
(232,238,211)
#EFF6E5
(239,246,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9A631 color. Also use rgb(169,166,49) instead hex code.

Text Font Color

.myTextColor { color: #A9A631; }

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

This text font color is #A9A631.


Background Color

.myBgColor { background-color: #A9A631; }

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

This div background color is #A9A631.


Border color

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

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

This div border color is #A9A631.


Opacity

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

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

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

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

This text has shadow with #A9A631 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9A631 on black background.


Color preview on white background

This text has color #A9A631 on white background.



Black color preview on #A9A631 background

This text has black color on #A9A631 background.


White color preview on #A9A631 background

This text has white color on #A9A631 background.