COLOR #A99040

HEX: #A99040
RGB: (169,144,64)

Color info

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

RGB color model

#A99040 color RGB value is (169,144,64).

  • red value is 169;
  • green value is 144;
  • blue value is 64.
RGB:
(169,144,64)
(66%,56%,25%)

RGB channels and saturation

R 169 of 255 = 66%
G 144 of 255 = 56%
B 64 of 255 = 25%

169
144
64

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

Portions of RGB colors in percentages

R + G + B =
169 + 144 + 64 = 377 (100%)
R 169 of 377 ~ 44.83%
G 144 of 377 ~ 38.2%
B 64 of 377 ~ 16.98%

%44.83
%38.2
%16.98

CMYK color model

#A99040 color CMYK value is (0,15,62,34).

  • cyan value is 0.00%
  • magenta value is 14.79%
  • yellow value is 62.13%
  • key color value is 33.73%
CMYK:
(0,15,62,34)
C0M15Y62K34 
(0%,15%,62%,34%)
(0.00/0.15/0.62/0.34)	

CMYK percentages

%0
%14.79
%62.13
%33.73

Codes

Color #A99040 in popluar color models

A99040
RGB16914464
HSL46°45.06%45.69%
HSB/HSV46°62.13%66.27%
CMYK0.00%14.79%62.13%
33.73%

Color #A99040 in popluar number systems.

HEXA99040
Decimal16914464
Binary10101001100100001000000
Octal251220100

Shades and tints

Shades of #A99040

#A99040
(169,144,64)
#9A833B
(154,131,59)
#8B7636
(139,118,54)
#7C6931
(124,105,49)
#6D5C2C
(109,92,44)
#5E4F27
(94,79,39)
#4F4222
(79,66,34)
#40351D
(64,53,29)
#312818
(49,40,24)
#221B13
(34,27,19)
#130E0E
(19,14,14)
#000000
(0,0,0)

Tints of #A99040

#A99040
(169,144,64)
#B09A51
(176,154,81)
#B7A462
(183,164,98)
#BEAE73
(190,174,115)
#C5B884
(197,184,132)
#CCC295
(204,194,149)
#D3CCA6
(211,204,166)
#DAD6B7
(218,214,183)
#E1E0C8
(225,224,200)
#E8EAD9
(232,234,217)
#EFF4EA
(239,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A99040 color. Also use rgb(169,144,64) instead hex code.

Text Font Color

.myTextColor { color: #A99040; }

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

This text font color is #A99040.


Background Color

.myBgColor { background-color: #A99040; }

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

This div background color is #A99040.


Border color

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

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

This div border color is #A99040.


Opacity

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

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

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

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

This text has shadow with #A99040 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A99040 on black background.


Color preview on white background

This text has color #A99040 on white background.



Black color preview on #A99040 background

This text has black color on #A99040 background.


White color preview on #A99040 background

This text has white color on #A99040 background.