COLOR #A05A80

HEX: #A05A80
RGB: (160,90,128)

Color info

#A05A80 contains mainly red and blue colors. Web safe color of #A05A80 is #996666 (or #966).

RGB color model

#A05A80 color RGB value is (160,90,128).

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

RGB channels and saturation

R 160 of 255 = 63%
G 90 of 255 = 35%
B 128 of 255 = 50%

160
90
128

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

Portions of RGB colors in percentages

R + G + B =
160 + 90 + 128 = 378 (100%)
R 160 of 378 ~ 42.33%
G 90 of 378 ~ 23.81%
B 128 of 378 ~ 33.86%

%42.33
%23.81
%33.86

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 43.75%
  • yellow value is 20.00%
  • key color value is 37.25%
CMYK:
(0,44,20,37)
C0M44Y20K37 
(0%,44%,20%,37%)
(0.00/0.44/0.20/0.37)	

CMYK percentages

%0
%43.75
%20
%37.25

Codes

Color #A05A80 in popluar color models

A05A80
RGB16090128
HSL327°28.00%49.02%
HSB/HSV327°43.75%62.75%
CMYK0.00%43.75%20.00%
37.25%

Color #A05A80 in popluar number systems.

HEXA05A80
Decimal16090128
Binary10100000101101010000000
Octal240132200

Shades and tints

Shades of #A05A80

#A05A80
(160,90,128)
#925275
(146,82,117)
#844A6A
(132,74,106)
#76425F
(118,66,95)
#683A54
(104,58,84)
#5A3249
(90,50,73)
#4C2A3E
(76,42,62)
#3E2233
(62,34,51)
#301A28
(48,26,40)
#22121D
(34,18,29)
#140A12
(20,10,18)
#000000
(0,0,0)

Tints of #A05A80

#A05A80
(160,90,128)
#A8698B
(168,105,139)
#B07896
(176,120,150)
#B887A1
(184,135,161)
#C096AC
(192,150,172)
#C8A5B7
(200,165,183)
#D0B4C2
(208,180,194)
#D8C3CD
(216,195,205)
#E0D2D8
(224,210,216)
#E8E1E3
(232,225,227)
#F0F0EE
(240,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A05A80; }

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

This text font color is #A05A80.


Background Color

.myBgColor { background-color: #A05A80; }

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

This div background color is #A05A80.


Border color

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

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

This div border color is #A05A80.


Opacity

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

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

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

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

This text has shadow with #A05A80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A05A80 on black background.


Color preview on white background

This text has color #A05A80 on white background.



Black color preview on #A05A80 background

This text has black color on #A05A80 background.


White color preview on #A05A80 background

This text has white color on #A05A80 background.