COLOR #A99D3A

HEX: #A99D3A RGB: (169,157,58)

Color info

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

RGB color model

#A99D3A color RGB value is (169,157,58).

RGB: (169,157,58) (66%, 62%, 23%)

RGB channels and saturation

R 169 of 255 = 66%
G 157 of 255 = 62%
B 58 of 255 = 23%

169
157
58

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

Portions of RGB colors in percentages

R + G + B = 169 + 157 + 58 = 384 (100%)
R 169 of 384 ~ 44.01%
G 157 of 384 ~ 40.89%
B 58 of 384 ~ 15.1'%

%44.01
%40.89
%15.1

CMYK color model

#A99D3A color CMYK value is (0,7,66,34).

  • cyan value is 0.00%
  • magenta value is 7.10%
  • yellow value is 65.68%
  • key color value is 33.73%
CMYK: (0,7,66,34) C0M7Y66K34 (0%,7%,66%,34%) (0.00/0.07/0.66/0.34) 

CMYK percentages

%0
%7.1
%65.68
%33.73

Codes

Color #A99D3A in popluar color models

A9 9D 3A
RGB 169 157 58
HSL 54° 48.90% 44.51%
HSB/HSV 54° 65.68% 66.27%
CMYK 0.00% 7.10% 65.68%
33.73%

Color #A99D3A in popluar number systems.

HEX A9 9D 3A
Decimal 169 157 58
Binary 10101001 10011101 111010
Octal 251 235 72

Shades and tints

Shades of #A99D3A

#A99D3A
(169,157,58)
#9A8F35
(154,143,53)
#8B8130
(139,129,48)
#7C732B
(124,115,43)
#6D6526
(109,101,38)
#5E5721
(94,87,33)
#4F491C
(79,73,28)
#403B17
(64,59,23)
#312D12
(49,45,18)
#221F0D
(34,31,13)
#131108
(19,17,8)
#000000
(0,0,0)

Tints of #A99D3A

#A99D3A
(169,157,58)
#B0A54B
(176,165,75)
#B7AD5C
(183,173,92)
#BEB56D
(190,181,109)
#C5BD7E
(197,189,126)
#CCC58F
(204,197,143)
#D3CDA0
(211,205,160)
#DAD5B1
(218,213,177)
#E1DDC2
(225,221,194)
#E8E5D3
(232,229,211)
#EFEDE4
(239,237,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A99D3A color. Also use rgb(169,157,58) instead hex code.

Text Font Color

.myTextColor { color: #A99D3A; }

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

This text font color is #A99D3A.

Background Color

.myBgColor { background-color: #A99D3A; }

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

This div background color is #A99D3A.

Border color

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

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

This div border color is #A99D3A.

Opacity

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

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

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

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

This text has shadow with #A99D3A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A99D3A.

Preview

Color preview on black background

This text has color #A99D3A on black background.


Color preview on white background

This text has color #A99D3A on white background.


Black color preview on #A99D3A background

This text has black color on #A99D3A background.


White color preview on #A99D3A background

This text has white color on #A99D3A background.


Related colors

Complementary color

Complementary color for #hex is #5662C5.


I love getcolorcode.com

Triadic colors

1 #3AA99D and #9D3AA9 with #A99D3A are triadic colors.

2 #3A9DA9 and #9DA93A with #A99D3A are triadic colors.