COLOR #A14D5B

HEX: #A14D5B RGB: (161,77,91)

Color info

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

RGB color model

#A14D5B color RGB value is (161,77,91).

RGB: (161,77,91) (63%, 30%, 36%)

RGB channels and saturation

R 161 of 255 = 63%
G 77 of 255 = 30%
B 91 of 255 = 36%

161
77
91

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

Portions of RGB colors in percentages

R + G + B = 161 + 77 + 91 = 329 (100%)
R 161 of 329 ~ 48.94%
G 77 of 329 ~ 23.4%
B 91 of 329 ~ 27.66'%

%48.94
%23.4
%27.66

CMYK color model

#A14D5B color CMYK value is (0,52,43,37).

  • cyan value is 0.00%
  • magenta value is 52.17%
  • yellow value is 43.48%
  • key color value is 36.86%
CMYK: (0,52,43,37) C0M52Y43K37 (0%,52%,43%,37%) (0.00/0.52/0.43/0.37) 

CMYK percentages

%0
%52.17
%43.48
%36.86

Codes

Color #A14D5B in popluar color models

A1 4D 5B
RGB 161 77 91
HSL 350° 35.29% 46.67%
HSB/HSV 350° 52.17% 63.14%
CMYK 0.00% 52.17% 43.48%
36.86%

Color #A14D5B in popluar number systems.

HEX A1 4D 5B
Decimal 161 77 91
Binary 10100001 1001101 1011011
Octal 241 115 133

Shades and tints

Shades of #A14D5B

#A14D5B
(161,77,91)
#934653
(147,70,83)
#853F4B
(133,63,75)
#773843
(119,56,67)
#69313B
(105,49,59)
#5B2A33
(91,42,51)
#4D232B
(77,35,43)
#3F1C23
(63,28,35)
#31151B
(49,21,27)
#230E13
(35,14,19)
#15070B
(21,7,11)
#000000
(0,0,0)

Tints of #A14D5B

#A14D5B
(161,77,91)
#A95D69
(169,93,105)
#B16D77
(177,109,119)
#B97D85
(185,125,133)
#C18D93
(193,141,147)
#C99DA1
(201,157,161)
#D1ADAF
(209,173,175)
#D9BDBD
(217,189,189)
#E1CDCB
(225,205,203)
#E9DDD9
(233,221,217)
#F1EDE7
(241,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A14D5B color. Also use rgb(161,77,91) instead hex code.

Text Font Color

.myTextColor { color: #A14D5B; }

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

This text font color is #A14D5B.

Background Color

.myBgColor { background-color: #A14D5B; }

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

This div background color is #A14D5B.

Border color

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

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

This div border color is #A14D5B.

Opacity

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

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

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

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

This text has shadow with #A14D5B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A14D5B.

Preview

Color preview on black background

This text has color #A14D5B on black background.


Color preview on white background

This text has color #A14D5B on white background.


Black color preview on #A14D5B background

This text has black color on #A14D5B background.


White color preview on #A14D5B background

This text has white color on #A14D5B background.


Related colors

Complementary color

Complementary color for #hex is #5EB2A4.


I love getcolorcode.com

Triadic colors

1 #5BA14D and #4D5BA1 with #A14D5B are triadic colors.

2 #5B4DA1 and #4DA15B with #A14D5B are triadic colors.