COLOR #A9A34B

HEX: #A9A34B RGB: (169,163,75)

Color info

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

RGB color model

#A9A34B color RGB value is (169,163,75).

RGB: (169,163,75) (66%, 64%, 29%)

RGB channels and saturation

R 169 of 255 = 66%
G 163 of 255 = 64%
B 75 of 255 = 29%

169
163
75

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

Portions of RGB colors in percentages

R + G + B = 169 + 163 + 75 = 407 (100%)
R 169 of 407 ~ 41.52%
G 163 of 407 ~ 40.05%
B 75 of 407 ~ 18.43'%

%41.52
%40.05
%18.43

CMYK color model

#A9A34B color CMYK value is (0,4,56,34).

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

CMYK: (0,4,56,34)
C0M4Y56K34 (0%, 4%, 56%, 34%)
(0.00 / 0.04 / 0.56 / 0.34)

CMYK percentages

%0
%3.55
%55.62
%33.73

Codes

Color #A9A34B in popluar color models

A9 A3 4B
RGB 169 163 75
HSL 56° 38.52% 47.84%
HSB/HSV 56° 55.62% 66.27%
CMYK 0.00% 3.55% 55.62%
33.73%

Color #A9A34B in popluar number systems.

HEX A9 A3 4B
Decimal 169 163 75
Binary 10101001 10100011 1001011
Octal 251 243 113

Shades and tints

Shades of #A9A34B

#A9A34B
(169,163,75)
#9A9545
(154,149,69)
#8B873F
(139,135,63)
#7C7939
(124,121,57)
#6D6B33
(109,107,51)
#5E5D2D
(94,93,45)
#4F4F27
(79,79,39)
#404121
(64,65,33)
#31331B
(49,51,27)
#222515
(34,37,21)
#13170F
(19,23,15)
#000000
(0,0,0)

Tints of #A9A34B

#A9A34B
(169,163,75)
#B0AB5B
(176,171,91)
#B7B36B
(183,179,107)
#BEBB7B
(190,187,123)
#C5C38B
(197,195,139)
#CCCB9B
(204,203,155)
#D3D3AB
(211,211,171)
#DADBBB
(218,219,187)
#E1E3CB
(225,227,203)
#E8EBDB
(232,235,219)
#EFF3EB
(239,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9A34B; }

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

This text font color is #A9A34B.

Background Color

.myBgColor { background-color: #A9A34B; }

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

This div background color is #A9A34B.

Border color

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

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

This div border color is #A9A34B.

Opacity

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

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

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

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

This text has shadow with #A9A34B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9A34B.

Preview

Color preview on black background

This text has color #A9A34B on black background.


Color preview on white background

This text has color #A9A34B on white background.


Black color preview on #A9A34B background

This text has black color on #A9A34B background.


White color preview on #A9A34B background

This text has white color on #A9A34B background.


Related colors

Complementary color

Complementary color for #hex is #565CB4.


I love getcolorcode.com

Triadic colors

1 #4BA9A3 and #A34BA9 with #A9A34B are triadic colors.

2 #4BA3A9 and #A3A94B with #A9A34B are triadic colors.