COLOR #A0506F

HEX: #A0506F RGB: (160,80,111)

Color info

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

RGB color model

#A0506F color RGB value is (160,80,111).

RGB: (160,80,111) (63%, 31%, 44%)

RGB channels and saturation

R 160 of 255 = 63%
G 80 of 255 = 31%
B 111 of 255 = 44%

160
80
111

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

Portions of RGB colors in percentages

R + G + B = 160 + 80 + 111 = 351 (100%)
R 160 of 351 ~ 45.58%
G 80 of 351 ~ 22.79%
B 111 of 351 ~ 31.62'%

%45.58
%22.79
%31.62

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 30.63%
  • 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
%30.63
%37.25

Codes

Color #A0506F in popluar color models

A0 50 6F
RGB 160 80 111
HSL 337° 33.33% 47.06%
HSB/HSV 337° 50.00% 62.75%
CMYK 0.00% 50.00% 30.63%
37.25%

Color #A0506F in popluar number systems.

HEX A0 50 6F
Decimal 160 80 111
Binary 10100000 1010000 1101111
Octal 240 120 157

Shades and tints

Shades of #A0506F

#A0506F
(160,80,111)
#924965
(146,73,101)
#84425B
(132,66,91)
#763B51
(118,59,81)
#683447
(104,52,71)
#5A2D3D
(90,45,61)
#4C2633
(76,38,51)
#3E1F29
(62,31,41)
#30181F
(48,24,31)
#221115
(34,17,21)
#140A0B
(20,10,11)
#000000
(0,0,0)

Tints of #A0506F

#A0506F
(160,80,111)
#A85F7C
(168,95,124)
#B06E89
(176,110,137)
#B87D96
(184,125,150)
#C08CA3
(192,140,163)
#C89BB0
(200,155,176)
#D0AABD
(208,170,189)
#D8B9CA
(216,185,202)
#E0C8D7
(224,200,215)
#E8D7E4
(232,215,228)
#F0E6F1
(240,230,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0506F; }

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

This text font color is #A0506F.

Background Color

.myBgColor { background-color: #A0506F; }

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

This div background color is #A0506F.

Border color

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

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

This div border color is #A0506F.

Opacity

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

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

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

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

This text has shadow with #A0506F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A0506F.

Preview

Color preview on black background

This text has color #A0506F on black background.


Color preview on white background

This text has color #A0506F on white background.


Black color preview on #A0506F background

This text has black color on #A0506F background.


White color preview on #A0506F background

This text has white color on #A0506F background.


Related colors

Complementary color

Complementary color for #hex is #5FAF90.


I love getcolorcode.com

Triadic colors

1 #6FA050 and #506FA0 with #A0506F are triadic colors.

2 #6F50A0 and #50A06F with #A0506F are triadic colors.