COLOR #A23C57

HEX: #A23C57 RGB: (162,60,87)

Color info

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

RGB color model

#A23C57 color RGB value is (162,60,87).

RGB: (162,60,87) (64%, 24%, 34%)

RGB channels and saturation

R 162 of 255 = 64%
G 60 of 255 = 24%
B 87 of 255 = 34%

162
60
87

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

Portions of RGB colors in percentages

R + G + B = 162 + 60 + 87 = 309 (100%)
R 162 of 309 ~ 52.43%
G 60 of 309 ~ 19.42%
B 87 of 309 ~ 28.16'%

%52.43
%19.42
%28.16

CMYK color model

#A23C57 color CMYK value is (0,63,46,36).

  • cyan value is 0.00%
  • magenta value is 62.96%
  • yellow value is 46.30%
  • key color value is 36.47%

CMYK: (0,63,46,36)
C0M63Y46K36 (0%, 63%, 46%, 36%)
(0.00 / 0.63 / 0.46 / 0.36)

CMYK percentages

%0
%62.96
%46.3
%36.47

Codes

Color #A23C57 in popluar color models

A2 3C 57
RGB 162 60 87
HSL 344° 45.95% 43.53%
HSB/HSV 344° 62.96% 63.53%
CMYK 0.00% 62.96% 46.30%
36.47%

Color #A23C57 in popluar number systems.

HEX A2 3C 57
Decimal 162 60 87
Binary 10100010 111100 1010111
Octal 242 74 127

Shades and tints

Shades of #A23C57

#A23C57
(162,60,87)
#943750
(148,55,80)
#863249
(134,50,73)
#782D42
(120,45,66)
#6A283B
(106,40,59)
#5C2334
(92,35,52)
#4E1E2D
(78,30,45)
#401926
(64,25,38)
#32141F
(50,20,31)
#240F18
(36,15,24)
#160A11
(22,10,17)
#000000
(0,0,0)

Tints of #A23C57

#A23C57
(162,60,87)
#AA4D66
(170,77,102)
#B25E75
(178,94,117)
#BA6F84
(186,111,132)
#C28093
(194,128,147)
#CA91A2
(202,145,162)
#D2A2B1
(210,162,177)
#DAB3C0
(218,179,192)
#E2C4CF
(226,196,207)
#EAD5DE
(234,213,222)
#F2E6ED
(242,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A23C57; }

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

This text font color is #A23C57.

Background Color

.myBgColor { background-color: #A23C57; }

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

This div background color is #A23C57.

Border color

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

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

This div border color is #A23C57.

Opacity

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

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

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

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

This text has shadow with #A23C57 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A23C57.

Preview

Color preview on black background

This text has color #A23C57 on black background.


Color preview on white background

This text has color #A23C57 on white background.


Black color preview on #A23C57 background

This text has black color on #A23C57 background.


White color preview on #A23C57 background

This text has white color on #A23C57 background.


Related colors

Complementary color

Complementary color for #hex is #5DC3A8.


I love getcolorcode.com

Triadic colors

1 #57A23C and #3C57A2 with #A23C57 are triadic colors.

2 #573CA2 and #3CA257 with #A23C57 are triadic colors.