COLOR #A05A61

HEX: #A05A61
RGB: (160,90,97)

Color info

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

RGB color model

#A05A61 color RGB value is (160,90,97).

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

RGB channels and saturation

R 160 of 255 = 63%
G 90 of 255 = 35%
B 97 of 255 = 38%

160
90
97

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

Portions of RGB colors in percentages

R + G + B =
160 + 90 + 97 = 347 (100%)
R 160 of 347 ~ 46.11%
G 90 of 347 ~ 25.94%
B 97 of 347 ~ 27.95%

%46.11
%25.94
%27.95

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 43.75%
  • yellow value is 39.38%
  • key color value is 37.25%
CMYK:
(0,44,39,37)
C0M44Y39K37 
(0%,44%,39%,37%)
(0.00/0.44/0.39/0.37)	

CMYK percentages

%0
%43.75
%39.38
%37.25

Codes

Color #A05A61 in popluar color models

A05A61
RGB1609097
HSL354°28.00%49.02%
HSB/HSV354°43.75%62.75%
CMYK0.00%43.75%39.38%
37.25%

Color #A05A61 in popluar number systems.

HEXA05A61
Decimal1609097
Binary1010000010110101100001
Octal240132141

Shades and tints

Shades of #A05A61

#A05A61
(160,90,97)
#925259
(146,82,89)
#844A51
(132,74,81)
#764249
(118,66,73)
#683A41
(104,58,65)
#5A3239
(90,50,57)
#4C2A31
(76,42,49)
#3E2229
(62,34,41)
#301A21
(48,26,33)
#221219
(34,18,25)
#140A11
(20,10,17)
#000000
(0,0,0)

Tints of #A05A61

#A05A61
(160,90,97)
#A8696F
(168,105,111)
#B0787D
(176,120,125)
#B8878B
(184,135,139)
#C09699
(192,150,153)
#C8A5A7
(200,165,167)
#D0B4B5
(208,180,181)
#D8C3C3
(216,195,195)
#E0D2D1
(224,210,209)
#E8E1DF
(232,225,223)
#F0F0ED
(240,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A05A61; }

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

This text font color is #A05A61.


Background Color

.myBgColor { background-color: #A05A61; }

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

This div background color is #A05A61.


Border color

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

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

This div border color is #A05A61.


Opacity

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

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

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

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

This text has shadow with #A05A61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A05A61 on black background.


Color preview on white background

This text has color #A05A61 on white background.



Black color preview on #A05A61 background

This text has black color on #A05A61 background.


White color preview on #A05A61 background

This text has white color on #A05A61 background.