COLOR #A0556A

HEX: #A0556A
RGB: (160,85,106)

Color info

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

RGB color model

#A0556A color RGB value is (160,85,106).

  • red value is 160;
  • green value is 85;
  • blue value is 106.
RGB:
(160,85,106)
(63%,33%,42%)

RGB channels and saturation

R 160 of 255 = 63%
G 85 of 255 = 33%
B 106 of 255 = 42%

160
85
106

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

Portions of RGB colors in percentages

R + G + B =
160 + 85 + 106 = 351 (100%)
R 160 of 351 ~ 45.58%
G 85 of 351 ~ 24.22%
B 106 of 351 ~ 30.2%

%45.58
%24.22
%30.2

CMYK color model

#A0556A color CMYK value is (0,47,34,37).

  • cyan value is 0.00%
  • magenta value is 46.88%
  • yellow value is 33.75%
  • key color value is 37.25%
CMYK:
(0,47,34,37)
C0M47Y34K37 
(0%,47%,34%,37%)
(0.00/0.47/0.34/0.37)	

CMYK percentages

%0
%46.88
%33.75
%37.25

Codes

Color #A0556A in popluar color models

A0556A
RGB16085106
HSL343°30.61%48.04%
HSB/HSV343°46.88%62.75%
CMYK0.00%46.88%33.75%
37.25%

Color #A0556A in popluar number systems.

HEXA0556A
Decimal16085106
Binary1010000010101011101010
Octal240125152

Shades and tints

Shades of #A0556A

#A0556A
(160,85,106)
#924E61
(146,78,97)
#844758
(132,71,88)
#76404F
(118,64,79)
#683946
(104,57,70)
#5A323D
(90,50,61)
#4C2B34
(76,43,52)
#3E242B
(62,36,43)
#301D22
(48,29,34)
#221619
(34,22,25)
#140F10
(20,15,16)
#000000
(0,0,0)

Tints of #A0556A

#A0556A
(160,85,106)
#A86477
(168,100,119)
#B07384
(176,115,132)
#B88291
(184,130,145)
#C0919E
(192,145,158)
#C8A0AB
(200,160,171)
#D0AFB8
(208,175,184)
#D8BEC5
(216,190,197)
#E0CDD2
(224,205,210)
#E8DCDF
(232,220,223)
#F0EBEC
(240,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0556A color. Also use rgb(160,85,106) instead hex code.

Text Font Color

.myTextColor { color: #A0556A; }

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

This text font color is #A0556A.


Background Color

.myBgColor { background-color: #A0556A; }

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

This div background color is #A0556A.


Border color

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

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

This div border color is #A0556A.


Opacity

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

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

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

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

This text has shadow with #A0556A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0556A on black background.


Color preview on white background

This text has color #A0556A on white background.



Black color preview on #A0556A background

This text has black color on #A0556A background.


White color preview on #A0556A background

This text has white color on #A0556A background.