COLOR #A17B58

HEX: #A17B58 RGB: (161,123,88)

Color info

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

RGB color model

#A17B58 color RGB value is (161,123,88).

RGB: (161,123,88) (63%, 48%, 35%)

RGB channels and saturation

R 161 of 255 = 63%
G 123 of 255 = 48%
B 88 of 255 = 35%

161
123
88

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

Portions of RGB colors in percentages

R + G + B = 161 + 123 + 88 = 372 (100%)
R 161 of 372 ~ 43.28%
G 123 of 372 ~ 33.06%
B 88 of 372 ~ 23.66'%

%43.28
%33.06
%23.66

CMYK color model

#A17B58 color CMYK value is (0,24,45,37).

  • cyan value is 0.00%
  • magenta value is 23.60%
  • yellow value is 45.34%
  • key color value is 36.86%
CMYK: (0,24,45,37) C0M24Y45K37 (0%,24%,45%,37%) (0.00/0.24/0.45/0.37) 

CMYK percentages

%0
%23.6
%45.34
%36.86

Codes

Color #A17B58 in popluar color models

A1 7B 58
RGB 161 123 88
HSL 29° 29.32% 48.82%
HSB/HSV 29° 45.34% 63.14%
CMYK 0.00% 23.60% 45.34%
36.86%

Color #A17B58 in popluar number systems.

HEX A1 7B 58
Decimal 161 123 88
Binary 10100001 1111011 1011000
Octal 241 173 130

Shades and tints

Shades of #A17B58

#A17B58
(161,123,88)
#937050
(147,112,80)
#856548
(133,101,72)
#775A40
(119,90,64)
#694F38
(105,79,56)
#5B4430
(91,68,48)
#4D3928
(77,57,40)
#3F2E20
(63,46,32)
#312318
(49,35,24)
#231810
(35,24,16)
#150D08
(21,13,8)
#000000
(0,0,0)

Tints of #A17B58

#A17B58
(161,123,88)
#A98767
(169,135,103)
#B19376
(177,147,118)
#B99F85
(185,159,133)
#C1AB94
(193,171,148)
#C9B7A3
(201,183,163)
#D1C3B2
(209,195,178)
#D9CFC1
(217,207,193)
#E1DBD0
(225,219,208)
#E9E7DF
(233,231,223)
#F1F3EE
(241,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A17B58; }

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

This text font color is #A17B58.

Background Color

.myBgColor { background-color: #A17B58; }

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

This div background color is #A17B58.

Border color

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

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

This div border color is #A17B58.

Opacity

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

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

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

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

This text has shadow with #A17B58 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A17B58.

Preview

Color preview on black background

This text has color #A17B58 on black background.


Color preview on white background

This text has color #A17B58 on white background.


Black color preview on #A17B58 background

This text has black color on #A17B58 background.


White color preview on #A17B58 background

This text has white color on #A17B58 background.


Related colors

Complementary color

Complementary color for #hex is #5E84A7.


I love getcolorcode.com

Triadic colors

1 #58A17B and #7B58A1 with #A17B58 are triadic colors.

2 #587BA1 and #7BA158 with #A17B58 are triadic colors.