COLOR #A54659

HEX: #A54659
RGB: (165,70,89)

Color info

#A54659 contains mainly red color. Web safe color of #A54659 is #993366 (or #936).

RGB color model

#A54659 color RGB value is (165,70,89).

  • red value is 165;
  • green value is 70;
  • blue value is 89.
RGB:
(165,70,89)
(65%,27%,35%)

RGB channels and saturation

R 165 of 255 = 65%
G 70 of 255 = 27%
B 89 of 255 = 35%

165
70
89

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

Portions of RGB colors in percentages

R + G + B =
165 + 70 + 89 = 324 (100%)
R 165 of 324 ~ 50.93%
G 70 of 324 ~ 21.6%
B 89 of 324 ~ 27.47%

%50.93
%21.6
%27.47

CMYK color model

#A54659 color CMYK value is (0,58,46,35).

  • cyan value is 0.00%
  • magenta value is 57.58%
  • yellow value is 46.06%
  • key color value is 35.29%
CMYK:
(0,58,46,35)
C0M58Y46K35 
(0%,58%,46%,35%)
(0.00/0.58/0.46/0.35)	

CMYK percentages

%0
%57.58
%46.06
%35.29

Codes

Color #A54659 in popluar color models

A54659
RGB1657089
HSL348°40.43%46.08%
HSB/HSV348°57.58%64.71%
CMYK0.00%57.58%46.06%
35.29%

Color #A54659 in popluar number systems.

HEXA54659
Decimal1657089
Binary1010010110001101011001
Octal245106131

Shades and tints

Shades of #A54659

#A54659
(165,70,89)
#964051
(150,64,81)
#873A49
(135,58,73)
#783441
(120,52,65)
#692E39
(105,46,57)
#5A2831
(90,40,49)
#4B2229
(75,34,41)
#3C1C21
(60,28,33)
#2D1619
(45,22,25)
#1E1011
(30,16,17)
#0F0A09
(15,10,9)
#000000
(0,0,0)

Tints of #A54659

#A54659
(165,70,89)
#AD5668
(173,86,104)
#B56677
(181,102,119)
#BD7686
(189,118,134)
#C58695
(197,134,149)
#CD96A4
(205,150,164)
#D5A6B3
(213,166,179)
#DDB6C2
(221,182,194)
#E5C6D1
(229,198,209)
#EDD6E0
(237,214,224)
#F5E6EF
(245,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A54659 color. Also use rgb(165,70,89) instead hex code.

Text Font Color

.myTextColor { color: #A54659; }

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

This text font color is #A54659.


Background Color

.myBgColor { background-color: #A54659; }

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

This div background color is #A54659.


Border color

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

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

This div border color is #A54659.


Opacity

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

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

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

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

This text has shadow with #A54659 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A54659 on black background.


Color preview on white background

This text has color #A54659 on white background.



Black color preview on #A54659 background

This text has black color on #A54659 background.


White color preview on #A54659 background

This text has white color on #A54659 background.