COLOR #A15F50

HEX: #A15F50 RGB: (161,95,80)

Color info

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

RGB color model

#A15F50 color RGB value is (161,95,80).

RGB: (161,95,80) (63%, 37%, 31%)

RGB channels and saturation

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

161
95
80

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

Portions of RGB colors in percentages

R + G + B = 161 + 95 + 80 = 336 (100%)
R 161 of 336 ~ 47.92%
G 95 of 336 ~ 28.27%
B 80 of 336 ~ 23.81'%

%47.92
%28.27
%23.81

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 40.99%
  • yellow value is 50.31%
  • key color value is 36.86%

CMYK: (0,41,50,37)
C0M41Y50K37 (0%, 41%, 50%, 37%)
(0.00 / 0.41 / 0.50 / 0.37)

CMYK percentages

%0
%40.99
%50.31
%36.86

Codes

Color #A15F50 in popluar color models

A1 5F 50
RGB 161 95 80
HSL 11° 33.61% 47.25%
HSB/HSV 11° 50.31% 63.14%
CMYK 0.00% 40.99% 50.31%
36.86%

Color #A15F50 in popluar number systems.

HEX A1 5F 50
Decimal 161 95 80
Binary 10100001 1011111 1010000
Octal 241 137 120

Shades and tints

Shades of #A15F50

#A15F50
(161,95,80)
#935749
(147,87,73)
#854F42
(133,79,66)
#77473B
(119,71,59)
#693F34
(105,63,52)
#5B372D
(91,55,45)
#4D2F26
(77,47,38)
#3F271F
(63,39,31)
#311F18
(49,31,24)
#231711
(35,23,17)
#150F0A
(21,15,10)
#000000
(0,0,0)

Tints of #A15F50

#A15F50
(161,95,80)
#A96D5F
(169,109,95)
#B17B6E
(177,123,110)
#B9897D
(185,137,125)
#C1978C
(193,151,140)
#C9A59B
(201,165,155)
#D1B3AA
(209,179,170)
#D9C1B9
(217,193,185)
#E1CFC8
(225,207,200)
#E9DDD7
(233,221,215)
#F1EBE6
(241,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A15F50; }

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

This text font color is #A15F50.

Background Color

.myBgColor { background-color: #A15F50; }

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

This div background color is #A15F50.

Border color

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

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

This div border color is #A15F50.

Opacity

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

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

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

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

This text has shadow with #A15F50 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A15F50.

Preview

Color preview on black background

This text has color #A15F50 on black background.


Color preview on white background

This text has color #A15F50 on white background.


Black color preview on #A15F50 background

This text has black color on #A15F50 background.


White color preview on #A15F50 background

This text has white color on #A15F50 background.


Related colors

Complementary color

Complementary color for #hex is #5EA0AF.


I love getcolorcode.com

Triadic colors

1 #50A15F and #5F50A1 with #A15F50 are triadic colors.

2 #505FA1 and #5FA150 with #A15F50 are triadic colors.