COLOR #A09E4A

HEX: #A09E4A RGB: (160,158,74)

Color info

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

RGB color model

#A09E4A color RGB value is (160,158,74).

RGB: (160,158,74) (63%, 62%, 29%)

RGB channels and saturation

R 160 of 255 = 63%
G 158 of 255 = 62%
B 74 of 255 = 29%

160
158
74

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

Portions of RGB colors in percentages

R + G + B = 160 + 158 + 74 = 392 (100%)
R 160 of 392 ~ 40.82%
G 158 of 392 ~ 40.31%
B 74 of 392 ~ 18.88'%

%40.82
%40.31
%18.88

CMYK color model

#A09E4A color CMYK value is (0,1,54,37).

  • cyan value is 0.00%
  • magenta value is 1.25%
  • yellow value is 53.75%
  • key color value is 37.25%

CMYK: (0,1,54,37)
C0M1Y54K37 (0%, 1%, 54%, 37%)
(0.00 / 0.01 / 0.54 / 0.37)

CMYK percentages

%0
%1.25
%53.75
%37.25

Codes

Color #A09E4A in popluar color models

A0 9E 4A
RGB 160 158 74
HSL 59° 36.75% 45.88%
HSB/HSV 59° 53.75% 62.75%
CMYK 0.00% 1.25% 53.75%
37.25%

Color #A09E4A in popluar number systems.

HEX A0 9E 4A
Decimal 160 158 74
Binary 10100000 10011110 1001010
Octal 240 236 112

Shades and tints

Shades of #A09E4A

#A09E4A
(160,158,74)
#929044
(146,144,68)
#84823E
(132,130,62)
#767438
(118,116,56)
#686632
(104,102,50)
#5A582C
(90,88,44)
#4C4A26
(76,74,38)
#3E3C20
(62,60,32)
#302E1A
(48,46,26)
#222014
(34,32,20)
#14120E
(20,18,14)
#000000
(0,0,0)

Tints of #A09E4A

#A09E4A
(160,158,74)
#A8A65A
(168,166,90)
#B0AE6A
(176,174,106)
#B8B67A
(184,182,122)
#C0BE8A
(192,190,138)
#C8C69A
(200,198,154)
#D0CEAA
(208,206,170)
#D8D6BA
(216,214,186)
#E0DECA
(224,222,202)
#E8E6DA
(232,230,218)
#F0EEEA
(240,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A09E4A; }

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

This text font color is #A09E4A.

Background Color

.myBgColor { background-color: #A09E4A; }

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

This div background color is #A09E4A.

Border color

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

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

This div border color is #A09E4A.

Opacity

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

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

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

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

This text has shadow with #A09E4A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A09E4A.

Preview

Color preview on black background

This text has color #A09E4A on black background.


Color preview on white background

This text has color #A09E4A on white background.


Black color preview on #A09E4A background

This text has black color on #A09E4A background.


White color preview on #A09E4A background

This text has white color on #A09E4A background.


Related colors

Complementary color

Complementary color for #hex is #5F61B5.


I love getcolorcode.com

Triadic colors

1 #4AA09E and #9E4AA0 with #A09E4A are triadic colors.

2 #4A9EA0 and #9EA04A with #A09E4A are triadic colors.