COLOR #A09819

HEX: #A09819
RGB: (160,152,25)

Color info

#A09819 contains mainly red and green colors. Web safe color of #A09819 is #999900 (or #990).

RGB color model

#A09819 color RGB value is (160,152,25).

  • red value is 160;
  • green value is 152;
  • blue value is 25.
RGB:
(160,152,25)
(63%,60%,10%)

RGB channels and saturation

R 160 of 255 = 63%
G 152 of 255 = 60%
B 25 of 255 = 10%

160
152
25

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

Portions of RGB colors in percentages

R + G + B =
160 + 152 + 25 = 337 (100%)
R 160 of 337 ~ 47.48%
G 152 of 337 ~ 45.1%
B 25 of 337 ~ 7.42%

%47.48
%45.1

CMYK color model

#A09819 color CMYK value is (0,5,84,37).

  • cyan value is 0.00%
  • magenta value is 5.00%
  • yellow value is 84.38%
  • key color value is 37.25%
CMYK:
(0,5,84,37)
C0M5Y84K37 
(0%,5%,84%,37%)
(0.00/0.05/0.84/0.37)	

CMYK percentages

%0
%5
%84.38
%37.25

Codes

Color #A09819 in popluar color models

A09819
RGB16015225
HSL56°72.97%36.27%
HSB/HSV56°84.38%62.75%
CMYK0.00%5.00%84.38%
37.25%

Color #A09819 in popluar number systems.

HEXA09819
Decimal16015225
Binary101000001001100011001
Octal24023031

Shades and tints

Shades of #A09819

#A09819
(160,152,25)
#928B17
(146,139,23)
#847E15
(132,126,21)
#767113
(118,113,19)
#686411
(104,100,17)
#5A570F
(90,87,15)
#4C4A0D
(76,74,13)
#3E3D0B
(62,61,11)
#303009
(48,48,9)
#222307
(34,35,7)
#141605
(20,22,5)
#000000
(0,0,0)

Tints of #A09819

#A09819
(160,152,25)
#A8A12D
(168,161,45)
#B0AA41
(176,170,65)
#B8B355
(184,179,85)
#C0BC69
(192,188,105)
#C8C57D
(200,197,125)
#D0CE91
(208,206,145)
#D8D7A5
(216,215,165)
#E0E0B9
(224,224,185)
#E8E9CD
(232,233,205)
#F0F2E1
(240,242,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A09819 color. Also use rgb(160,152,25) instead hex code.

Text Font Color

.myTextColor { color: #A09819; }

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

This text font color is #A09819.


Background Color

.myBgColor { background-color: #A09819; }

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

This div background color is #A09819.


Border color

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

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

This div border color is #A09819.


Opacity

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

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

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

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

This text has shadow with #A09819 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A09819 on black background.


Color preview on white background

This text has color #A09819 on white background.



Black color preview on #A09819 background

This text has black color on #A09819 background.


White color preview on #A09819 background

This text has white color on #A09819 background.