COLOR #A1715D

HEX: #A1715D RGB: (161,113,93)

Color info

#A1715D contains mainly red and green colors. Web safe color of #A1715D is #996666 (or #966).

RGB color model

#A1715D color RGB value is (161,113,93).

RGB: (161,113,93) (63%, 44%, 36%)

RGB channels and saturation

R 161 of 255 = 63%
G 113 of 255 = 44%
B 93 of 255 = 36%

161
113
93

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

Portions of RGB colors in percentages

R + G + B = 161 + 113 + 93 = 367 (100%)
R 161 of 367 ~ 43.87%
G 113 of 367 ~ 30.79%
B 93 of 367 ~ 25.34'%

%43.87
%30.79
%25.34

CMYK color model

#A1715D color CMYK value is (0,30,42,37).

  • cyan value is 0.00%
  • magenta value is 29.81%
  • yellow value is 42.24%
  • key color value is 36.86%

CMYK: (0,30,42,37)
C0M30Y42K37 (0%, 30%, 42%, 37%)
(0.00 / 0.30 / 0.42 / 0.37)

CMYK percentages

%0
%29.81
%42.24
%36.86

Codes

Color #A1715D in popluar color models

A1 71 5D
RGB 161 113 93
HSL 18° 26.77% 49.80%
HSB/HSV 18° 42.24% 63.14%
CMYK 0.00% 29.81% 42.24%
36.86%

Color #A1715D in popluar number systems.

HEX A1 71 5D
Decimal 161 113 93
Binary 10100001 1110001 1011101
Octal 241 161 135

Shades and tints

Shades of #A1715D

#A1715D
(161,113,93)
#936755
(147,103,85)
#855D4D
(133,93,77)
#775345
(119,83,69)
#69493D
(105,73,61)
#5B3F35
(91,63,53)
#4D352D
(77,53,45)
#3F2B25
(63,43,37)
#31211D
(49,33,29)
#231715
(35,23,21)
#150D0D
(21,13,13)
#000000
(0,0,0)

Tints of #A1715D

#A1715D
(161,113,93)
#A97D6B
(169,125,107)
#B18979
(177,137,121)
#B99587
(185,149,135)
#C1A195
(193,161,149)
#C9ADA3
(201,173,163)
#D1B9B1
(209,185,177)
#D9C5BF
(217,197,191)
#E1D1CD
(225,209,205)
#E9DDDB
(233,221,219)
#F1E9E9
(241,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1715D; }

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

This text font color is #A1715D.

Background Color

.myBgColor { background-color: #A1715D; }

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

This div background color is #A1715D.

Border color

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

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

This div border color is #A1715D.

Opacity

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

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

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

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

This text has shadow with #A1715D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A1715D.

Preview

Color preview on black background

This text has color #A1715D on black background.


Color preview on white background

This text has color #A1715D on white background.


Black color preview on #A1715D background

This text has black color on #A1715D background.


White color preview on #A1715D background

This text has white color on #A1715D background.


Related colors

Complementary color

Complementary color for #hex is #5E8EA2.


I love getcolorcode.com

Triadic colors

1 #5DA171 and #715DA1 with #A1715D are triadic colors.

2 #5D71A1 and #71A15D with #A1715D are triadic colors.