COLOR #A54259

HEX: #A54259
RGB: (165,66,89)

Color info

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

RGB color model

#A54259 color RGB value is (165,66,89).

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

RGB channels and saturation

R 165 of 255 = 65%
G 66 of 255 = 26%
B 89 of 255 = 35%

165
66
89

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

Portions of RGB colors in percentages

R + G + B =
165 + 66 + 89 = 320 (100%)
R 165 of 320 ~ 51.56%
G 66 of 320 ~ 20.63%
B 89 of 320 ~ 27.81%

%51.56
%20.63
%27.81

CMYK color model

#A54259 color CMYK value is (0,60,46,35).

  • cyan value is 0.00%
  • magenta value is 60.00%
  • yellow value is 46.06%
  • key color value is 35.29%
CMYK:
(0,60,46,35)
C0M60Y46K35 
(0%,60%,46%,35%)
(0.00/0.60/0.46/0.35)	

CMYK percentages

%0
%60
%46.06
%35.29

Codes

Color #A54259 in popluar color models

A54259
RGB1656689
HSL346°42.86%45.29%
HSB/HSV346°60.00%64.71%
CMYK0.00%60.00%46.06%
35.29%

Color #A54259 in popluar number systems.

HEXA54259
Decimal1656689
Binary1010010110000101011001
Octal245102131

Shades and tints

Shades of #A54259

#A54259
(165,66,89)
#963C51
(150,60,81)
#873649
(135,54,73)
#783041
(120,48,65)
#692A39
(105,42,57)
#5A2431
(90,36,49)
#4B1E29
(75,30,41)
#3C1821
(60,24,33)
#2D1219
(45,18,25)
#1E0C11
(30,12,17)
#0F0609
(15,6,9)
#000000
(0,0,0)

Tints of #A54259

#A54259
(165,66,89)
#AD5368
(173,83,104)
#B56477
(181,100,119)
#BD7586
(189,117,134)
#C58695
(197,134,149)
#CD97A4
(205,151,164)
#D5A8B3
(213,168,179)
#DDB9C2
(221,185,194)
#E5CAD1
(229,202,209)
#EDDBE0
(237,219,224)
#F5ECEF
(245,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A54259; }

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

This text font color is #A54259.


Background Color

.myBgColor { background-color: #A54259; }

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

This div background color is #A54259.


Border color

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

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

This div border color is #A54259.


Opacity

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

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

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

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

This text has shadow with #A54259 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A54259 on black background.


Color preview on white background

This text has color #A54259 on white background.



Black color preview on #A54259 background

This text has black color on #A54259 background.


White color preview on #A54259 background

This text has white color on #A54259 background.