COLOR #A17B5D

HEX: #A17B5D RGB: (161,123,93)

Color info

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

RGB color model

#A17B5D color RGB value is (161,123,93).

RGB: (161,123,93) (63%, 48%, 36%)

RGB channels and saturation

R 161 of 255 = 63%
G 123 of 255 = 48%
B 93 of 255 = 36%

161
123
93

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

Portions of RGB colors in percentages

R + G + B = 161 + 123 + 93 = 377 (100%)
R 161 of 377 ~ 42.71%
G 123 of 377 ~ 32.63%
B 93 of 377 ~ 24.67'%

%42.71
%32.63
%24.67

CMYK color model

#A17B5D color CMYK value is (0,24,42,37).

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

CMYK: (0,24,42,37)
C0M24Y42K37 (0%, 24%, 42%, 37%)
(0.00 / 0.24 / 0.42 / 0.37)

CMYK percentages

%0
%23.6
%42.24
%36.86

Codes

Color #A17B5D in popluar color models

A1 7B 5D
RGB 161 123 93
HSL 26° 26.77% 49.80%
HSB/HSV 26° 42.24% 63.14%
CMYK 0.00% 23.60% 42.24%
36.86%

Color #A17B5D in popluar number systems.

HEX A1 7B 5D
Decimal 161 123 93
Binary 10100001 1111011 1011101
Octal 241 173 135

Shades and tints

Shades of #A17B5D

#A17B5D
(161,123,93)
#937055
(147,112,85)
#85654D
(133,101,77)
#775A45
(119,90,69)
#694F3D
(105,79,61)
#5B4435
(91,68,53)
#4D392D
(77,57,45)
#3F2E25
(63,46,37)
#31231D
(49,35,29)
#231815
(35,24,21)
#150D0D
(21,13,13)
#000000
(0,0,0)

Tints of #A17B5D

#A17B5D
(161,123,93)
#A9876B
(169,135,107)
#B19379
(177,147,121)
#B99F87
(185,159,135)
#C1AB95
(193,171,149)
#C9B7A3
(201,183,163)
#D1C3B1
(209,195,177)
#D9CFBF
(217,207,191)
#E1DBCD
(225,219,205)
#E9E7DB
(233,231,219)
#F1F3E9
(241,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A17B5D; }

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

This text font color is #A17B5D.

Background Color

.myBgColor { background-color: #A17B5D; }

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

This div background color is #A17B5D.

Border color

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

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

This div border color is #A17B5D.

Opacity

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

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

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

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

This text has shadow with #A17B5D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A17B5D.

Preview

Color preview on black background

This text has color #A17B5D on black background.


Color preview on white background

This text has color #A17B5D on white background.


Black color preview on #A17B5D background

This text has black color on #A17B5D background.


White color preview on #A17B5D background

This text has white color on #A17B5D background.


Related colors

Complementary color

Complementary color for #hex is #5E84A2.


I love getcolorcode.com

Triadic colors

1 #5DA17B and #7B5DA1 with #A17B5D are triadic colors.

2 #5D7BA1 and #7BA15D with #A17B5D are triadic colors.