COLOR #A54A58

HEX: #A54A58
RGB: (165,74,88)

Color info

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

RGB color model

#A54A58 color RGB value is (165,74,88).

  • red value is 165;
  • green value is 74;
  • blue value is 88.
RGB:
(165,74,88)
(65%,29%,35%)

RGB channels and saturation

R 165 of 255 = 65%
G 74 of 255 = 29%
B 88 of 255 = 35%

165
74
88

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

Portions of RGB colors in percentages

R + G + B =
165 + 74 + 88 = 327 (100%)
R 165 of 327 ~ 50.46%
G 74 of 327 ~ 22.63%
B 88 of 327 ~ 26.91%

%50.46
%22.63
%26.91

CMYK color model

#A54A58 color CMYK value is (0,55,47,35).

  • cyan value is 0.00%
  • magenta value is 55.15%
  • yellow value is 46.67%
  • key color value is 35.29%
CMYK:
(0,55,47,35)
C0M55Y47K35 
(0%,55%,47%,35%)
(0.00/0.55/0.47/0.35)	

CMYK percentages

%0
%55.15
%46.67
%35.29

Codes

Color #A54A58 in popluar color models

A54A58
RGB1657488
HSL351°38.08%46.86%
HSB/HSV351°55.15%64.71%
CMYK0.00%55.15%46.67%
35.29%

Color #A54A58 in popluar number systems.

HEXA54A58
Decimal1657488
Binary1010010110010101011000
Octal245112130

Shades and tints

Shades of #A54A58

#A54A58
(165,74,88)
#964450
(150,68,80)
#873E48
(135,62,72)
#783840
(120,56,64)
#693238
(105,50,56)
#5A2C30
(90,44,48)
#4B2628
(75,38,40)
#3C2020
(60,32,32)
#2D1A18
(45,26,24)
#1E1410
(30,20,16)
#0F0E08
(15,14,8)
#000000
(0,0,0)

Tints of #A54A58

#A54A58
(165,74,88)
#AD5A67
(173,90,103)
#B56A76
(181,106,118)
#BD7A85
(189,122,133)
#C58A94
(197,138,148)
#CD9AA3
(205,154,163)
#D5AAB2
(213,170,178)
#DDBAC1
(221,186,193)
#E5CAD0
(229,202,208)
#EDDADF
(237,218,223)
#F5EAEE
(245,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A54A58 color. Also use rgb(165,74,88) instead hex code.

Text Font Color

.myTextColor { color: #A54A58; }

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

This text font color is #A54A58.


Background Color

.myBgColor { background-color: #A54A58; }

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

This div background color is #A54A58.


Border color

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

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

This div border color is #A54A58.


Opacity

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

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

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

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

This text has shadow with #A54A58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A54A58 on black background.


Color preview on white background

This text has color #A54A58 on white background.



Black color preview on #A54A58 background

This text has black color on #A54A58 background.


White color preview on #A54A58 background

This text has white color on #A54A58 background.