COLOR #A09844

HEX: #A09844
RGB: (160,152,68)

Color info

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

RGB color model

#A09844 color RGB value is (160,152,68).

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

RGB channels and saturation

R 160 of 255 = 63%
G 152 of 255 = 60%
B 68 of 255 = 27%

160
152
68

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

Portions of RGB colors in percentages

R + G + B =
160 + 152 + 68 = 380 (100%)
R 160 of 380 ~ 42.11%
G 152 of 380 ~ 40%
B 68 of 380 ~ 17.89%

%42.11
%40
%17.89

CMYK color model

#A09844 color CMYK value is (0,5,58,37).

  • cyan value is 0.00%
  • magenta value is 5.00%
  • yellow value is 57.50%
  • key color value is 37.25%
CMYK:
(0,5,58,37)
C0M5Y58K37 
(0%,5%,58%,37%)
(0.00/0.05/0.58/0.37)	

CMYK percentages

%0
%5
%57.5
%37.25

Codes

Color #A09844 in popluar color models

A09844
RGB16015268
HSL55°40.35%44.71%
HSB/HSV55°57.50%62.75%
CMYK0.00%5.00%57.50%
37.25%

Color #A09844 in popluar number systems.

HEXA09844
Decimal16015268
Binary10100000100110001000100
Octal240230104

Shades and tints

Shades of #A09844

#A09844
(160,152,68)
#928B3E
(146,139,62)
#847E38
(132,126,56)
#767132
(118,113,50)
#68642C
(104,100,44)
#5A5726
(90,87,38)
#4C4A20
(76,74,32)
#3E3D1A
(62,61,26)
#303014
(48,48,20)
#22230E
(34,35,14)
#141608
(20,22,8)
#000000
(0,0,0)

Tints of #A09844

#A09844
(160,152,68)
#A8A155
(168,161,85)
#B0AA66
(176,170,102)
#B8B377
(184,179,119)
#C0BC88
(192,188,136)
#C8C599
(200,197,153)
#D0CEAA
(208,206,170)
#D8D7BB
(216,215,187)
#E0E0CC
(224,224,204)
#E8E9DD
(232,233,221)
#F0F2EE
(240,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A09844; }

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

This text font color is #A09844.


Background Color

.myBgColor { background-color: #A09844; }

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

This div background color is #A09844.


Border color

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

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

This div border color is #A09844.


Opacity

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

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

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

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

This text has shadow with #A09844 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A09844 on black background.


Color preview on white background

This text has color #A09844 on white background.



Black color preview on #A09844 background

This text has black color on #A09844 background.


White color preview on #A09844 background

This text has white color on #A09844 background.