COLOR #A17353

HEX: #A17353 RGB: (161,115,83)

Color info

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

RGB color model

#A17353 color RGB value is (161,115,83).

RGB: (161,115,83) (63%, 45%, 33%)

RGB channels and saturation

R 161 of 255 = 63%
G 115 of 255 = 45%
B 83 of 255 = 33%

161
115
83

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

Portions of RGB colors in percentages

R + G + B = 161 + 115 + 83 = 359 (100%)
R 161 of 359 ~ 44.85%
G 115 of 359 ~ 32.03%
B 83 of 359 ~ 23.12'%

%44.85
%32.03
%23.12

CMYK color model

#A17353 color CMYK value is (0,29,48,37).

  • cyan value is 0.00%
  • magenta value is 28.57%
  • yellow value is 48.45%
  • key color value is 36.86%

CMYK: (0,29,48,37)
C0M29Y48K37 (0%, 29%, 48%, 37%)
(0.00 / 0.29 / 0.48 / 0.37)

CMYK percentages

%0
%28.57
%48.45
%36.86

Codes

Color #A17353 in popluar color models

A1 73 53
RGB 161 115 83
HSL 25° 31.97% 47.84%
HSB/HSV 25° 48.45% 63.14%
CMYK 0.00% 28.57% 48.45%
36.86%

Color #A17353 in popluar number systems.

HEX A1 73 53
Decimal 161 115 83
Binary 10100001 1110011 1010011
Octal 241 163 123

Shades and tints

Shades of #A17353

#A17353
(161,115,83)
#93694C
(147,105,76)
#855F45
(133,95,69)
#77553E
(119,85,62)
#694B37
(105,75,55)
#5B4130
(91,65,48)
#4D3729
(77,55,41)
#3F2D22
(63,45,34)
#31231B
(49,35,27)
#231914
(35,25,20)
#150F0D
(21,15,13)
#000000
(0,0,0)

Tints of #A17353

#A17353
(161,115,83)
#A97F62
(169,127,98)
#B18B71
(177,139,113)
#B99780
(185,151,128)
#C1A38F
(193,163,143)
#C9AF9E
(201,175,158)
#D1BBAD
(209,187,173)
#D9C7BC
(217,199,188)
#E1D3CB
(225,211,203)
#E9DFDA
(233,223,218)
#F1EBE9
(241,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A17353; }

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

This text font color is #A17353.

Background Color

.myBgColor { background-color: #A17353; }

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

This div background color is #A17353.

Border color

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

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

This div border color is #A17353.

Opacity

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

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

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

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

This text has shadow with #A17353 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A17353.

Preview

Color preview on black background

This text has color #A17353 on black background.


Color preview on white background

This text has color #A17353 on white background.


Black color preview on #A17353 background

This text has black color on #A17353 background.


White color preview on #A17353 background

This text has white color on #A17353 background.


Related colors

Complementary color

Complementary color for #hex is #5E8CAC.


I love getcolorcode.com

Triadic colors

1 #53A173 and #7353A1 with #A17353 are triadic colors.

2 #5373A1 and #73A153 with #A17353 are triadic colors.