COLOR #A24A5D

HEX: #A24A5D
RGB: (162,74,93)

Color info

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

RGB color model

#A24A5D color RGB value is (162,74,93).

  • red value is 162;
  • green value is 74;
  • blue value is 93.
RGB:
(162,74,93)
(64%,29%,36%)

RGB channels and saturation

R 162 of 255 = 64%
G 74 of 255 = 29%
B 93 of 255 = 36%

162
74
93

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

Portions of RGB colors in percentages

R + G + B =
162 + 74 + 93 = 329 (100%)
R 162 of 329 ~ 49.24%
G 74 of 329 ~ 22.49%
B 93 of 329 ~ 28.27%

%49.24
%22.49
%28.27

CMYK color model

#A24A5D color CMYK value is (0,54,43,36).

  • cyan value is 0.00%
  • magenta value is 54.32%
  • yellow value is 42.59%
  • key color value is 36.47%
CMYK:
(0,54,43,36)
C0M54Y43K36 
(0%,54%,43%,36%)
(0.00/0.54/0.43/0.36)	

CMYK percentages

%0
%54.32
%42.59
%36.47

Codes

Color #A24A5D in popluar color models

A24A5D
RGB1627493
HSL347°37.29%46.27%
HSB/HSV347°54.32%63.53%
CMYK0.00%54.32%42.59%
36.47%

Color #A24A5D in popluar number systems.

HEXA24A5D
Decimal1627493
Binary1010001010010101011101
Octal242112135

Shades and tints

Shades of #A24A5D

#A24A5D
(162,74,93)
#944455
(148,68,85)
#863E4D
(134,62,77)
#783845
(120,56,69)
#6A323D
(106,50,61)
#5C2C35
(92,44,53)
#4E262D
(78,38,45)
#402025
(64,32,37)
#321A1D
(50,26,29)
#241415
(36,20,21)
#160E0D
(22,14,13)
#000000
(0,0,0)

Tints of #A24A5D

#A24A5D
(162,74,93)
#AA5A6B
(170,90,107)
#B26A79
(178,106,121)
#BA7A87
(186,122,135)
#C28A95
(194,138,149)
#CA9AA3
(202,154,163)
#D2AAB1
(210,170,177)
#DABABF
(218,186,191)
#E2CACD
(226,202,205)
#EADADB
(234,218,219)
#F2EAE9
(242,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A24A5D; }

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

This text font color is #A24A5D.


Background Color

.myBgColor { background-color: #A24A5D; }

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

This div background color is #A24A5D.


Border color

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

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

This div border color is #A24A5D.


Opacity

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

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

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

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

This text has shadow with #A24A5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A24A5D on black background.


Color preview on white background

This text has color #A24A5D on white background.



Black color preview on #A24A5D background

This text has black color on #A24A5D background.


White color preview on #A24A5D background

This text has white color on #A24A5D background.