COLOR #A5606F

HEX: #A5606F RGB: (165,96,111)

Color info

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

RGB color model

#A5606F color RGB value is (165,96,111).

RGB: (165,96,111) (65%, 38%, 44%)

RGB channels and saturation

R 165 of 255 = 65%
G 96 of 255 = 38%
B 111 of 255 = 44%

165
96
111

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

Portions of RGB colors in percentages

R + G + B = 165 + 96 + 111 = 372 (100%)
R 165 of 372 ~ 44.35%
G 96 of 372 ~ 25.81%
B 111 of 372 ~ 29.84'%

%44.35
%25.81
%29.84

CMYK color model

#A5606F color CMYK value is (0,42,33,35).

  • cyan value is 0.00%
  • magenta value is 41.82%
  • yellow value is 32.73%
  • key color value is 35.29%

CMYK: (0,42,33,35)
C0M42Y33K35 (0%, 42%, 33%, 35%)
(0.00 / 0.42 / 0.33 / 0.35)

CMYK percentages

%0
%41.82
%32.73
%35.29

Codes

Color #A5606F in popluar color models

A5 60 6F
RGB 165 96 111
HSL 347° 27.71% 51.18%
HSB/HSV 347° 41.82% 64.71%
CMYK 0.00% 41.82% 32.73%
35.29%

Color #A5606F in popluar number systems.

HEX A5 60 6F
Decimal 165 96 111
Binary 10100101 1100000 1101111
Octal 245 140 157

Shades and tints

Shades of #A5606F

#A5606F
(165,96,111)
#965865
(150,88,101)
#87505B
(135,80,91)
#784851
(120,72,81)
#694047
(105,64,71)
#5A383D
(90,56,61)
#4B3033
(75,48,51)
#3C2829
(60,40,41)
#2D201F
(45,32,31)
#1E1815
(30,24,21)
#0F100B
(15,16,11)
#000000
(0,0,0)

Tints of #A5606F

#A5606F
(165,96,111)
#AD6E7C
(173,110,124)
#B57C89
(181,124,137)
#BD8A96
(189,138,150)
#C598A3
(197,152,163)
#CDA6B0
(205,166,176)
#D5B4BD
(213,180,189)
#DDC2CA
(221,194,202)
#E5D0D7
(229,208,215)
#EDDEE4
(237,222,228)
#F5ECF1
(245,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5606F color. Also use rgb(165,96,111) instead hex code.

Text Font Color

.myTextColor { color: #A5606F; }

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

This text font color is #A5606F.

Background Color

.myBgColor { background-color: #A5606F; }

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

This div background color is #A5606F.

Border color

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

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

This div border color is #A5606F.

Opacity

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

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

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

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

This text has shadow with #A5606F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5606F.

Preview

Color preview on black background

This text has color #A5606F on black background.


Color preview on white background

This text has color #A5606F on white background.


Black color preview on #A5606F background

This text has black color on #A5606F background.


White color preview on #A5606F background

This text has white color on #A5606F background.


Related colors

Complementary color

Complementary color for #hex is #5A9F90.


I love getcolorcode.com

Triadic colors

1 #6FA560 and #606FA5 with #A5606F are triadic colors.

2 #6F60A5 and #60A56F with #A5606F are triadic colors.