COLOR #A58C77

HEX: #A58C77 RGB: (165,140,119)

Color info

#A58C77 contains red, green and blue colors in about the same proportion. Web safe color of #A58C77 is #999966 (or #996).

RGB color model

#A58C77 color RGB value is (165,140,119).

RGB: (165,140,119) (65%, 55%, 47%)

RGB channels and saturation

R 165 of 255 = 65%
G 140 of 255 = 55%
B 119 of 255 = 47%

165
140
119

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

Portions of RGB colors in percentages

R + G + B = 165 + 140 + 119 = 424 (100%)
R 165 of 424 ~ 38.92%
G 140 of 424 ~ 33.02%
B 119 of 424 ~ 28.07'%

%38.92
%33.02
%28.07

CMYK color model

#A58C77 color CMYK value is (0,15,28,35).

  • cyan value is 0.00%
  • magenta value is 15.15%
  • yellow value is 27.88%
  • key color value is 35.29%

CMYK: (0,15,28,35)
C0M15Y28K35 (0%, 15%, 28%, 35%)
(0.00 / 0.15 / 0.28 / 0.35)

CMYK percentages

%0
%15.15
%27.88
%35.29

Codes

Color #A58C77 in popluar color models

A5 8C 77
RGB 165 140 119
HSL 27° 20.35% 55.69%
HSB/HSV 27° 27.88% 64.71%
CMYK 0.00% 15.15% 27.88%
35.29%

Color #A58C77 in popluar number systems.

HEX A5 8C 77
Decimal 165 140 119
Binary 10100101 10001100 1110111
Octal 245 214 167

Shades and tints

Shades of #A58C77

#A58C77
(165,140,119)
#96806D
(150,128,109)
#877463
(135,116,99)
#786859
(120,104,89)
#695C4F
(105,92,79)
#5A5045
(90,80,69)
#4B443B
(75,68,59)
#3C3831
(60,56,49)
#2D2C27
(45,44,39)
#1E201D
(30,32,29)
#0F1413
(15,20,19)
#000000
(0,0,0)

Tints of #A58C77

#A58C77
(165,140,119)
#AD9683
(173,150,131)
#B5A08F
(181,160,143)
#BDAA9B
(189,170,155)
#C5B4A7
(197,180,167)
#CDBEB3
(205,190,179)
#D5C8BF
(213,200,191)
#DDD2CB
(221,210,203)
#E5DCD7
(229,220,215)
#EDE6E3
(237,230,227)
#F5F0EF
(245,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A58C77 color. Also use rgb(165,140,119) instead hex code.

Text Font Color

.myTextColor { color: #A58C77; }

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

This text font color is #A58C77.

Background Color

.myBgColor { background-color: #A58C77; }

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

This div background color is #A58C77.

Border color

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

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

This div border color is #A58C77.

Opacity

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

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

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

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

This text has shadow with #A58C77 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A58C77.

Preview

Color preview on black background

This text has color #A58C77 on black background.


Color preview on white background

This text has color #A58C77 on white background.


Black color preview on #A58C77 background

This text has black color on #A58C77 background.


White color preview on #A58C77 background

This text has white color on #A58C77 background.


Related colors

Complementary color

Complementary color for #hex is #5A7388.


I love getcolorcode.com

Triadic colors

1 #77A58C and #8C77A5 with #A58C77 are triadic colors.

2 #778CA5 and #8CA577 with #A58C77 are triadic colors.