COLOR #A09C55

HEX: #A09C55
RGB: (160,156,85)

Color info

#A09C55 contains mainly red and green colors. Web safe color of #A09C55 is #999966 (or #996).

RGB color model

#A09C55 color RGB value is (160,156,85).

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

RGB channels and saturation

R 160 of 255 = 63%
G 156 of 255 = 61%
B 85 of 255 = 33%

160
156
85

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

Portions of RGB colors in percentages

R + G + B =
160 + 156 + 85 = 401 (100%)
R 160 of 401 ~ 39.9%
G 156 of 401 ~ 38.9%
B 85 of 401 ~ 21.2%

%39.9
%38.9
%21.2

CMYK color model

#A09C55 color CMYK value is (0,2,47,37).

  • cyan value is 0.00%
  • magenta value is 2.50%
  • yellow value is 46.88%
  • key color value is 37.25%
CMYK:
(0,2,47,37)
C0M2Y47K37 
(0%,2%,47%,37%)
(0.00/0.02/0.47/0.37)	

CMYK percentages

%0
%2.5
%46.88
%37.25

Codes

Color #A09C55 in popluar color models

A09C55
RGB16015685
HSL57°30.61%48.04%
HSB/HSV57°46.88%62.75%
CMYK0.00%2.50%46.88%
37.25%

Color #A09C55 in popluar number systems.

HEXA09C55
Decimal16015685
Binary10100000100111001010101
Octal240234125

Shades and tints

Shades of #A09C55

#A09C55
(160,156,85)
#928E4E
(146,142,78)
#848047
(132,128,71)
#767240
(118,114,64)
#686439
(104,100,57)
#5A5632
(90,86,50)
#4C482B
(76,72,43)
#3E3A24
(62,58,36)
#302C1D
(48,44,29)
#221E16
(34,30,22)
#14100F
(20,16,15)
#000000
(0,0,0)

Tints of #A09C55

#A09C55
(160,156,85)
#A8A564
(168,165,100)
#B0AE73
(176,174,115)
#B8B782
(184,183,130)
#C0C091
(192,192,145)
#C8C9A0
(200,201,160)
#D0D2AF
(208,210,175)
#D8DBBE
(216,219,190)
#E0E4CD
(224,228,205)
#E8EDDC
(232,237,220)
#F0F6EB
(240,246,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A09C55; }

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

This text font color is #A09C55.


Background Color

.myBgColor { background-color: #A09C55; }

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

This div background color is #A09C55.


Border color

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

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

This div border color is #A09C55.


Opacity

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

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

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

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

This text has shadow with #A09C55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A09C55 on black background.


Color preview on white background

This text has color #A09C55 on white background.



Black color preview on #A09C55 background

This text has black color on #A09C55 background.


White color preview on #A09C55 background

This text has white color on #A09C55 background.