COLOR #A5516E

HEX: #A5516E RGB: (165,81,110)

Color info

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

RGB color model

#A5516E color RGB value is (165,81,110).

RGB: (165,81,110) (65%, 32%, 43%)

RGB channels and saturation

R 165 of 255 = 65%
G 81 of 255 = 32%
B 110 of 255 = 43%

165
81
110

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

Portions of RGB colors in percentages

R + G + B = 165 + 81 + 110 = 356 (100%)
R 165 of 356 ~ 46.35%
G 81 of 356 ~ 22.75%
B 110 of 356 ~ 30.9'%

%46.35
%22.75
%30.9

CMYK color model

#A5516E color CMYK value is (0,51,33,35).

  • cyan value is 0.00%
  • magenta value is 50.91%
  • yellow value is 33.33%
  • key color value is 35.29%

CMYK: (0,51,33,35)
C0M51Y33K35 (0%, 51%, 33%, 35%)
(0.00 / 0.51 / 0.33 / 0.35)

CMYK percentages

%0
%50.91
%33.33
%35.29

Codes

Color #A5516E in popluar color models

A5 51 6E
RGB 165 81 110
HSL 339° 34.15% 48.24%
HSB/HSV 339° 50.91% 64.71%
CMYK 0.00% 50.91% 33.33%
35.29%

Color #A5516E in popluar number systems.

HEX A5 51 6E
Decimal 165 81 110
Binary 10100101 1010001 1101110
Octal 245 121 156

Shades and tints

Shades of #A5516E

#A5516E
(165,81,110)
#964A64
(150,74,100)
#87435A
(135,67,90)
#783C50
(120,60,80)
#693546
(105,53,70)
#5A2E3C
(90,46,60)
#4B2732
(75,39,50)
#3C2028
(60,32,40)
#2D191E
(45,25,30)
#1E1214
(30,18,20)
#0F0B0A
(15,11,10)
#000000
(0,0,0)

Tints of #A5516E

#A5516E
(165,81,110)
#AD607B
(173,96,123)
#B56F88
(181,111,136)
#BD7E95
(189,126,149)
#C58DA2
(197,141,162)
#CD9CAF
(205,156,175)
#D5ABBC
(213,171,188)
#DDBAC9
(221,186,201)
#E5C9D6
(229,201,214)
#EDD8E3
(237,216,227)
#F5E7F0
(245,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5516E color. Also use rgb(165,81,110) instead hex code.

Text Font Color

.myTextColor { color: #A5516E; }

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

This text font color is #A5516E.

Background Color

.myBgColor { background-color: #A5516E; }

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

This div background color is #A5516E.

Border color

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

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

This div border color is #A5516E.

Opacity

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

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

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

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

This text has shadow with #A5516E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5516E.

Preview

Color preview on black background

This text has color #A5516E on black background.


Color preview on white background

This text has color #A5516E on white background.


Black color preview on #A5516E background

This text has black color on #A5516E background.


White color preview on #A5516E background

This text has white color on #A5516E background.


Related colors

Complementary color

Complementary color for #hex is #5AAE91.


I love getcolorcode.com

Triadic colors

1 #6EA551 and #516EA5 with #A5516E are triadic colors.

2 #6E51A5 and #51A56E with #A5516E are triadic colors.