COLOR #A9A36C

HEX: #A9A36C RGB: (169,163,108)

Color info

#A9A36C contains mainly red and green colors. Web safe color of #A9A36C is #999966 (or #996).

RGB color model

#A9A36C color RGB value is (169,163,108).

RGB: (169,163,108) (66%, 64%, 42%)

RGB channels and saturation

R 169 of 255 = 66%
G 163 of 255 = 64%
B 108 of 255 = 42%

169
163
108

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

Portions of RGB colors in percentages

R + G + B = 169 + 163 + 108 = 440 (100%)
R 169 of 440 ~ 38.41%
G 163 of 440 ~ 37.05%
B 108 of 440 ~ 24.55'%

%38.41
%37.05
%24.55

CMYK color model

#A9A36C color CMYK value is (0,4,36,34).

  • cyan value is 0.00%
  • magenta value is 3.55%
  • yellow value is 36.09%
  • key color value is 33.73%

CMYK: (0,4,36,34)
C0M4Y36K34 (0%, 4%, 36%, 34%)
(0.00 / 0.04 / 0.36 / 0.34)

CMYK percentages

%0
%3.55
%36.09
%33.73

Codes

Color #A9A36C in popluar color models

A9 A3 6C
RGB 169 163 108
HSL 54° 26.18% 54.31%
HSB/HSV 54° 36.09% 66.27%
CMYK 0.00% 3.55% 36.09%
33.73%

Color #A9A36C in popluar number systems.

HEX A9 A3 6C
Decimal 169 163 108
Binary 10101001 10100011 1101100
Octal 251 243 154

Shades and tints

Shades of #A9A36C

#A9A36C
(169,163,108)
#9A9563
(154,149,99)
#8B875A
(139,135,90)
#7C7951
(124,121,81)
#6D6B48
(109,107,72)
#5E5D3F
(94,93,63)
#4F4F36
(79,79,54)
#40412D
(64,65,45)
#313324
(49,51,36)
#22251B
(34,37,27)
#131712
(19,23,18)
#000000
(0,0,0)

Tints of #A9A36C

#A9A36C
(169,163,108)
#B0AB79
(176,171,121)
#B7B386
(183,179,134)
#BEBB93
(190,187,147)
#C5C3A0
(197,195,160)
#CCCBAD
(204,203,173)
#D3D3BA
(211,211,186)
#DADBC7
(218,219,199)
#E1E3D4
(225,227,212)
#E8EBE1
(232,235,225)
#EFF3EE
(239,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9A36C; }

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

This text font color is #A9A36C.

Background Color

.myBgColor { background-color: #A9A36C; }

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

This div background color is #A9A36C.

Border color

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

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

This div border color is #A9A36C.

Opacity

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

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

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

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

This text has shadow with #A9A36C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9A36C.

Preview

Color preview on black background

This text has color #A9A36C on black background.


Color preview on white background

This text has color #A9A36C on white background.


Black color preview on #A9A36C background

This text has black color on #A9A36C background.


White color preview on #A9A36C background

This text has white color on #A9A36C background.


Related colors

Complementary color

Complementary color for #hex is #565C93.


I love getcolorcode.com

Triadic colors

1 #6CA9A3 and #A36CA9 with #A9A36C are triadic colors.

2 #6CA3A9 and #A3A96C with #A9A36C are triadic colors.