COLOR #A09244

HEX: #A09244 RGB: (160,146,68)

Color info

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

RGB color model

#A09244 color RGB value is (160,146,68).

RGB: (160,146,68) (63%, 57%, 27%)

RGB channels and saturation

R 160 of 255 = 63%
G 146 of 255 = 57%
B 68 of 255 = 27%

160
146
68

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

Portions of RGB colors in percentages

R + G + B = 160 + 146 + 68 = 374 (100%)
R 160 of 374 ~ 42.78%
G 146 of 374 ~ 39.04%
B 68 of 374 ~ 18.18'%

%42.78
%39.04
%18.18

CMYK color model

#A09244 color CMYK value is (0,9,58,37).

  • cyan value is 0.00%
  • magenta value is 8.75%
  • yellow value is 57.50%
  • key color value is 37.25%

CMYK: (0,9,58,37)
C0M9Y58K37 (0%, 9%, 58%, 37%)
(0.00 / 0.09 / 0.58 / 0.37)

CMYK percentages

%0
%8.75
%57.5
%37.25

Codes

Color #A09244 in popluar color models

A0 92 44
RGB 160 146 68
HSL 51° 40.35% 44.71%
HSB/HSV 51° 57.50% 62.75%
CMYK 0.00% 8.75% 57.50%
37.25%

Color #A09244 in popluar number systems.

HEX A0 92 44
Decimal 160 146 68
Binary 10100000 10010010 1000100
Octal 240 222 104

Shades and tints

Shades of #A09244

#A09244
(160,146,68)
#92853E
(146,133,62)
#847838
(132,120,56)
#766B32
(118,107,50)
#685E2C
(104,94,44)
#5A5126
(90,81,38)
#4C4420
(76,68,32)
#3E371A
(62,55,26)
#302A14
(48,42,20)
#221D0E
(34,29,14)
#141008
(20,16,8)
#000000
(0,0,0)

Tints of #A09244

#A09244
(160,146,68)
#A89B55
(168,155,85)
#B0A466
(176,164,102)
#B8AD77
(184,173,119)
#C0B688
(192,182,136)
#C8BF99
(200,191,153)
#D0C8AA
(208,200,170)
#D8D1BB
(216,209,187)
#E0DACC
(224,218,204)
#E8E3DD
(232,227,221)
#F0ECEE
(240,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A09244; }

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

This text font color is #A09244.

Background Color

.myBgColor { background-color: #A09244; }

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

This div background color is #A09244.

Border color

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

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

This div border color is #A09244.

Opacity

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

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

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

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

This text has shadow with #A09244 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A09244.

Preview

Color preview on black background

This text has color #A09244 on black background.


Color preview on white background

This text has color #A09244 on white background.


Black color preview on #A09244 background

This text has black color on #A09244 background.


White color preview on #A09244 background

This text has white color on #A09244 background.


Related colors

Complementary color

Complementary color for #hex is #5F6DBB.


I love getcolorcode.com

Triadic colors

1 #44A092 and #9244A0 with #A09244 are triadic colors.

2 #4492A0 and #92A044 with #A09244 are triadic colors.