COLOR #A05659

HEX: #A05659
RGB: (160,86,89)

Color info

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

RGB color model

#A05659 color RGB value is (160,86,89).

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

RGB channels and saturation

R 160 of 255 = 63%
G 86 of 255 = 34%
B 89 of 255 = 35%

160
86
89

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

Portions of RGB colors in percentages

R + G + B =
160 + 86 + 89 = 335 (100%)
R 160 of 335 ~ 47.76%
G 86 of 335 ~ 25.67%
B 89 of 335 ~ 26.57%

%47.76
%25.67
%26.57

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 46.25%
  • yellow value is 44.38%
  • key color value is 37.25%
CMYK:
(0,46,44,37)
C0M46Y44K37 
(0%,46%,44%,37%)
(0.00/0.46/0.44/0.37)	

CMYK percentages

%0
%46.25
%44.38
%37.25

Codes

Color #A05659 in popluar color models

A05659
RGB1608689
HSL358°30.08%48.24%
HSB/HSV358°46.25%62.75%
CMYK0.00%46.25%44.38%
37.25%

Color #A05659 in popluar number systems.

HEXA05659
Decimal1608689
Binary1010000010101101011001
Octal240126131

Shades and tints

Shades of #A05659

#A05659
(160,86,89)
#924F51
(146,79,81)
#844849
(132,72,73)
#764141
(118,65,65)
#683A39
(104,58,57)
#5A3331
(90,51,49)
#4C2C29
(76,44,41)
#3E2521
(62,37,33)
#301E19
(48,30,25)
#221711
(34,23,17)
#141009
(20,16,9)
#000000
(0,0,0)

Tints of #A05659

#A05659
(160,86,89)
#A86568
(168,101,104)
#B07477
(176,116,119)
#B88386
(184,131,134)
#C09295
(192,146,149)
#C8A1A4
(200,161,164)
#D0B0B3
(208,176,179)
#D8BFC2
(216,191,194)
#E0CED1
(224,206,209)
#E8DDE0
(232,221,224)
#F0ECEF
(240,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A05659; }

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

This text font color is #A05659.


Background Color

.myBgColor { background-color: #A05659; }

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

This div background color is #A05659.


Border color

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

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

This div border color is #A05659.


Opacity

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

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

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

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

This text has shadow with #A05659 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A05659 on black background.


Color preview on white background

This text has color #A05659 on white background.



Black color preview on #A05659 background

This text has black color on #A05659 background.


White color preview on #A05659 background

This text has white color on #A05659 background.