COLOR #A12A59

HEX: #A12A59 RGB: (161,42,89)

Color info

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

RGB color model

#A12A59 color RGB value is (161,42,89).

RGB: (161,42,89) (63%, 16%, 35%)

RGB channels and saturation

R 161 of 255 = 63%
G 42 of 255 = 16%
B 89 of 255 = 35%

161
42
89

R + G + B ~ 38%. #A12A59 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 161 + 42 + 89 = 292 (100%)
R 161 of 292 ~ 55.14%
G 42 of 292 ~ 14.38%
B 89 of 292 ~ 30.48'%

%55.14
%14.38
%30.48

CMYK color model

#A12A59 color CMYK value is (0,74,45,37).

  • cyan value is 0.00%
  • magenta value is 73.91%
  • yellow value is 44.72%
  • key color value is 36.86%

CMYK: (0,74,45,37)
C0M74Y45K37 (0%, 74%, 45%, 37%)
(0.00 / 0.74 / 0.45 / 0.37)

CMYK percentages

%0
%73.91
%44.72
%36.86

Codes

Color #A12A59 in popluar color models

A1 2A 59
RGB 161 42 89
HSL 336° 58.62% 39.80%
HSB/HSV 336° 73.91% 63.14%
CMYK 0.00% 73.91% 44.72%
36.86%

Color #A12A59 in popluar number systems.

HEX A1 2A 59
Decimal 161 42 89
Binary 10100001 101010 1011001
Octal 241 52 131

Shades and tints

Shades of #A12A59

#A12A59
(161,42,89)
#932751
(147,39,81)
#852449
(133,36,73)
#772141
(119,33,65)
#691E39
(105,30,57)
#5B1B31
(91,27,49)
#4D1829
(77,24,41)
#3F1521
(63,21,33)
#311219
(49,18,25)
#230F11
(35,15,17)
#150C09
(21,12,9)
#000000
(0,0,0)

Tints of #A12A59

#A12A59
(161,42,89)
#A93D68
(169,61,104)
#B15077
(177,80,119)
#B96386
(185,99,134)
#C17695
(193,118,149)
#C989A4
(201,137,164)
#D19CB3
(209,156,179)
#D9AFC2
(217,175,194)
#E1C2D1
(225,194,209)
#E9D5E0
(233,213,224)
#F1E8EF
(241,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A12A59 color. Also use rgb(161,42,89) instead hex code.

Text Font Color

.myTextColor { color: #A12A59; }

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

This text font color is #A12A59.

Background Color

.myBgColor { background-color: #A12A59; }

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

This div background color is #A12A59.

Border color

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

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

This div border color is #A12A59.

Opacity

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

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

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

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

This text has shadow with #A12A59 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A12A59.

Preview

Color preview on black background

This text has color #A12A59 on black background.


Color preview on white background

This text has color #A12A59 on white background.


Black color preview on #A12A59 background

This text has black color on #A12A59 background.


White color preview on #A12A59 background

This text has white color on #A12A59 background.


Related colors

Complementary color

Complementary color for #hex is #5ED5A6.


I love getcolorcode.com

Triadic colors

1 #59A12A and #2A59A1 with #A12A59 are triadic colors.

2 #592AA1 and #2AA159 with #A12A59 are triadic colors.