COLOR #A19A49

HEX: #A19A49
RGB: (161,154,73)

Color info

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

RGB color model

#A19A49 color RGB value is (161,154,73).

  • red value is 161;
  • green value is 154;
  • blue value is 73.
RGB:
(161,154,73)
(63%,60%,29%)

RGB channels and saturation

R 161 of 255 = 63%
G 154 of 255 = 60%
B 73 of 255 = 29%

161
154
73

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

Portions of RGB colors in percentages

R + G + B =
161 + 154 + 73 = 388 (100%)
R 161 of 388 ~ 41.49%
G 154 of 388 ~ 39.69%
B 73 of 388 ~ 18.81%

%41.49
%39.69
%18.81

CMYK color model

#A19A49 color CMYK value is (0,4,55,37).

  • cyan value is 0.00%
  • magenta value is 4.35%
  • yellow value is 54.66%
  • key color value is 36.86%
CMYK:
(0,4,55,37)
C0M4Y55K37 
(0%,4%,55%,37%)
(0.00/0.04/0.55/0.37)	

CMYK percentages

%0
%4.35
%54.66
%36.86

Codes

Color #A19A49 in popluar color models

A19A49
RGB16115473
HSL55°37.61%45.88%
HSB/HSV55°54.66%63.14%
CMYK0.00%4.35%54.66%
36.86%

Color #A19A49 in popluar number systems.

HEXA19A49
Decimal16115473
Binary10100001100110101001001
Octal241232111

Shades and tints

Shades of #A19A49

#A19A49
(161,154,73)
#938C43
(147,140,67)
#857E3D
(133,126,61)
#777037
(119,112,55)
#696231
(105,98,49)
#5B542B
(91,84,43)
#4D4625
(77,70,37)
#3F381F
(63,56,31)
#312A19
(49,42,25)
#231C13
(35,28,19)
#150E0D
(21,14,13)
#000000
(0,0,0)

Tints of #A19A49

#A19A49
(161,154,73)
#A9A359
(169,163,89)
#B1AC69
(177,172,105)
#B9B579
(185,181,121)
#C1BE89
(193,190,137)
#C9C799
(201,199,153)
#D1D0A9
(209,208,169)
#D9D9B9
(217,217,185)
#E1E2C9
(225,226,201)
#E9EBD9
(233,235,217)
#F1F4E9
(241,244,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A19A49 color. Also use rgb(161,154,73) instead hex code.

Text Font Color

.myTextColor { color: #A19A49; }

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

This text font color is #A19A49.


Background Color

.myBgColor { background-color: #A19A49; }

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

This div background color is #A19A49.


Border color

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

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

This div border color is #A19A49.


Opacity

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

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

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

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

This text has shadow with #A19A49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A19A49 on black background.


Color preview on white background

This text has color #A19A49 on white background.



Black color preview on #A19A49 background

This text has black color on #A19A49 background.


White color preview on #A19A49 background

This text has white color on #A19A49 background.