COLOR #A9A143

HEX: #A9A143 RGB: (169,161,67)

Color info

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

RGB color model

#A9A143 color RGB value is (169,161,67).

RGB: (169,161,67) (66%, 63%, 26%)

RGB channels and saturation

R 169 of 255 = 66%
G 161 of 255 = 63%
B 67 of 255 = 26%

169
161
67

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

Portions of RGB colors in percentages

R + G + B = 169 + 161 + 67 = 397 (100%)
R 169 of 397 ~ 42.57%
G 161 of 397 ~ 40.55%
B 67 of 397 ~ 16.88'%

%42.57
%40.55
%16.88

CMYK color model

#A9A143 color CMYK value is (0,5,60,34).

  • cyan value is 0.00%
  • magenta value is 4.73%
  • yellow value is 60.36%
  • key color value is 33.73%

CMYK: (0,5,60,34)
C0M5Y60K34 (0%, 5%, 60%, 34%)
(0.00 / 0.05 / 0.60 / 0.34)

CMYK percentages

%0
%4.73
%60.36
%33.73

Codes

Color #A9A143 in popluar color models

A9 A1 43
RGB 169 161 67
HSL 55° 43.22% 46.27%
HSB/HSV 55° 60.36% 66.27%
CMYK 0.00% 4.73% 60.36%
33.73%

Color #A9A143 in popluar number systems.

HEX A9 A1 43
Decimal 169 161 67
Binary 10101001 10100001 1000011
Octal 251 241 103

Shades and tints

Shades of #A9A143

#A9A143
(169,161,67)
#9A933D
(154,147,61)
#8B8537
(139,133,55)
#7C7731
(124,119,49)
#6D692B
(109,105,43)
#5E5B25
(94,91,37)
#4F4D1F
(79,77,31)
#403F19
(64,63,25)
#313113
(49,49,19)
#22230D
(34,35,13)
#131507
(19,21,7)
#000000
(0,0,0)

Tints of #A9A143

#A9A143
(169,161,67)
#B0A954
(176,169,84)
#B7B165
(183,177,101)
#BEB976
(190,185,118)
#C5C187
(197,193,135)
#CCC998
(204,201,152)
#D3D1A9
(211,209,169)
#DAD9BA
(218,217,186)
#E1E1CB
(225,225,203)
#E8E9DC
(232,233,220)
#EFF1ED
(239,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9A143; }

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

This text font color is #A9A143.

Background Color

.myBgColor { background-color: #A9A143; }

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

This div background color is #A9A143.

Border color

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

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

This div border color is #A9A143.

Opacity

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

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

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

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

This text has shadow with #A9A143 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9A143.

Preview

Color preview on black background

This text has color #A9A143 on black background.


Color preview on white background

This text has color #A9A143 on white background.


Black color preview on #A9A143 background

This text has black color on #A9A143 background.


White color preview on #A9A143 background

This text has white color on #A9A143 background.


Related colors

Complementary color

Complementary color for #hex is #565EBC.


I love getcolorcode.com

Triadic colors

1 #43A9A1 and #A143A9 with #A9A143 are triadic colors.

2 #43A1A9 and #A1A943 with #A9A143 are triadic colors.