COLOR #A54A54

HEX: #A54A54 RGB: (165,74,84)

Color info

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

RGB color model

#A54A54 color RGB value is (165,74,84).

RGB: (165,74,84) (65%, 29%, 33%)

RGB channels and saturation

R 165 of 255 = 65%
G 74 of 255 = 29%
B 84 of 255 = 33%

165
74
84

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

Portions of RGB colors in percentages

R + G + B = 165 + 74 + 84 = 323 (100%)
R 165 of 323 ~ 51.08%
G 74 of 323 ~ 22.91%
B 84 of 323 ~ 26.01'%

%51.08
%22.91
%26.01

CMYK color model

#A54A54 color CMYK value is (0,55,49,35).

  • cyan value is 0.00%
  • magenta value is 55.15%
  • yellow value is 49.09%
  • key color value is 35.29%

CMYK: (0,55,49,35)
C0M55Y49K35 (0%, 55%, 49%, 35%)
(0.00 / 0.55 / 0.49 / 0.35)

CMYK percentages

%0
%55.15
%49.09
%35.29

Codes

Color #A54A54 in popluar color models

A5 4A 54
RGB 165 74 84
HSL 353° 38.08% 46.86%
HSB/HSV 353° 55.15% 64.71%
CMYK 0.00% 55.15% 49.09%
35.29%

Color #A54A54 in popluar number systems.

HEX A5 4A 54
Decimal 165 74 84
Binary 10100101 1001010 1010100
Octal 245 112 124

Shades and tints

Shades of #A54A54

#A54A54
(165,74,84)
#96444D
(150,68,77)
#873E46
(135,62,70)
#78383F
(120,56,63)
#693238
(105,50,56)
#5A2C31
(90,44,49)
#4B262A
(75,38,42)
#3C2023
(60,32,35)
#2D1A1C
(45,26,28)
#1E1415
(30,20,21)
#0F0E0E
(15,14,14)
#000000
(0,0,0)

Tints of #A54A54

#A54A54
(165,74,84)
#AD5A63
(173,90,99)
#B56A72
(181,106,114)
#BD7A81
(189,122,129)
#C58A90
(197,138,144)
#CD9A9F
(205,154,159)
#D5AAAE
(213,170,174)
#DDBABD
(221,186,189)
#E5CACC
(229,202,204)
#EDDADB
(237,218,219)
#F5EAEA
(245,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A54A54; }

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

This text font color is #A54A54.

Background Color

.myBgColor { background-color: #A54A54; }

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

This div background color is #A54A54.

Border color

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

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

This div border color is #A54A54.

Opacity

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

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

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

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

This text has shadow with #A54A54 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A54A54.

Preview

Color preview on black background

This text has color #A54A54 on black background.


Color preview on white background

This text has color #A54A54 on white background.


Black color preview on #A54A54 background

This text has black color on #A54A54 background.


White color preview on #A54A54 background

This text has white color on #A54A54 background.


Related colors

Complementary color

Complementary color for #hex is #5AB5AB.


I love getcolorcode.com

Triadic colors

1 #54A54A and #4A54A5 with #A54A54 are triadic colors.

2 #544AA5 and #4AA554 with #A54A54 are triadic colors.