COLOR #A24C63

HEX: #A24C63
RGB: (162,76,99)

Color info

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

RGB color model

#A24C63 color RGB value is (162,76,99).

  • red value is 162;
  • green value is 76;
  • blue value is 99.
RGB:
(162,76,99)
(64%,30%,39%)

RGB channels and saturation

R 162 of 255 = 64%
G 76 of 255 = 30%
B 99 of 255 = 39%

162
76
99

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

Portions of RGB colors in percentages

R + G + B =
162 + 76 + 99 = 337 (100%)
R 162 of 337 ~ 48.07%
G 76 of 337 ~ 22.55%
B 99 of 337 ~ 29.38%

%48.07
%22.55
%29.38

CMYK color model

#A24C63 color CMYK value is (0,53,39,36).

  • cyan value is 0.00%
  • magenta value is 53.09%
  • yellow value is 38.89%
  • key color value is 36.47%
CMYK:
(0,53,39,36)
C0M53Y39K36 
(0%,53%,39%,36%)
(0.00/0.53/0.39/0.36)	

CMYK percentages

%0
%53.09
%38.89
%36.47

Codes

Color #A24C63 in popluar color models

A24C63
RGB1627699
HSL344°36.13%46.67%
HSB/HSV344°53.09%63.53%
CMYK0.00%53.09%38.89%
36.47%

Color #A24C63 in popluar number systems.

HEXA24C63
Decimal1627699
Binary1010001010011001100011
Octal242114143

Shades and tints

Shades of #A24C63

#A24C63
(162,76,99)
#94465A
(148,70,90)
#864051
(134,64,81)
#783A48
(120,58,72)
#6A343F
(106,52,63)
#5C2E36
(92,46,54)
#4E282D
(78,40,45)
#402224
(64,34,36)
#321C1B
(50,28,27)
#241612
(36,22,18)
#161009
(22,16,9)
#000000
(0,0,0)

Tints of #A24C63

#A24C63
(162,76,99)
#AA5C71
(170,92,113)
#B26C7F
(178,108,127)
#BA7C8D
(186,124,141)
#C28C9B
(194,140,155)
#CA9CA9
(202,156,169)
#D2ACB7
(210,172,183)
#DABCC5
(218,188,197)
#E2CCD3
(226,204,211)
#EADCE1
(234,220,225)
#F2ECEF
(242,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A24C63 color. Also use rgb(162,76,99) instead hex code.

Text Font Color

.myTextColor { color: #A24C63; }

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

This text font color is #A24C63.


Background Color

.myBgColor { background-color: #A24C63; }

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

This div background color is #A24C63.


Border color

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

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

This div border color is #A24C63.


Opacity

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

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

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

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

This text has shadow with #A24C63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A24C63 on black background.


Color preview on white background

This text has color #A24C63 on white background.



Black color preview on #A24C63 background

This text has black color on #A24C63 background.


White color preview on #A24C63 background

This text has white color on #A24C63 background.