COLOR #A09D77

HEX: #A09D77
RGB: (160,157,119)

Color info

#A09D77 contains red, green and blue colors in about the same proportion. Web safe color of #A09D77 is #999966 (or #996).

RGB color model

#A09D77 color RGB value is (160,157,119).

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

RGB channels and saturation

R 160 of 255 = 63%
G 157 of 255 = 62%
B 119 of 255 = 47%

160
157
119

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

Portions of RGB colors in percentages

R + G + B =
160 + 157 + 119 = 436 (100%)
R 160 of 436 ~ 36.7%
G 157 of 436 ~ 36.01%
B 119 of 436 ~ 27.29%

%36.7
%36.01
%27.29

CMYK color model

#A09D77 color CMYK value is (0,2,26,37).

  • cyan value is 0.00%
  • magenta value is 1.87%
  • yellow value is 25.63%
  • key color value is 37.25%
CMYK:
(0,2,26,37)
C0M2Y26K37 
(0%,2%,26%,37%)
(0.00/0.02/0.26/0.37)	

CMYK percentages

%0
%1.87
%25.63
%37.25

Codes

Color #A09D77 in popluar color models

A09D77
RGB160157119
HSL56°17.75%54.71%
HSB/HSV56°25.63%62.75%
CMYK0.00%1.87%25.63%
37.25%

Color #A09D77 in popluar number systems.

HEXA09D77
Decimal160157119
Binary10100000100111011110111
Octal240235167

Shades and tints

Shades of #A09D77

#A09D77
(160,157,119)
#928F6D
(146,143,109)
#848163
(132,129,99)
#767359
(118,115,89)
#68654F
(104,101,79)
#5A5745
(90,87,69)
#4C493B
(76,73,59)
#3E3B31
(62,59,49)
#302D27
(48,45,39)
#221F1D
(34,31,29)
#141113
(20,17,19)
#000000
(0,0,0)

Tints of #A09D77

#A09D77
(160,157,119)
#A8A583
(168,165,131)
#B0AD8F
(176,173,143)
#B8B59B
(184,181,155)
#C0BDA7
(192,189,167)
#C8C5B3
(200,197,179)
#D0CDBF
(208,205,191)
#D8D5CB
(216,213,203)
#E0DDD7
(224,221,215)
#E8E5E3
(232,229,227)
#F0EDEF
(240,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A09D77; }

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

This text font color is #A09D77.


Background Color

.myBgColor { background-color: #A09D77; }

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

This div background color is #A09D77.


Border color

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

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

This div border color is #A09D77.


Opacity

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

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

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

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

This text has shadow with #A09D77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A09D77 on black background.


Color preview on white background

This text has color #A09D77 on white background.



Black color preview on #A09D77 background

This text has black color on #A09D77 background.


White color preview on #A09D77 background

This text has white color on #A09D77 background.