COLOR #A09751

HEX: #A09751
RGB: (160,151,81)

Color info

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

RGB color model

#A09751 color RGB value is (160,151,81).

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

RGB channels and saturation

R 160 of 255 = 63%
G 151 of 255 = 59%
B 81 of 255 = 32%

160
151
81

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

Portions of RGB colors in percentages

R + G + B =
160 + 151 + 81 = 392 (100%)
R 160 of 392 ~ 40.82%
G 151 of 392 ~ 38.52%
B 81 of 392 ~ 20.66%

%40.82
%38.52
%20.66

CMYK color model

#A09751 color CMYK value is (0,6,49,37).

  • cyan value is 0.00%
  • magenta value is 5.63%
  • yellow value is 49.38%
  • key color value is 37.25%
CMYK:
(0,6,49,37)
C0M6Y49K37 
(0%,6%,49%,37%)
(0.00/0.06/0.49/0.37)	

CMYK percentages

%0
%5.63
%49.38
%37.25

Codes

Color #A09751 in popluar color models

A09751
RGB16015181
HSL53°32.78%47.25%
HSB/HSV53°49.38%62.75%
CMYK0.00%5.63%49.38%
37.25%

Color #A09751 in popluar number systems.

HEXA09751
Decimal16015181
Binary10100000100101111010001
Octal240227121

Shades and tints

Shades of #A09751

#A09751
(160,151,81)
#928A4A
(146,138,74)
#847D43
(132,125,67)
#76703C
(118,112,60)
#686335
(104,99,53)
#5A562E
(90,86,46)
#4C4927
(76,73,39)
#3E3C20
(62,60,32)
#302F19
(48,47,25)
#222212
(34,34,18)
#14150B
(20,21,11)
#000000
(0,0,0)

Tints of #A09751

#A09751
(160,151,81)
#A8A060
(168,160,96)
#B0A96F
(176,169,111)
#B8B27E
(184,178,126)
#C0BB8D
(192,187,141)
#C8C49C
(200,196,156)
#D0CDAB
(208,205,171)
#D8D6BA
(216,214,186)
#E0DFC9
(224,223,201)
#E8E8D8
(232,232,216)
#F0F1E7
(240,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A09751; }

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

This text font color is #A09751.


Background Color

.myBgColor { background-color: #A09751; }

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

This div background color is #A09751.


Border color

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

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

This div border color is #A09751.


Opacity

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

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

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

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

This text has shadow with #A09751 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A09751 on black background.


Color preview on white background

This text has color #A09751 on white background.



Black color preview on #A09751 background

This text has black color on #A09751 background.


White color preview on #A09751 background

This text has white color on #A09751 background.