COLOR #A5556B

HEX: #A5556B RGB: (165,85,107)

Color info

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

RGB color model

#A5556B color RGB value is (165,85,107).

RGB: (165,85,107) (65%, 33%, 42%)

RGB channels and saturation

R 165 of 255 = 65%
G 85 of 255 = 33%
B 107 of 255 = 42%

165
85
107

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

Portions of RGB colors in percentages

R + G + B = 165 + 85 + 107 = 357 (100%)
R 165 of 357 ~ 46.22%
G 85 of 357 ~ 23.81%
B 107 of 357 ~ 29.97'%

%46.22
%23.81
%29.97

CMYK color model

#A5556B color CMYK value is (0,48,35,35).

  • cyan value is 0.00%
  • magenta value is 48.48%
  • yellow value is 35.15%
  • key color value is 35.29%

CMYK: (0,48,35,35)
C0M48Y35K35 (0%, 48%, 35%, 35%)
(0.00 / 0.48 / 0.35 / 0.35)

CMYK percentages

%0
%48.48
%35.15
%35.29

Codes

Color #A5556B in popluar color models

A5 55 6B
RGB 165 85 107
HSL 344° 32.00% 49.02%
HSB/HSV 344° 48.48% 64.71%
CMYK 0.00% 48.48% 35.15%
35.29%

Color #A5556B in popluar number systems.

HEX A5 55 6B
Decimal 165 85 107
Binary 10100101 1010101 1101011
Octal 245 125 153

Shades and tints

Shades of #A5556B

#A5556B
(165,85,107)
#964E62
(150,78,98)
#874759
(135,71,89)
#784050
(120,64,80)
#693947
(105,57,71)
#5A323E
(90,50,62)
#4B2B35
(75,43,53)
#3C242C
(60,36,44)
#2D1D23
(45,29,35)
#1E161A
(30,22,26)
#0F0F11
(15,15,17)
#000000
(0,0,0)

Tints of #A5556B

#A5556B
(165,85,107)
#AD6478
(173,100,120)
#B57385
(181,115,133)
#BD8292
(189,130,146)
#C5919F
(197,145,159)
#CDA0AC
(205,160,172)
#D5AFB9
(213,175,185)
#DDBEC6
(221,190,198)
#E5CDD3
(229,205,211)
#EDDCE0
(237,220,224)
#F5EBED
(245,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5556B color. Also use rgb(165,85,107) instead hex code.

Text Font Color

.myTextColor { color: #A5556B; }

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

This text font color is #A5556B.

Background Color

.myBgColor { background-color: #A5556B; }

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

This div background color is #A5556B.

Border color

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

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

This div border color is #A5556B.

Opacity

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

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

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

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

This text has shadow with #A5556B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5556B.

Preview

Color preview on black background

This text has color #A5556B on black background.


Color preview on white background

This text has color #A5556B on white background.


Black color preview on #A5556B background

This text has black color on #A5556B background.


White color preview on #A5556B background

This text has white color on #A5556B background.


Related colors

Complementary color

Complementary color for #hex is #5AAA94.


I love getcolorcode.com

Triadic colors

1 #6BA555 and #556BA5 with #A5556B are triadic colors.

2 #6B55A5 and #55A56B with #A5556B are triadic colors.