COLOR #A24842

HEX: #A24842
RGB: (162,72,66)

Color info

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

RGB color model

#A24842 color RGB value is (162,72,66).

  • red value is 162;
  • green value is 72;
  • blue value is 66.
RGB:
(162,72,66)
(64%,28%,26%)

RGB channels and saturation

R 162 of 255 = 64%
G 72 of 255 = 28%
B 66 of 255 = 26%

162
72
66

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

Portions of RGB colors in percentages

R + G + B =
162 + 72 + 66 = 300 (100%)
R 162 of 300 ~ 54%
G 72 of 300 ~ 24%
B 66 of 300 ~ 22%

%54
%24
%22

CMYK color model

#A24842 color CMYK value is (0,56,59,36).

  • cyan value is 0.00%
  • magenta value is 55.56%
  • yellow value is 59.26%
  • key color value is 36.47%
CMYK:
(0,56,59,36)
C0M56Y59K36 
(0%,56%,59%,36%)
(0.00/0.56/0.59/0.36)	

CMYK percentages

%0
%55.56
%59.26
%36.47

Codes

Color #A24842 in popluar color models

A24842
RGB1627266
HSL42.11%44.71%
HSB/HSV59.26%63.53%
CMYK0.00%55.56%59.26%
36.47%

Color #A24842 in popluar number systems.

HEXA24842
Decimal1627266
Binary1010001010010001000010
Octal242110102

Shades and tints

Shades of #A24842

#A24842
(162,72,66)
#94423C
(148,66,60)
#863C36
(134,60,54)
#783630
(120,54,48)
#6A302A
(106,48,42)
#5C2A24
(92,42,36)
#4E241E
(78,36,30)
#401E18
(64,30,24)
#321812
(50,24,18)
#24120C
(36,18,12)
#160C06
(22,12,6)
#000000
(0,0,0)

Tints of #A24842

#A24842
(162,72,66)
#AA5853
(170,88,83)
#B26864
(178,104,100)
#BA7875
(186,120,117)
#C28886
(194,136,134)
#CA9897
(202,152,151)
#D2A8A8
(210,168,168)
#DAB8B9
(218,184,185)
#E2C8CA
(226,200,202)
#EAD8DB
(234,216,219)
#F2E8EC
(242,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A24842 color. Also use rgb(162,72,66) instead hex code.

Text Font Color

.myTextColor { color: #A24842; }

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

This text font color is #A24842.


Background Color

.myBgColor { background-color: #A24842; }

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

This div background color is #A24842.


Border color

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

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

This div border color is #A24842.


Opacity

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

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

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

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

This text has shadow with #A24842 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A24842 on black background.


Color preview on white background

This text has color #A24842 on white background.



Black color preview on #A24842 background

This text has black color on #A24842 background.


White color preview on #A24842 background

This text has white color on #A24842 background.