COLOR #A05E3C

HEX: #A05E3C RGB: (160,94,60)

Color info

#A05E3C contains mainly red color. Web safe color of #A05E3C is #996633 (or #963).

RGB color model

#A05E3C color RGB value is (160,94,60).

RGB: (160,94,60) (63%, 37%, 24%)

RGB channels and saturation

R 160 of 255 = 63%
G 94 of 255 = 37%
B 60 of 255 = 24%

160
94
60

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

Portions of RGB colors in percentages

R + G + B = 160 + 94 + 60 = 314 (100%)
R 160 of 314 ~ 50.96%
G 94 of 314 ~ 29.94%
B 60 of 314 ~ 19.11'%

%50.96
%29.94
%19.11

CMYK color model

#A05E3C color CMYK value is (0,41,63,37).

  • cyan value is 0.00%
  • magenta value is 41.25%
  • yellow value is 62.50%
  • key color value is 37.25%

CMYK: (0,41,63,37)
C0M41Y63K37 (0%, 41%, 63%, 37%)
(0.00 / 0.41 / 0.63 / 0.37)

CMYK percentages

%0
%41.25
%62.5
%37.25

Codes

Color #A05E3C in popluar color models

A0 5E 3C
RGB 160 94 60
HSL 20° 45.45% 43.14%
HSB/HSV 20° 62.50% 62.75%
CMYK 0.00% 41.25% 62.50%
37.25%

Color #A05E3C in popluar number systems.

HEX A0 5E 3C
Decimal 160 94 60
Binary 10100000 1011110 111100
Octal 240 136 74

Shades and tints

Shades of #A05E3C

#A05E3C
(160,94,60)
#925637
(146,86,55)
#844E32
(132,78,50)
#76462D
(118,70,45)
#683E28
(104,62,40)
#5A3623
(90,54,35)
#4C2E1E
(76,46,30)
#3E2619
(62,38,25)
#301E14
(48,30,20)
#22160F
(34,22,15)
#140E0A
(20,14,10)
#000000
(0,0,0)

Tints of #A05E3C

#A05E3C
(160,94,60)
#A86C4D
(168,108,77)
#B07A5E
(176,122,94)
#B8886F
(184,136,111)
#C09680
(192,150,128)
#C8A491
(200,164,145)
#D0B2A2
(208,178,162)
#D8C0B3
(216,192,179)
#E0CEC4
(224,206,196)
#E8DCD5
(232,220,213)
#F0EAE6
(240,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A05E3C color. Also use rgb(160,94,60) instead hex code.

Text Font Color

.myTextColor { color: #A05E3C; }

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

This text font color is #A05E3C.

Background Color

.myBgColor { background-color: #A05E3C; }

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

This div background color is #A05E3C.

Border color

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

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

This div border color is #A05E3C.

Opacity

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

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

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

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

This text has shadow with #A05E3C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A05E3C.

Preview

Color preview on black background

This text has color #A05E3C on black background.


Color preview on white background

This text has color #A05E3C on white background.


Black color preview on #A05E3C background

This text has black color on #A05E3C background.


White color preview on #A05E3C background

This text has white color on #A05E3C background.


Related colors

Complementary color

Complementary color for #hex is #5FA1C3.


I love getcolorcode.com

Triadic colors

1 #3CA05E and #5E3CA0 with #A05E3C are triadic colors.

2 #3C5EA0 and #5EA03C with #A05E3C are triadic colors.