COLOR #A24A51

HEX: #A24A51 RGB: (162,74,81)

Color info

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

RGB color model

#A24A51 color RGB value is (162,74,81).

RGB: (162,74,81) (64%, 29%, 32%)

RGB channels and saturation

R 162 of 255 = 64%
G 74 of 255 = 29%
B 81 of 255 = 32%

162
74
81

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

Portions of RGB colors in percentages

R + G + B = 162 + 74 + 81 = 317 (100%)
R 162 of 317 ~ 51.1%
G 74 of 317 ~ 23.34%
B 81 of 317 ~ 25.55'%

%51.1
%23.34
%25.55

CMYK color model

#A24A51 color CMYK value is (0,54,50,36).

  • cyan value is 0.00%
  • magenta value is 54.32%
  • yellow value is 50.00%
  • key color value is 36.47%
CMYK: (0,54,50,36) C0M54Y50K36 (0%,54%,50%,36%) (0.00/0.54/0.50/0.36) 

CMYK percentages

%0
%54.32
%50
%36.47

Codes

Color #A24A51 in popluar color models

A2 4A 51
RGB 162 74 81
HSL 355° 37.29% 46.27%
HSB/HSV 355° 54.32% 63.53%
CMYK 0.00% 54.32% 50.00%
36.47%

Color #A24A51 in popluar number systems.

HEX A2 4A 51
Decimal 162 74 81
Binary 10100010 1001010 1010001
Octal 242 112 121

Shades and tints

Shades of #A24A51

#A24A51
(162,74,81)
#94444A
(148,68,74)
#863E43
(134,62,67)
#78383C
(120,56,60)
#6A3235
(106,50,53)
#5C2C2E
(92,44,46)
#4E2627
(78,38,39)
#402020
(64,32,32)
#321A19
(50,26,25)
#241412
(36,20,18)
#160E0B
(22,14,11)
#000000
(0,0,0)

Tints of #A24A51

#A24A51
(162,74,81)
#AA5A60
(170,90,96)
#B26A6F
(178,106,111)
#BA7A7E
(186,122,126)
#C28A8D
(194,138,141)
#CA9A9C
(202,154,156)
#D2AAAB
(210,170,171)
#DABABA
(218,186,186)
#E2CAC9
(226,202,201)
#EADAD8
(234,218,216)
#F2EAE7
(242,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A24A51 color. Also use rgb(162,74,81) instead hex code.

Text Font Color

.myTextColor { color: #A24A51; }

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

This text font color is #A24A51.

Background Color

.myBgColor { background-color: #A24A51; }

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

This div background color is #A24A51.

Border color

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

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

This div border color is #A24A51.

Opacity

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

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

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

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

This text has shadow with #A24A51 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A24A51.

Preview

Color preview on black background

This text has color #A24A51 on black background.


Color preview on white background

This text has color #A24A51 on white background.


Black color preview on #A24A51 background

This text has black color on #A24A51 background.


White color preview on #A24A51 background

This text has white color on #A24A51 background.


Related colors

Complementary color

Complementary color for #hex is #5DB5AE.


I love getcolorcode.com

Triadic colors

1 #51A24A and #4A51A2 with #A24A51 are triadic colors.

2 #514AA2 and #4AA251 with #A24A51 are triadic colors.