COLOR #A05E43

HEX: #A05E43
RGB: (160,94,67)

Color info

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

RGB color model

#A05E43 color RGB value is (160,94,67).

  • red value is 160;
  • green value is 94;
  • blue value is 67.
RGB:
(160,94,67)
(63%,37%,26%)

RGB channels and saturation

R 160 of 255 = 63%
G 94 of 255 = 37%
B 67 of 255 = 26%

160
94
67

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

Portions of RGB colors in percentages

R + G + B =
160 + 94 + 67 = 321 (100%)
R 160 of 321 ~ 49.84%
G 94 of 321 ~ 29.28%
B 67 of 321 ~ 20.87%

%49.84
%29.28
%20.87

CMYK color model

#A05E43 color CMYK value is (0,41,58,37).

  • cyan value is 0.00%
  • magenta value is 41.25%
  • yellow value is 58.13%
  • key color value is 37.25%
CMYK:
(0,41,58,37)
C0M41Y58K37 
(0%,41%,58%,37%)
(0.00/0.41/0.58/0.37)	

CMYK percentages

%0
%41.25
%58.13
%37.25

Codes

Color #A05E43 in popluar color models

A05E43
RGB1609467
HSL17°40.97%44.51%
HSB/HSV17°58.13%62.75%
CMYK0.00%41.25%58.13%
37.25%

Color #A05E43 in popluar number systems.

HEXA05E43
Decimal1609467
Binary1010000010111101000011
Octal240136103

Shades and tints

Shades of #A05E43

#A05E43
(160,94,67)
#92563D
(146,86,61)
#844E37
(132,78,55)
#764631
(118,70,49)
#683E2B
(104,62,43)
#5A3625
(90,54,37)
#4C2E1F
(76,46,31)
#3E2619
(62,38,25)
#301E13
(48,30,19)
#22160D
(34,22,13)
#140E07
(20,14,7)
#000000
(0,0,0)

Tints of #A05E43

#A05E43
(160,94,67)
#A86C54
(168,108,84)
#B07A65
(176,122,101)
#B88876
(184,136,118)
#C09687
(192,150,135)
#C8A498
(200,164,152)
#D0B2A9
(208,178,169)
#D8C0BA
(216,192,186)
#E0CECB
(224,206,203)
#E8DCDC
(232,220,220)
#F0EAED
(240,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A05E43; }

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

This text font color is #A05E43.


Background Color

.myBgColor { background-color: #A05E43; }

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

This div background color is #A05E43.


Border color

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

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

This div border color is #A05E43.


Opacity

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

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

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

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

This text has shadow with #A05E43 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A05E43 on black background.


Color preview on white background

This text has color #A05E43 on white background.



Black color preview on #A05E43 background

This text has black color on #A05E43 background.


White color preview on #A05E43 background

This text has white color on #A05E43 background.