COLOR #A09E5F

HEX: #A09E5F
RGB: (160,158,95)

Color info

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

RGB color model

#A09E5F color RGB value is (160,158,95).

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

RGB channels and saturation

R 160 of 255 = 63%
G 158 of 255 = 62%
B 95 of 255 = 37%

160
158
95

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

Portions of RGB colors in percentages

R + G + B =
160 + 158 + 95 = 413 (100%)
R 160 of 413 ~ 38.74%
G 158 of 413 ~ 38.26%
B 95 of 413 ~ 23%

%38.74
%38.26
%23

CMYK color model

#A09E5F color CMYK value is (0,1,41,37).

  • cyan value is 0.00%
  • magenta value is 1.25%
  • yellow value is 40.63%
  • key color value is 37.25%
CMYK:
(0,1,41,37)
C0M1Y41K37 
(0%,1%,41%,37%)
(0.00/0.01/0.41/0.37)	

CMYK percentages

%0
%1.25
%40.63
%37.25

Codes

Color #A09E5F in popluar color models

A09E5F
RGB16015895
HSL58°25.49%50.00%
HSB/HSV58°40.63%62.75%
CMYK0.00%1.25%40.63%
37.25%

Color #A09E5F in popluar number systems.

HEXA09E5F
Decimal16015895
Binary10100000100111101011111
Octal240236137

Shades and tints

Shades of #A09E5F

#A09E5F
(160,158,95)
#929057
(146,144,87)
#84824F
(132,130,79)
#767447
(118,116,71)
#68663F
(104,102,63)
#5A5837
(90,88,55)
#4C4A2F
(76,74,47)
#3E3C27
(62,60,39)
#302E1F
(48,46,31)
#222017
(34,32,23)
#14120F
(20,18,15)
#000000
(0,0,0)

Tints of #A09E5F

#A09E5F
(160,158,95)
#A8A66D
(168,166,109)
#B0AE7B
(176,174,123)
#B8B689
(184,182,137)
#C0BE97
(192,190,151)
#C8C6A5
(200,198,165)
#D0CEB3
(208,206,179)
#D8D6C1
(216,214,193)
#E0DECF
(224,222,207)
#E8E6DD
(232,230,221)
#F0EEEB
(240,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A09E5F; }

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

This text font color is #A09E5F.


Background Color

.myBgColor { background-color: #A09E5F; }

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

This div background color is #A09E5F.


Border color

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

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

This div border color is #A09E5F.


Opacity

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

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

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

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

This text has shadow with #A09E5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A09E5F on black background.


Color preview on white background

This text has color #A09E5F on white background.



Black color preview on #A09E5F background

This text has black color on #A09E5F background.


White color preview on #A09E5F background

This text has white color on #A09E5F background.