COLOR #A0506E

HEX: #A0506E
RGB: (160,80,110)

Color info

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

RGB color model

#A0506E color RGB value is (160,80,110).

  • red value is 160;
  • green value is 80;
  • blue value is 110.
RGB:
(160,80,110)
(63%,31%,43%)

RGB channels and saturation

R 160 of 255 = 63%
G 80 of 255 = 31%
B 110 of 255 = 43%

160
80
110

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

Portions of RGB colors in percentages

R + G + B =
160 + 80 + 110 = 350 (100%)
R 160 of 350 ~ 45.71%
G 80 of 350 ~ 22.86%
B 110 of 350 ~ 31.43%

%45.71
%22.86
%31.43

CMYK color model

#A0506E color CMYK value is (0,50,31,37).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 31.25%
  • key color value is 37.25%
CMYK:
(0,50,31,37)
C0M50Y31K37 
(0%,50%,31%,37%)
(0.00/0.50/0.31/0.37)	

CMYK percentages

%0
%50
%31.25
%37.25

Codes

Color #A0506E in popluar color models

A0506E
RGB16080110
HSL338°33.33%47.06%
HSB/HSV338°50.00%62.75%
CMYK0.00%50.00%31.25%
37.25%

Color #A0506E in popluar number systems.

HEXA0506E
Decimal16080110
Binary1010000010100001101110
Octal240120156

Shades and tints

Shades of #A0506E

#A0506E
(160,80,110)
#924964
(146,73,100)
#84425A
(132,66,90)
#763B50
(118,59,80)
#683446
(104,52,70)
#5A2D3C
(90,45,60)
#4C2632
(76,38,50)
#3E1F28
(62,31,40)
#30181E
(48,24,30)
#221114
(34,17,20)
#140A0A
(20,10,10)
#000000
(0,0,0)

Tints of #A0506E

#A0506E
(160,80,110)
#A85F7B
(168,95,123)
#B06E88
(176,110,136)
#B87D95
(184,125,149)
#C08CA2
(192,140,162)
#C89BAF
(200,155,175)
#D0AABC
(208,170,188)
#D8B9C9
(216,185,201)
#E0C8D6
(224,200,214)
#E8D7E3
(232,215,227)
#F0E6F0
(240,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0506E color. Also use rgb(160,80,110) instead hex code.

Text Font Color

.myTextColor { color: #A0506E; }

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

This text font color is #A0506E.


Background Color

.myBgColor { background-color: #A0506E; }

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

This div background color is #A0506E.


Border color

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

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

This div border color is #A0506E.


Opacity

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

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

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

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

This text has shadow with #A0506E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0506E on black background.


Color preview on white background

This text has color #A0506E on white background.



Black color preview on #A0506E background

This text has black color on #A0506E background.


White color preview on #A0506E background

This text has white color on #A0506E background.