COLOR #A09757

HEX: #A09757
RGB: (160,151,87)

Color info

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

RGB color model

#A09757 color RGB value is (160,151,87).

  • red value is 160;
  • green value is 151;
  • blue value is 87.
RGB:
(160,151,87)
(63%,59%,34%)

RGB channels and saturation

R 160 of 255 = 63%
G 151 of 255 = 59%
B 87 of 255 = 34%

160
151
87

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

Portions of RGB colors in percentages

R + G + B =
160 + 151 + 87 = 398 (100%)
R 160 of 398 ~ 40.2%
G 151 of 398 ~ 37.94%
B 87 of 398 ~ 21.86%

%40.2
%37.94
%21.86

CMYK color model

#A09757 color CMYK value is (0,6,46,37).

  • cyan value is 0.00%
  • magenta value is 5.63%
  • yellow value is 45.63%
  • key color value is 37.25%
CMYK:
(0,6,46,37)
C0M6Y46K37 
(0%,6%,46%,37%)
(0.00/0.06/0.46/0.37)	

CMYK percentages

%0
%5.63
%45.63
%37.25

Codes

Color #A09757 in popluar color models

A09757
RGB16015187
HSL53°29.55%48.43%
HSB/HSV53°45.63%62.75%
CMYK0.00%5.63%45.63%
37.25%

Color #A09757 in popluar number systems.

HEXA09757
Decimal16015187
Binary10100000100101111010111
Octal240227127

Shades and tints

Shades of #A09757

#A09757
(160,151,87)
#928A50
(146,138,80)
#847D49
(132,125,73)
#767042
(118,112,66)
#68633B
(104,99,59)
#5A5634
(90,86,52)
#4C492D
(76,73,45)
#3E3C26
(62,60,38)
#302F1F
(48,47,31)
#222218
(34,34,24)
#141511
(20,21,17)
#000000
(0,0,0)

Tints of #A09757

#A09757
(160,151,87)
#A8A066
(168,160,102)
#B0A975
(176,169,117)
#B8B284
(184,178,132)
#C0BB93
(192,187,147)
#C8C4A2
(200,196,162)
#D0CDB1
(208,205,177)
#D8D6C0
(216,214,192)
#E0DFCF
(224,223,207)
#E8E8DE
(232,232,222)
#F0F1ED
(240,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A09757 color. Also use rgb(160,151,87) instead hex code.

Text Font Color

.myTextColor { color: #A09757; }

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

This text font color is #A09757.


Background Color

.myBgColor { background-color: #A09757; }

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

This div background color is #A09757.


Border color

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

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

This div border color is #A09757.


Opacity

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

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

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

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

This text has shadow with #A09757 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A09757 on black background.


Color preview on white background

This text has color #A09757 on white background.



Black color preview on #A09757 background

This text has black color on #A09757 background.


White color preview on #A09757 background

This text has white color on #A09757 background.