COLOR #A09C34

HEX: #A09C34
RGB: (160,156,52)

Color info

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

RGB color model

#A09C34 color RGB value is (160,156,52).

  • red value is 160;
  • green value is 156;
  • blue value is 52.
RGB:
(160,156,52)
(63%,61%,20%)

RGB channels and saturation

R 160 of 255 = 63%
G 156 of 255 = 61%
B 52 of 255 = 20%

160
156
52

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

Portions of RGB colors in percentages

R + G + B =
160 + 156 + 52 = 368 (100%)
R 160 of 368 ~ 43.48%
G 156 of 368 ~ 42.39%
B 52 of 368 ~ 14.13%

%43.48
%42.39
%14.13

CMYK color model

#A09C34 color CMYK value is (0,2,68,37).

  • cyan value is 0.00%
  • magenta value is 2.50%
  • yellow value is 67.50%
  • key color value is 37.25%
CMYK:
(0,2,68,37)
C0M2Y68K37 
(0%,2%,68%,37%)
(0.00/0.02/0.68/0.37)	

CMYK percentages

%0
%2.5
%67.5
%37.25

Codes

Color #A09C34 in popluar color models

A09C34
RGB16015652
HSL58°50.94%41.57%
HSB/HSV58°67.50%62.75%
CMYK0.00%2.50%67.50%
37.25%

Color #A09C34 in popluar number systems.

HEXA09C34
Decimal16015652
Binary1010000010011100110100
Octal24023464

Shades and tints

Shades of #A09C34

#A09C34
(160,156,52)
#928E30
(146,142,48)
#84802C
(132,128,44)
#767228
(118,114,40)
#686424
(104,100,36)
#5A5620
(90,86,32)
#4C481C
(76,72,28)
#3E3A18
(62,58,24)
#302C14
(48,44,20)
#221E10
(34,30,16)
#14100C
(20,16,12)
#000000
(0,0,0)

Tints of #A09C34

#A09C34
(160,156,52)
#A8A546
(168,165,70)
#B0AE58
(176,174,88)
#B8B76A
(184,183,106)
#C0C07C
(192,192,124)
#C8C98E
(200,201,142)
#D0D2A0
(208,210,160)
#D8DBB2
(216,219,178)
#E0E4C4
(224,228,196)
#E8EDD6
(232,237,214)
#F0F6E8
(240,246,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A09C34 color. Also use rgb(160,156,52) instead hex code.

Text Font Color

.myTextColor { color: #A09C34; }

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

This text font color is #A09C34.


Background Color

.myBgColor { background-color: #A09C34; }

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

This div background color is #A09C34.


Border color

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

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

This div border color is #A09C34.


Opacity

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

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

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

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

This text has shadow with #A09C34 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A09C34 on black background.


Color preview on white background

This text has color #A09C34 on white background.



Black color preview on #A09C34 background

This text has black color on #A09C34 background.


White color preview on #A09C34 background

This text has white color on #A09C34 background.