COLOR #A05E78

HEX: #A05E78
RGB: (160,94,120)

Color info

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

RGB color model

#A05E78 color RGB value is (160,94,120).

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

RGB channels and saturation

R 160 of 255 = 63%
G 94 of 255 = 37%
B 120 of 255 = 47%

160
94
120

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

Portions of RGB colors in percentages

R + G + B =
160 + 94 + 120 = 374 (100%)
R 160 of 374 ~ 42.78%
G 94 of 374 ~ 25.13%
B 120 of 374 ~ 32.09%

%42.78
%25.13
%32.09

CMYK color model

#A05E78 color CMYK value is (0,41,25,37).

  • cyan value is 0.00%
  • magenta value is 41.25%
  • yellow value is 25.00%
  • key color value is 37.25%
CMYK:
(0,41,25,37)
C0M41Y25K37 
(0%,41%,25%,37%)
(0.00/0.41/0.25/0.37)	

CMYK percentages

%0
%41.25
%25
%37.25

Codes

Color #A05E78 in popluar color models

A05E78
RGB16094120
HSL336°25.98%49.80%
HSB/HSV336°41.25%62.75%
CMYK0.00%41.25%25.00%
37.25%

Color #A05E78 in popluar number systems.

HEXA05E78
Decimal16094120
Binary1010000010111101111000
Octal240136170

Shades and tints

Shades of #A05E78

#A05E78
(160,94,120)
#92566E
(146,86,110)
#844E64
(132,78,100)
#76465A
(118,70,90)
#683E50
(104,62,80)
#5A3646
(90,54,70)
#4C2E3C
(76,46,60)
#3E2632
(62,38,50)
#301E28
(48,30,40)
#22161E
(34,22,30)
#140E14
(20,14,20)
#000000
(0,0,0)

Tints of #A05E78

#A05E78
(160,94,120)
#A86C84
(168,108,132)
#B07A90
(176,122,144)
#B8889C
(184,136,156)
#C096A8
(192,150,168)
#C8A4B4
(200,164,180)
#D0B2C0
(208,178,192)
#D8C0CC
(216,192,204)
#E0CED8
(224,206,216)
#E8DCE4
(232,220,228)
#F0EAF0
(240,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A05E78; }

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

This text font color is #A05E78.


Background Color

.myBgColor { background-color: #A05E78; }

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

This div background color is #A05E78.


Border color

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

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

This div border color is #A05E78.


Opacity

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

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

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

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

This text has shadow with #A05E78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A05E78 on black background.


Color preview on white background

This text has color #A05E78 on white background.



Black color preview on #A05E78 background

This text has black color on #A05E78 background.


White color preview on #A05E78 background

This text has white color on #A05E78 background.