COLOR #A09D5C

HEX: #A09D5C
RGB: (160,157,92)

Color info

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

RGB color model

#A09D5C color RGB value is (160,157,92).

  • red value is 160;
  • green value is 157;
  • blue value is 92.
RGB:
(160,157,92)
(63%,62%,36%)

RGB channels and saturation

R 160 of 255 = 63%
G 157 of 255 = 62%
B 92 of 255 = 36%

160
157
92

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

Portions of RGB colors in percentages

R + G + B =
160 + 157 + 92 = 409 (100%)
R 160 of 409 ~ 39.12%
G 157 of 409 ~ 38.39%
B 92 of 409 ~ 22.49%

%39.12
%38.39
%22.49

CMYK color model

#A09D5C color CMYK value is (0,2,43,37).

  • cyan value is 0.00%
  • magenta value is 1.87%
  • yellow value is 42.50%
  • key color value is 37.25%
CMYK:
(0,2,43,37)
C0M2Y43K37 
(0%,2%,43%,37%)
(0.00/0.02/0.43/0.37)	

CMYK percentages

%0
%1.87
%42.5
%37.25

Codes

Color #A09D5C in popluar color models

A09D5C
RGB16015792
HSL57°26.98%49.41%
HSB/HSV57°42.50%62.75%
CMYK0.00%1.87%42.50%
37.25%

Color #A09D5C in popluar number systems.

HEXA09D5C
Decimal16015792
Binary10100000100111011011100
Octal240235134

Shades and tints

Shades of #A09D5C

#A09D5C
(160,157,92)
#928F54
(146,143,84)
#84814C
(132,129,76)
#767344
(118,115,68)
#68653C
(104,101,60)
#5A5734
(90,87,52)
#4C492C
(76,73,44)
#3E3B24
(62,59,36)
#302D1C
(48,45,28)
#221F14
(34,31,20)
#14110C
(20,17,12)
#000000
(0,0,0)

Tints of #A09D5C

#A09D5C
(160,157,92)
#A8A56A
(168,165,106)
#B0AD78
(176,173,120)
#B8B586
(184,181,134)
#C0BD94
(192,189,148)
#C8C5A2
(200,197,162)
#D0CDB0
(208,205,176)
#D8D5BE
(216,213,190)
#E0DDCC
(224,221,204)
#E8E5DA
(232,229,218)
#F0EDE8
(240,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A09D5C color. Also use rgb(160,157,92) instead hex code.

Text Font Color

.myTextColor { color: #A09D5C; }

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

This text font color is #A09D5C.


Background Color

.myBgColor { background-color: #A09D5C; }

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

This div background color is #A09D5C.


Border color

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

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

This div border color is #A09D5C.


Opacity

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

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

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

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

This text has shadow with #A09D5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A09D5C on black background.


Color preview on white background

This text has color #A09D5C on white background.



Black color preview on #A09D5C background

This text has black color on #A09D5C background.


White color preview on #A09D5C background

This text has white color on #A09D5C background.