COLOR #A05E53

HEX: #A05E53
RGB: (160,94,83)

Color info

#A05E53 contains mainly red color. Web safe color of #A05E53 is #996666 (or #966).

RGB color model

#A05E53 color RGB value is (160,94,83).

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

RGB channels and saturation

R 160 of 255 = 63%
G 94 of 255 = 37%
B 83 of 255 = 33%

160
94
83

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

Portions of RGB colors in percentages

R + G + B =
160 + 94 + 83 = 337 (100%)
R 160 of 337 ~ 47.48%
G 94 of 337 ~ 27.89%
B 83 of 337 ~ 24.63%

%47.48
%27.89
%24.63

CMYK color model

#A05E53 color CMYK value is (0,41,48,37).

  • cyan value is 0.00%
  • magenta value is 41.25%
  • yellow value is 48.13%
  • key color value is 37.25%
CMYK:
(0,41,48,37)
C0M41Y48K37 
(0%,41%,48%,37%)
(0.00/0.41/0.48/0.37)	

CMYK percentages

%0
%41.25
%48.13
%37.25

Codes

Color #A05E53 in popluar color models

A05E53
RGB1609483
HSL31.69%47.65%
HSB/HSV48.13%62.75%
CMYK0.00%41.25%48.13%
37.25%

Color #A05E53 in popluar number systems.

HEXA05E53
Decimal1609483
Binary1010000010111101010011
Octal240136123

Shades and tints

Shades of #A05E53

#A05E53
(160,94,83)
#92564C
(146,86,76)
#844E45
(132,78,69)
#76463E
(118,70,62)
#683E37
(104,62,55)
#5A3630
(90,54,48)
#4C2E29
(76,46,41)
#3E2622
(62,38,34)
#301E1B
(48,30,27)
#221614
(34,22,20)
#140E0D
(20,14,13)
#000000
(0,0,0)

Tints of #A05E53

#A05E53
(160,94,83)
#A86C62
(168,108,98)
#B07A71
(176,122,113)
#B88880
(184,136,128)
#C0968F
(192,150,143)
#C8A49E
(200,164,158)
#D0B2AD
(208,178,173)
#D8C0BC
(216,192,188)
#E0CECB
(224,206,203)
#E8DCDA
(232,220,218)
#F0EAE9
(240,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A05E53; }

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

This text font color is #A05E53.


Background Color

.myBgColor { background-color: #A05E53; }

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

This div background color is #A05E53.


Border color

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

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

This div border color is #A05E53.


Opacity

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

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

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

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

This text has shadow with #A05E53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A05E53 on black background.


Color preview on white background

This text has color #A05E53 on white background.



Black color preview on #A05E53 background

This text has black color on #A05E53 background.


White color preview on #A05E53 background

This text has white color on #A05E53 background.