COLOR #A1615C

HEX: #A1615C RGB: (161,97,92)

Color info

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

RGB color model

#A1615C color RGB value is (161,97,92).

RGB: (161,97,92) (63%, 38%, 36%)

RGB channels and saturation

R 161 of 255 = 63%
G 97 of 255 = 38%
B 92 of 255 = 36%

161
97
92

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

Portions of RGB colors in percentages

R + G + B = 161 + 97 + 92 = 350 (100%)
R 161 of 350 ~ 46%
G 97 of 350 ~ 27.71%
B 92 of 350 ~ 26.29'%

%46
%27.71
%26.29

CMYK color model

#A1615C color CMYK value is (0,40,43,37).

  • cyan value is 0.00%
  • magenta value is 39.75%
  • yellow value is 42.86%
  • key color value is 36.86%

CMYK: (0,40,43,37)
C0M40Y43K37 (0%, 40%, 43%, 37%)
(0.00 / 0.40 / 0.43 / 0.37)

CMYK percentages

%0
%39.75
%42.86
%36.86

Codes

Color #A1615C in popluar color models

A1 61 5C
RGB 161 97 92
HSL 27.27% 49.61%
HSB/HSV 42.86% 63.14%
CMYK 0.00% 39.75% 42.86%
36.86%

Color #A1615C in popluar number systems.

HEX A1 61 5C
Decimal 161 97 92
Binary 10100001 1100001 1011100
Octal 241 141 134

Shades and tints

Shades of #A1615C

#A1615C
(161,97,92)
#935954
(147,89,84)
#85514C
(133,81,76)
#774944
(119,73,68)
#69413C
(105,65,60)
#5B3934
(91,57,52)
#4D312C
(77,49,44)
#3F2924
(63,41,36)
#31211C
(49,33,28)
#231914
(35,25,20)
#15110C
(21,17,12)
#000000
(0,0,0)

Tints of #A1615C

#A1615C
(161,97,92)
#A96F6A
(169,111,106)
#B17D78
(177,125,120)
#B98B86
(185,139,134)
#C19994
(193,153,148)
#C9A7A2
(201,167,162)
#D1B5B0
(209,181,176)
#D9C3BE
(217,195,190)
#E1D1CC
(225,209,204)
#E9DFDA
(233,223,218)
#F1EDE8
(241,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1615C; }

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

This text font color is #A1615C.

Background Color

.myBgColor { background-color: #A1615C; }

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

This div background color is #A1615C.

Border color

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

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

This div border color is #A1615C.

Opacity

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

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

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

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

This text has shadow with #A1615C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A1615C.

Preview

Color preview on black background

This text has color #A1615C on black background.


Color preview on white background

This text has color #A1615C on white background.


Black color preview on #A1615C background

This text has black color on #A1615C background.


White color preview on #A1615C background

This text has white color on #A1615C background.


Related colors

Complementary color

Complementary color for #hex is #5E9EA3.


I love getcolorcode.com

Triadic colors

1 #5CA161 and #615CA1 with #A1615C are triadic colors.

2 #5C61A1 and #61A15C with #A1615C are triadic colors.