COLOR #A54D6D

HEX: #A54D6D RGB: (165,77,109)

Color info

#A54D6D contains mainly red and blue colors. Web safe color of #A54D6D is #993366 (or #936).

RGB color model

#A54D6D color RGB value is (165,77,109).

RGB: (165,77,109) (65%, 30%, 43%)

RGB channels and saturation

R 165 of 255 = 65%
G 77 of 255 = 30%
B 109 of 255 = 43%

165
77
109

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

Portions of RGB colors in percentages

R + G + B = 165 + 77 + 109 = 351 (100%)
R 165 of 351 ~ 47.01%
G 77 of 351 ~ 21.94%
B 109 of 351 ~ 31.05'%

%47.01
%21.94
%31.05

CMYK color model

#A54D6D color CMYK value is (0,53,34,35).

  • cyan value is 0.00%
  • magenta value is 53.33%
  • yellow value is 33.94%
  • key color value is 35.29%

CMYK: (0,53,34,35)
C0M53Y34K35 (0%, 53%, 34%, 35%)
(0.00 / 0.53 / 0.34 / 0.35)

CMYK percentages

%0
%53.33
%33.94
%35.29

Codes

Color #A54D6D in popluar color models

A5 4D 6D
RGB 165 77 109
HSL 338° 36.36% 47.45%
HSB/HSV 338° 53.33% 64.71%
CMYK 0.00% 53.33% 33.94%
35.29%

Color #A54D6D in popluar number systems.

HEX A5 4D 6D
Decimal 165 77 109
Binary 10100101 1001101 1101101
Octal 245 115 155

Shades and tints

Shades of #A54D6D

#A54D6D
(165,77,109)
#964664
(150,70,100)
#873F5B
(135,63,91)
#783852
(120,56,82)
#693149
(105,49,73)
#5A2A40
(90,42,64)
#4B2337
(75,35,55)
#3C1C2E
(60,28,46)
#2D1525
(45,21,37)
#1E0E1C
(30,14,28)
#0F0713
(15,7,19)
#000000
(0,0,0)

Tints of #A54D6D

#A54D6D
(165,77,109)
#AD5D7A
(173,93,122)
#B56D87
(181,109,135)
#BD7D94
(189,125,148)
#C58DA1
(197,141,161)
#CD9DAE
(205,157,174)
#D5ADBB
(213,173,187)
#DDBDC8
(221,189,200)
#E5CDD5
(229,205,213)
#EDDDE2
(237,221,226)
#F5EDEF
(245,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A54D6D color. Also use rgb(165,77,109) instead hex code.

Text Font Color

.myTextColor { color: #A54D6D; }

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

This text font color is #A54D6D.

Background Color

.myBgColor { background-color: #A54D6D; }

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

This div background color is #A54D6D.

Border color

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

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

This div border color is #A54D6D.

Opacity

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

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

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

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

This text has shadow with #A54D6D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A54D6D.

Preview

Color preview on black background

This text has color #A54D6D on black background.


Color preview on white background

This text has color #A54D6D on white background.


Black color preview on #A54D6D background

This text has black color on #A54D6D background.


White color preview on #A54D6D background

This text has white color on #A54D6D background.


Related colors

Complementary color

Complementary color for #hex is #5AB292.


I love getcolorcode.com

Triadic colors

1 #6DA54D and #4D6DA5 with #A54D6D are triadic colors.

2 #6D4DA5 and #4DA56D with #A54D6D are triadic colors.