COLOR #A09E53

HEX: #A09E53 RGB: (160,158,83)

Color info

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

RGB color model

#A09E53 color RGB value is (160,158,83).

RGB: (160,158,83) (63%, 62%, 33%)

RGB channels and saturation

R 160 of 255 = 63%
G 158 of 255 = 62%
B 83 of 255 = 33%

160
158
83

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

Portions of RGB colors in percentages

R + G + B = 160 + 158 + 83 = 401 (100%)
R 160 of 401 ~ 39.9%
G 158 of 401 ~ 39.4%
B 83 of 401 ~ 20.7'%

%39.9
%39.4
%20.7

CMYK color model

#A09E53 color CMYK value is (0,1,48,37).

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

CMYK: (0,1,48,37)
C0M1Y48K37 (0%, 1%, 48%, 37%)
(0.00 / 0.01 / 0.48 / 0.37)

CMYK percentages

%0
%1.25
%48.13
%37.25

Codes

Color #A09E53 in popluar color models

A0 9E 53
RGB 160 158 83
HSL 58° 31.69% 47.65%
HSB/HSV 58° 48.13% 62.75%
CMYK 0.00% 1.25% 48.13%
37.25%

Color #A09E53 in popluar number systems.

HEX A0 9E 53
Decimal 160 158 83
Binary 10100000 10011110 1010011
Octal 240 236 123

Shades and tints

Shades of #A09E53

#A09E53
(160,158,83)
#92904C
(146,144,76)
#848245
(132,130,69)
#76743E
(118,116,62)
#686637
(104,102,55)
#5A5830
(90,88,48)
#4C4A29
(76,74,41)
#3E3C22
(62,60,34)
#302E1B
(48,46,27)
#222014
(34,32,20)
#14120D
(20,18,13)
#000000
(0,0,0)

Tints of #A09E53

#A09E53
(160,158,83)
#A8A662
(168,166,98)
#B0AE71
(176,174,113)
#B8B680
(184,182,128)
#C0BE8F
(192,190,143)
#C8C69E
(200,198,158)
#D0CEAD
(208,206,173)
#D8D6BC
(216,214,188)
#E0DECB
(224,222,203)
#E8E6DA
(232,230,218)
#F0EEE9
(240,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A09E53; }

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

This text font color is #A09E53.

Background Color

.myBgColor { background-color: #A09E53; }

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

This div background color is #A09E53.

Border color

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

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

This div border color is #A09E53.

Opacity

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

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

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

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

This text has shadow with #A09E53 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A09E53.

Preview

Color preview on black background

This text has color #A09E53 on black background.


Color preview on white background

This text has color #A09E53 on white background.


Black color preview on #A09E53 background

This text has black color on #A09E53 background.


White color preview on #A09E53 background

This text has white color on #A09E53 background.


Related colors

Complementary color

Complementary color for #hex is #5F61AC.


I love getcolorcode.com

Triadic colors

1 #53A09E and #9E53A0 with #A09E53 are triadic colors.

2 #539EA0 and #9EA053 with #A09E53 are triadic colors.