COLOR #A24D37

HEX: #A24D37 RGB: (162,77,55)

Color info

#A24D37 contains mainly red color. Web safe color of #A24D37 is #993333 (or #933).

RGB color model

#A24D37 color RGB value is (162,77,55).

RGB: (162,77,55) (64%, 30%, 22%)

RGB channels and saturation

R 162 of 255 = 64%
G 77 of 255 = 30%
B 55 of 255 = 22%

162
77
55

R + G + B ~ 39%. #A24D37 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 162 + 77 + 55 = 294 (100%)
R 162 of 294 ~ 55.1%
G 77 of 294 ~ 26.19%
B 55 of 294 ~ 18.71'%

%55.1
%26.19
%18.71

CMYK color model

#A24D37 color CMYK value is (0,52,66,36).

  • cyan value is 0.00%
  • magenta value is 52.47%
  • yellow value is 66.05%
  • key color value is 36.47%

CMYK: (0,52,66,36)
C0M52Y66K36 (0%, 52%, 66%, 36%)
(0.00 / 0.52 / 0.66 / 0.36)

CMYK percentages

%0
%52.47
%66.05
%36.47

Codes

Color #A24D37 in popluar color models

A2 4D 37
RGB 162 77 55
HSL 12° 49.31% 42.55%
HSB/HSV 12° 66.05% 63.53%
CMYK 0.00% 52.47% 66.05%
36.47%

Color #A24D37 in popluar number systems.

HEX A2 4D 37
Decimal 162 77 55
Binary 10100010 1001101 110111
Octal 242 115 67

Shades and tints

Shades of #A24D37

#A24D37
(162,77,55)
#944632
(148,70,50)
#863F2D
(134,63,45)
#783828
(120,56,40)
#6A3123
(106,49,35)
#5C2A1E
(92,42,30)
#4E2319
(78,35,25)
#401C14
(64,28,20)
#32150F
(50,21,15)
#240E0A
(36,14,10)
#160705
(22,7,5)
#000000
(0,0,0)

Tints of #A24D37

#A24D37
(162,77,55)
#AA5D49
(170,93,73)
#B26D5B
(178,109,91)
#BA7D6D
(186,125,109)
#C28D7F
(194,141,127)
#CA9D91
(202,157,145)
#D2ADA3
(210,173,163)
#DABDB5
(218,189,181)
#E2CDC7
(226,205,199)
#EADDD9
(234,221,217)
#F2EDEB
(242,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A24D37 color. Also use rgb(162,77,55) instead hex code.

Text Font Color

.myTextColor { color: #A24D37; }

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

This text font color is #A24D37.

Background Color

.myBgColor { background-color: #A24D37; }

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

This div background color is #A24D37.

Border color

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

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

This div border color is #A24D37.

Opacity

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

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

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

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

This text has shadow with #A24D37 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A24D37.

Preview

Color preview on black background

This text has color #A24D37 on black background.


Color preview on white background

This text has color #A24D37 on white background.


Black color preview on #A24D37 background

This text has black color on #A24D37 background.


White color preview on #A24D37 background

This text has white color on #A24D37 background.


Related colors

Complementary color

Complementary color for #hex is #5DB2C8.


I love getcolorcode.com

Triadic colors

1 #37A24D and #4D37A2 with #A24D37 are triadic colors.

2 #374DA2 and #4DA237 with #A24D37 are triadic colors.