COLOR #A54969

HEX: #A54969 RGB: (165,73,105)

Color info

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

RGB color model

#A54969 color RGB value is (165,73,105).

RGB: (165,73,105) (65%, 29%, 41%)

RGB channels and saturation

R 165 of 255 = 65%
G 73 of 255 = 29%
B 105 of 255 = 41%

165
73
105

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

Portions of RGB colors in percentages

R + G + B = 165 + 73 + 105 = 343 (100%)
R 165 of 343 ~ 48.1%
G 73 of 343 ~ 21.28%
B 105 of 343 ~ 30.61'%

%48.1
%21.28
%30.61

CMYK color model

#A54969 color CMYK value is (0,56,36,35).

  • cyan value is 0.00%
  • magenta value is 55.76%
  • yellow value is 36.36%
  • key color value is 35.29%
CMYK: (0,56,36,35) C0M56Y36K35 (0%,56%,36%,35%) (0.00/0.56/0.36/0.35) 

CMYK percentages

%0
%55.76
%36.36
%35.29

Codes

Color #A54969 in popluar color models

A5 49 69
RGB 165 73 105
HSL 339° 38.66% 46.67%
HSB/HSV 339° 55.76% 64.71%
CMYK 0.00% 55.76% 36.36%
35.29%

Color #A54969 in popluar number systems.

HEX A5 49 69
Decimal 165 73 105
Binary 10100101 1001001 1101001
Octal 245 111 151

Shades and tints

Shades of #A54969

#A54969
(165,73,105)
#964360
(150,67,96)
#873D57
(135,61,87)
#78374E
(120,55,78)
#693145
(105,49,69)
#5A2B3C
(90,43,60)
#4B2533
(75,37,51)
#3C1F2A
(60,31,42)
#2D1921
(45,25,33)
#1E1318
(30,19,24)
#0F0D0F
(15,13,15)
#000000
(0,0,0)

Tints of #A54969

#A54969
(165,73,105)
#AD5976
(173,89,118)
#B56983
(181,105,131)
#BD7990
(189,121,144)
#C5899D
(197,137,157)
#CD99AA
(205,153,170)
#D5A9B7
(213,169,183)
#DDB9C4
(221,185,196)
#E5C9D1
(229,201,209)
#EDD9DE
(237,217,222)
#F5E9EB
(245,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A54969 color. Also use rgb(165,73,105) instead hex code.

Text Font Color

.myTextColor { color: #A54969; }

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

This text font color is #A54969.

Background Color

.myBgColor { background-color: #A54969; }

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

This div background color is #A54969.

Border color

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

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

This div border color is #A54969.

Opacity

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

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

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

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

This text has shadow with #A54969 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A54969.

Preview

Color preview on black background

This text has color #A54969 on black background.


Color preview on white background

This text has color #A54969 on white background.


Black color preview on #A54969 background

This text has black color on #A54969 background.


White color preview on #A54969 background

This text has white color on #A54969 background.


Related colors

Complementary color

Complementary color for #hex is #5AB696.


I love getcolorcode.com

Triadic colors

1 #69A549 and #4969A5 with #A54969 are triadic colors.

2 #6949A5 and #49A569 with #A54969 are triadic colors.