COLOR #A09F47

HEX: #A09F47 RGB: (160,159,71)

Color info

#A09F47 contains mainly red and green colors. Web safe color of #A09F47 is #999933 (or #993).

RGB color model

#A09F47 color RGB value is (160,159,71).

RGB: (160,159,71) (63%, 62%, 28%)

RGB channels and saturation

R 160 of 255 = 63%
G 159 of 255 = 62%
B 71 of 255 = 28%

160
159
71

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

Portions of RGB colors in percentages

R + G + B = 160 + 159 + 71 = 390 (100%)
R 160 of 390 ~ 41.03%
G 159 of 390 ~ 40.77%
B 71 of 390 ~ 18.21'%

%41.03
%40.77
%18.21

CMYK color model

#A09F47 color CMYK value is (0,1,56,37).

  • cyan value is 0.00%
  • magenta value is 0.62%
  • yellow value is 55.63%
  • key color value is 37.25%
CMYK: (0,1,56,37) C0M1Y56K37 (0%,1%,56%,37%) (0.00/0.01/0.56/0.37) 

CMYK percentages

%0
%0.62
%55.63
%37.25

Codes

Color #A09F47 in popluar color models

A0 9F 47
RGB 160 159 71
HSL 59° 38.53% 45.29%
HSB/HSV 59° 55.63% 62.75%
CMYK 0.00% 0.62% 55.63%
37.25%

Color #A09F47 in popluar number systems.

HEX A0 9F 47
Decimal 160 159 71
Binary 10100000 10011111 1000111
Octal 240 237 107

Shades and tints

Shades of #A09F47

#A09F47
(160,159,71)
#929141
(146,145,65)
#84833B
(132,131,59)
#767535
(118,117,53)
#68672F
(104,103,47)
#5A5929
(90,89,41)
#4C4B23
(76,75,35)
#3E3D1D
(62,61,29)
#302F17
(48,47,23)
#222111
(34,33,17)
#14130B
(20,19,11)
#000000
(0,0,0)

Tints of #A09F47

#A09F47
(160,159,71)
#A8A757
(168,167,87)
#B0AF67
(176,175,103)
#B8B777
(184,183,119)
#C0BF87
(192,191,135)
#C8C797
(200,199,151)
#D0CFA7
(208,207,167)
#D8D7B7
(216,215,183)
#E0DFC7
(224,223,199)
#E8E7D7
(232,231,215)
#F0EFE7
(240,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A09F47 color. Also use rgb(160,159,71) instead hex code.

Text Font Color

.myTextColor { color: #A09F47; }

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

This text font color is #A09F47.

Background Color

.myBgColor { background-color: #A09F47; }

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

This div background color is #A09F47.

Border color

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

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

This div border color is #A09F47.

Opacity

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

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

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

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

This text has shadow with #A09F47 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A09F47.

Preview

Color preview on black background

This text has color #A09F47 on black background.


Color preview on white background

This text has color #A09F47 on white background.


Black color preview on #A09F47 background

This text has black color on #A09F47 background.


White color preview on #A09F47 background

This text has white color on #A09F47 background.


Related colors

Complementary color

Complementary color for #hex is #5F60B8.


I love getcolorcode.com

Triadic colors

1 #47A09F and #9F47A0 with #A09F47 are triadic colors.

2 #479FA0 and #9FA047 with #A09F47 are triadic colors.