COLOR #A14140

HEX: #A14140
RGB: (161,65,64)

Color info

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

RGB color model

#A14140 color RGB value is (161,65,64).

  • red value is 161;
  • green value is 65;
  • blue value is 64.
RGB:
(161,65,64)
(63%,25%,25%)

RGB channels and saturation

R 161 of 255 = 63%
G 65 of 255 = 25%
B 64 of 255 = 25%

161
65
64

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

Portions of RGB colors in percentages

R + G + B =
161 + 65 + 64 = 290 (100%)
R 161 of 290 ~ 55.52%
G 65 of 290 ~ 22.41%
B 64 of 290 ~ 22.07%

%55.52
%22.41
%22.07

CMYK color model

#A14140 color CMYK value is (0,60,60,37).

  • cyan value is 0.00%
  • magenta value is 59.63%
  • yellow value is 60.25%
  • key color value is 36.86%
CMYK:
(0,60,60,37)
C0M60Y60K37 
(0%,60%,60%,37%)
(0.00/0.60/0.60/0.37)	

CMYK percentages

%0
%59.63
%60.25
%36.86

Codes

Color #A14140 in popluar color models

A14140
RGB1616564
HSL43.11%44.12%
HSB/HSV60.25%63.14%
CMYK0.00%59.63%60.25%
36.86%

Color #A14140 in popluar number systems.

HEXA14140
Decimal1616564
Binary1010000110000011000000
Octal241101100

Shades and tints

Shades of #A14140

#A14140
(161,65,64)
#933C3B
(147,60,59)
#853736
(133,55,54)
#773231
(119,50,49)
#692D2C
(105,45,44)
#5B2827
(91,40,39)
#4D2322
(77,35,34)
#3F1E1D
(63,30,29)
#311918
(49,25,24)
#231413
(35,20,19)
#150F0E
(21,15,14)
#000000
(0,0,0)

Tints of #A14140

#A14140
(161,65,64)
#A95251
(169,82,81)
#B16362
(177,99,98)
#B97473
(185,116,115)
#C18584
(193,133,132)
#C99695
(201,150,149)
#D1A7A6
(209,167,166)
#D9B8B7
(217,184,183)
#E1C9C8
(225,201,200)
#E9DAD9
(233,218,217)
#F1EBEA
(241,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A14140 color. Also use rgb(161,65,64) instead hex code.

Text Font Color

.myTextColor { color: #A14140; }

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

This text font color is #A14140.


Background Color

.myBgColor { background-color: #A14140; }

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

This div background color is #A14140.


Border color

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

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

This div border color is #A14140.


Opacity

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

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

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

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

This text has shadow with #A14140 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A14140 on black background.


Color preview on white background

This text has color #A14140 on white background.



Black color preview on #A14140 background

This text has black color on #A14140 background.


White color preview on #A14140 background

This text has white color on #A14140 background.