COLOR #A05A59

HEX: #A05A59
RGB: (160,90,89)

Color info

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

RGB color model

#A05A59 color RGB value is (160,90,89).

  • red value is 160;
  • green value is 90;
  • blue value is 89.
RGB:
(160,90,89)
(63%,35%,35%)

RGB channels and saturation

R 160 of 255 = 63%
G 90 of 255 = 35%
B 89 of 255 = 35%

160
90
89

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

Portions of RGB colors in percentages

R + G + B =
160 + 90 + 89 = 339 (100%)
R 160 of 339 ~ 47.2%
G 90 of 339 ~ 26.55%
B 89 of 339 ~ 26.25%

%47.2
%26.55
%26.25

CMYK color model

#A05A59 color CMYK value is (0,44,44,37).

  • cyan value is 0.00%
  • magenta value is 43.75%
  • yellow value is 44.38%
  • key color value is 37.25%
CMYK:
(0,44,44,37)
C0M44Y44K37 
(0%,44%,44%,37%)
(0.00/0.44/0.44/0.37)	

CMYK percentages

%0
%43.75
%44.38
%37.25

Codes

Color #A05A59 in popluar color models

A05A59
RGB1609089
HSL28.51%48.82%
HSB/HSV44.38%62.75%
CMYK0.00%43.75%44.38%
37.25%

Color #A05A59 in popluar number systems.

HEXA05A59
Decimal1609089
Binary1010000010110101011001
Octal240132131

Shades and tints

Shades of #A05A59

#A05A59
(160,90,89)
#925251
(146,82,81)
#844A49
(132,74,73)
#764241
(118,66,65)
#683A39
(104,58,57)
#5A3231
(90,50,49)
#4C2A29
(76,42,41)
#3E2221
(62,34,33)
#301A19
(48,26,25)
#221211
(34,18,17)
#140A09
(20,10,9)
#000000
(0,0,0)

Tints of #A05A59

#A05A59
(160,90,89)
#A86968
(168,105,104)
#B07877
(176,120,119)
#B88786
(184,135,134)
#C09695
(192,150,149)
#C8A5A4
(200,165,164)
#D0B4B3
(208,180,179)
#D8C3C2
(216,195,194)
#E0D2D1
(224,210,209)
#E8E1E0
(232,225,224)
#F0F0EF
(240,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A05A59 color. Also use rgb(160,90,89) instead hex code.

Text Font Color

.myTextColor { color: #A05A59; }

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

This text font color is #A05A59.


Background Color

.myBgColor { background-color: #A05A59; }

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

This div background color is #A05A59.


Border color

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

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

This div border color is #A05A59.


Opacity

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

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

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

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

This text has shadow with #A05A59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A05A59 on black background.


Color preview on white background

This text has color #A05A59 on white background.



Black color preview on #A05A59 background

This text has black color on #A05A59 background.


White color preview on #A05A59 background

This text has white color on #A05A59 background.