COLOR #A14B48

HEX: #A14B48 RGB: (161,75,72)

Color info

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

RGB color model

#A14B48 color RGB value is (161,75,72).

RGB: (161,75,72) (63%, 29%, 28%)

RGB channels and saturation

R 161 of 255 = 63%
G 75 of 255 = 29%
B 72 of 255 = 28%

161
75
72

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

Portions of RGB colors in percentages

R + G + B = 161 + 75 + 72 = 308 (100%)
R 161 of 308 ~ 52.27%
G 75 of 308 ~ 24.35%
B 72 of 308 ~ 23.38'%

%52.27
%24.35
%23.38

CMYK color model

#A14B48 color CMYK value is (0,53,55,37).

  • cyan value is 0.00%
  • magenta value is 53.42%
  • yellow value is 55.28%
  • key color value is 36.86%

CMYK: (0,53,55,37)
C0M53Y55K37 (0%, 53%, 55%, 37%)
(0.00 / 0.53 / 0.55 / 0.37)

CMYK percentages

%0
%53.42
%55.28
%36.86

Codes

Color #A14B48 in popluar color models

A1 4B 48
RGB 161 75 72
HSL 38.20% 45.69%
HSB/HSV 55.28% 63.14%
CMYK 0.00% 53.42% 55.28%
36.86%

Color #A14B48 in popluar number systems.

HEX A1 4B 48
Decimal 161 75 72
Binary 10100001 1001011 1001000
Octal 241 113 110

Shades and tints

Shades of #A14B48

#A14B48
(161,75,72)
#934542
(147,69,66)
#853F3C
(133,63,60)
#773936
(119,57,54)
#693330
(105,51,48)
#5B2D2A
(91,45,42)
#4D2724
(77,39,36)
#3F211E
(63,33,30)
#311B18
(49,27,24)
#231512
(35,21,18)
#150F0C
(21,15,12)
#000000
(0,0,0)

Tints of #A14B48

#A14B48
(161,75,72)
#A95B58
(169,91,88)
#B16B68
(177,107,104)
#B97B78
(185,123,120)
#C18B88
(193,139,136)
#C99B98
(201,155,152)
#D1ABA8
(209,171,168)
#D9BBB8
(217,187,184)
#E1CBC8
(225,203,200)
#E9DBD8
(233,219,216)
#F1EBE8
(241,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A14B48 color. Also use rgb(161,75,72) instead hex code.

Text Font Color

.myTextColor { color: #A14B48; }

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

This text font color is #A14B48.

Background Color

.myBgColor { background-color: #A14B48; }

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

This div background color is #A14B48.

Border color

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

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

This div border color is #A14B48.

Opacity

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

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

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

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

This text has shadow with #A14B48 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A14B48.

Preview

Color preview on black background

This text has color #A14B48 on black background.


Color preview on white background

This text has color #A14B48 on white background.


Black color preview on #A14B48 background

This text has black color on #A14B48 background.


White color preview on #A14B48 background

This text has white color on #A14B48 background.


Related colors

Complementary color

Complementary color for #hex is #5EB4B7.


I love getcolorcode.com

Triadic colors

1 #48A14B and #4B48A1 with #A14B48 are triadic colors.

2 #484BA1 and #4BA148 with #A14B48 are triadic colors.