COLOR #A24B57

HEX: #A24B57
RGB: (162,75,87)

Color info

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

RGB color model

#A24B57 color RGB value is (162,75,87).

  • red value is 162;
  • green value is 75;
  • blue value is 87.
RGB:
(162,75,87)
(64%,29%,34%)

RGB channels and saturation

R 162 of 255 = 64%
G 75 of 255 = 29%
B 87 of 255 = 34%

162
75
87

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

Portions of RGB colors in percentages

R + G + B =
162 + 75 + 87 = 324 (100%)
R 162 of 324 ~ 50%
G 75 of 324 ~ 23.15%
B 87 of 324 ~ 26.85%

%50
%23.15
%26.85

CMYK color model

#A24B57 color CMYK value is (0,54,46,36).

  • cyan value is 0.00%
  • magenta value is 53.70%
  • yellow value is 46.30%
  • key color value is 36.47%
CMYK:
(0,54,46,36)
C0M54Y46K36 
(0%,54%,46%,36%)
(0.00/0.54/0.46/0.36)	

CMYK percentages

%0
%53.7
%46.3
%36.47

Codes

Color #A24B57 in popluar color models

A24B57
RGB1627587
HSL352°36.71%46.47%
HSB/HSV352°53.70%63.53%
CMYK0.00%53.70%46.30%
36.47%

Color #A24B57 in popluar number systems.

HEXA24B57
Decimal1627587
Binary1010001010010111010111
Octal242113127

Shades and tints

Shades of #A24B57

#A24B57
(162,75,87)
#944550
(148,69,80)
#863F49
(134,63,73)
#783942
(120,57,66)
#6A333B
(106,51,59)
#5C2D34
(92,45,52)
#4E272D
(78,39,45)
#402126
(64,33,38)
#321B1F
(50,27,31)
#241518
(36,21,24)
#160F11
(22,15,17)
#000000
(0,0,0)

Tints of #A24B57

#A24B57
(162,75,87)
#AA5B66
(170,91,102)
#B26B75
(178,107,117)
#BA7B84
(186,123,132)
#C28B93
(194,139,147)
#CA9BA2
(202,155,162)
#D2ABB1
(210,171,177)
#DABBC0
(218,187,192)
#E2CBCF
(226,203,207)
#EADBDE
(234,219,222)
#F2EBED
(242,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A24B57 color. Also use rgb(162,75,87) instead hex code.

Text Font Color

.myTextColor { color: #A24B57; }

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

This text font color is #A24B57.


Background Color

.myBgColor { background-color: #A24B57; }

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

This div background color is #A24B57.


Border color

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

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

This div border color is #A24B57.


Opacity

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

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

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

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

This text has shadow with #A24B57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A24B57 on black background.


Color preview on white background

This text has color #A24B57 on white background.



Black color preview on #A24B57 background

This text has black color on #A24B57 background.


White color preview on #A24B57 background

This text has white color on #A24B57 background.