COLOR #A1464C

HEX: #A1464C
RGB: (161,70,76)

Color info

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

RGB color model

#A1464C color RGB value is (161,70,76).

  • red value is 161;
  • green value is 70;
  • blue value is 76.
RGB:
(161,70,76)
(63%,27%,30%)

RGB channels and saturation

R 161 of 255 = 63%
G 70 of 255 = 27%
B 76 of 255 = 30%

161
70
76

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

Portions of RGB colors in percentages

R + G + B =
161 + 70 + 76 = 307 (100%)
R 161 of 307 ~ 52.44%
G 70 of 307 ~ 22.8%
B 76 of 307 ~ 24.76%

%52.44
%22.8
%24.76

CMYK color model

#A1464C color CMYK value is (0,57,53,37).

  • cyan value is 0.00%
  • magenta value is 56.52%
  • yellow value is 52.80%
  • key color value is 36.86%
CMYK:
(0,57,53,37)
C0M57Y53K37 
(0%,57%,53%,37%)
(0.00/0.57/0.53/0.37)	

CMYK percentages

%0
%56.52
%52.8
%36.86

Codes

Color #A1464C in popluar color models

A1464C
RGB1617076
HSL356°39.39%45.29%
HSB/HSV356°56.52%63.14%
CMYK0.00%56.52%52.80%
36.86%

Color #A1464C in popluar number systems.

HEXA1464C
Decimal1617076
Binary1010000110001101001100
Octal241106114

Shades and tints

Shades of #A1464C

#A1464C
(161,70,76)
#934046
(147,64,70)
#853A40
(133,58,64)
#77343A
(119,52,58)
#692E34
(105,46,52)
#5B282E
(91,40,46)
#4D2228
(77,34,40)
#3F1C22
(63,28,34)
#31161C
(49,22,28)
#231016
(35,16,22)
#150A10
(21,10,16)
#000000
(0,0,0)

Tints of #A1464C

#A1464C
(161,70,76)
#A9565C
(169,86,92)
#B1666C
(177,102,108)
#B9767C
(185,118,124)
#C1868C
(193,134,140)
#C9969C
(201,150,156)
#D1A6AC
(209,166,172)
#D9B6BC
(217,182,188)
#E1C6CC
(225,198,204)
#E9D6DC
(233,214,220)
#F1E6EC
(241,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1464C color. Also use rgb(161,70,76) instead hex code.

Text Font Color

.myTextColor { color: #A1464C; }

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

This text font color is #A1464C.


Background Color

.myBgColor { background-color: #A1464C; }

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

This div background color is #A1464C.


Border color

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

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

This div border color is #A1464C.


Opacity

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

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

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

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

This text has shadow with #A1464C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1464C on black background.


Color preview on white background

This text has color #A1464C on white background.



Black color preview on #A1464C background

This text has black color on #A1464C background.


White color preview on #A1464C background

This text has white color on #A1464C background.