COLOR #A15050

HEX: #A15050
RGB: (161,80,80)

Color info

#A15050 contains mainly red color. Web safe color of #A15050 is #996666 (or #966).

RGB color model

#A15050 color RGB value is (161,80,80).

  • red value is 161;
  • green value is 80;
  • blue value is 80.
RGB:
(161,80,80)
(63%,31%,31%)

RGB channels and saturation

R 161 of 255 = 63%
G 80 of 255 = 31%
B 80 of 255 = 31%

161
80
80

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

Portions of RGB colors in percentages

R + G + B =
161 + 80 + 80 = 321 (100%)
R 161 of 321 ~ 50.16%
G 80 of 321 ~ 24.92%
B 80 of 321 ~ 24.92%

%50.16
%24.92
%24.92

CMYK color model

#A15050 color CMYK value is (0,50,50,37).

  • cyan value is 0.00%
  • magenta value is 50.31%
  • yellow value is 50.31%
  • key color value is 36.86%
CMYK:
(0,50,50,37)
C0M50Y50K37 
(0%,50%,50%,37%)
(0.00/0.50/0.50/0.37)	

CMYK percentages

%0
%50.31
%50.31
%36.86

Codes

Color #A15050 in popluar color models

A15050
RGB1618080
HSL33.61%47.25%
HSB/HSV50.31%63.14%
CMYK0.00%50.31%50.31%
36.86%

Color #A15050 in popluar number systems.

HEXA15050
Decimal1618080
Binary1010000110100001010000
Octal241120120

Shades and tints

Shades of #A15050

#A15050
(161,80,80)
#934949
(147,73,73)
#854242
(133,66,66)
#773B3B
(119,59,59)
#693434
(105,52,52)
#5B2D2D
(91,45,45)
#4D2626
(77,38,38)
#3F1F1F
(63,31,31)
#311818
(49,24,24)
#231111
(35,17,17)
#150A0A
(21,10,10)
#000000
(0,0,0)

Tints of #A15050

#A15050
(161,80,80)
#A95F5F
(169,95,95)
#B16E6E
(177,110,110)
#B97D7D
(185,125,125)
#C18C8C
(193,140,140)
#C99B9B
(201,155,155)
#D1AAAA
(209,170,170)
#D9B9B9
(217,185,185)
#E1C8C8
(225,200,200)
#E9D7D7
(233,215,215)
#F1E6E6
(241,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A15050; }

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

This text font color is #A15050.


Background Color

.myBgColor { background-color: #A15050; }

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

This div background color is #A15050.


Border color

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

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

This div border color is #A15050.


Opacity

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

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

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

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

This text has shadow with #A15050 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A15050 on black background.


Color preview on white background

This text has color #A15050 on white background.



Black color preview on #A15050 background

This text has black color on #A15050 background.


White color preview on #A15050 background

This text has white color on #A15050 background.