COLOR #A09E64

HEX: #A09E64
RGB: (160,158,100)

Color info

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

RGB color model

#A09E64 color RGB value is (160,158,100).

  • red value is 160;
  • green value is 158;
  • blue value is 100.
RGB:
(160,158,100)
(63%,62%,39%)

RGB channels and saturation

R 160 of 255 = 63%
G 158 of 255 = 62%
B 100 of 255 = 39%

160
158
100

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

Portions of RGB colors in percentages

R + G + B =
160 + 158 + 100 = 418 (100%)
R 160 of 418 ~ 38.28%
G 158 of 418 ~ 37.8%
B 100 of 418 ~ 23.92%

%38.28
%37.8
%23.92

CMYK color model

#A09E64 color CMYK value is (0,1,38,37).

  • cyan value is 0.00%
  • magenta value is 1.25%
  • yellow value is 37.50%
  • key color value is 37.25%
CMYK:
(0,1,38,37)
C0M1Y38K37 
(0%,1%,38%,37%)
(0.00/0.01/0.38/0.37)	

CMYK percentages

%0
%1.25
%37.5
%37.25

Codes

Color #A09E64 in popluar color models

A09E64
RGB160158100
HSL58°24.00%50.98%
HSB/HSV58°37.50%62.75%
CMYK0.00%1.25%37.50%
37.25%

Color #A09E64 in popluar number systems.

HEXA09E64
Decimal160158100
Binary10100000100111101100100
Octal240236144

Shades and tints

Shades of #A09E64

#A09E64
(160,158,100)
#92905B
(146,144,91)
#848252
(132,130,82)
#767449
(118,116,73)
#686640
(104,102,64)
#5A5837
(90,88,55)
#4C4A2E
(76,74,46)
#3E3C25
(62,60,37)
#302E1C
(48,46,28)
#222013
(34,32,19)
#14120A
(20,18,10)
#000000
(0,0,0)

Tints of #A09E64

#A09E64
(160,158,100)
#A8A672
(168,166,114)
#B0AE80
(176,174,128)
#B8B68E
(184,182,142)
#C0BE9C
(192,190,156)
#C8C6AA
(200,198,170)
#D0CEB8
(208,206,184)
#D8D6C6
(216,214,198)
#E0DED4
(224,222,212)
#E8E6E2
(232,230,226)
#F0EEF0
(240,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A09E64 color. Also use rgb(160,158,100) instead hex code.

Text Font Color

.myTextColor { color: #A09E64; }

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

This text font color is #A09E64.


Background Color

.myBgColor { background-color: #A09E64; }

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

This div background color is #A09E64.


Border color

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

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

This div border color is #A09E64.


Opacity

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

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

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

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

This text has shadow with #A09E64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A09E64 on black background.


Color preview on white background

This text has color #A09E64 on white background.



Black color preview on #A09E64 background

This text has black color on #A09E64 background.


White color preview on #A09E64 background

This text has white color on #A09E64 background.