COLOR #A09A3C

HEX: #A09A3C RGB: (160,154,60)

Color info

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

RGB color model

#A09A3C color RGB value is (160,154,60).

RGB: (160,154,60) (63%, 60%, 24%)

RGB channels and saturation

R 160 of 255 = 63%
G 154 of 255 = 60%
B 60 of 255 = 24%

160
154
60

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

Portions of RGB colors in percentages

R + G + B = 160 + 154 + 60 = 374 (100%)
R 160 of 374 ~ 42.78%
G 154 of 374 ~ 41.18%
B 60 of 374 ~ 16.04'%

%42.78
%41.18
%16.04

CMYK color model

#A09A3C color CMYK value is (0,4,63,37).

  • cyan value is 0.00%
  • magenta value is 3.75%
  • yellow value is 62.50%
  • key color value is 37.25%

CMYK: (0,4,63,37)
C0M4Y63K37 (0%, 4%, 63%, 37%)
(0.00 / 0.04 / 0.63 / 0.37)

CMYK percentages

%0
%3.75
%62.5
%37.25

Codes

Color #A09A3C in popluar color models

A0 9A 3C
RGB 160 154 60
HSL 56° 45.45% 43.14%
HSB/HSV 56° 62.50% 62.75%
CMYK 0.00% 3.75% 62.50%
37.25%

Color #A09A3C in popluar number systems.

HEX A0 9A 3C
Decimal 160 154 60
Binary 10100000 10011010 111100
Octal 240 232 74

Shades and tints

Shades of #A09A3C

#A09A3C
(160,154,60)
#928C37
(146,140,55)
#847E32
(132,126,50)
#76702D
(118,112,45)
#686228
(104,98,40)
#5A5423
(90,84,35)
#4C461E
(76,70,30)
#3E3819
(62,56,25)
#302A14
(48,42,20)
#221C0F
(34,28,15)
#140E0A
(20,14,10)
#000000
(0,0,0)

Tints of #A09A3C

#A09A3C
(160,154,60)
#A8A34D
(168,163,77)
#B0AC5E
(176,172,94)
#B8B56F
(184,181,111)
#C0BE80
(192,190,128)
#C8C791
(200,199,145)
#D0D0A2
(208,208,162)
#D8D9B3
(216,217,179)
#E0E2C4
(224,226,196)
#E8EBD5
(232,235,213)
#F0F4E6
(240,244,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A09A3C color. Also use rgb(160,154,60) instead hex code.

Text Font Color

.myTextColor { color: #A09A3C; }

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

This text font color is #A09A3C.

Background Color

.myBgColor { background-color: #A09A3C; }

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

This div background color is #A09A3C.

Border color

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

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

This div border color is #A09A3C.

Opacity

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

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

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

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

This text has shadow with #A09A3C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A09A3C.

Preview

Color preview on black background

This text has color #A09A3C on black background.


Color preview on white background

This text has color #A09A3C on white background.


Black color preview on #A09A3C background

This text has black color on #A09A3C background.


White color preview on #A09A3C background

This text has white color on #A09A3C background.


Related colors

Complementary color

Complementary color for #hex is #5F65C3.


I love getcolorcode.com

Triadic colors

1 #3CA09A and #9A3CA0 with #A09A3C are triadic colors.

2 #3C9AA0 and #9AA03C with #A09A3C are triadic colors.