COLOR #A58F77

HEX: #A58F77 RGB: (165,143,119)

Color info

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

RGB color model

#A58F77 color RGB value is (165,143,119).

RGB: (165,143,119) (65%, 56%, 47%)

RGB channels and saturation

R 165 of 255 = 65%
G 143 of 255 = 56%
B 119 of 255 = 47%

165
143
119

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

Portions of RGB colors in percentages

R + G + B = 165 + 143 + 119 = 427 (100%)
R 165 of 427 ~ 38.64%
G 143 of 427 ~ 33.49%
B 119 of 427 ~ 27.87'%

%38.64
%33.49
%27.87

CMYK color model

#A58F77 color CMYK value is (0,13,28,35).

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

CMYK: (0,13,28,35)
C0M13Y28K35 (0%, 13%, 28%, 35%)
(0.00 / 0.13 / 0.28 / 0.35)

CMYK percentages

%0
%13.33
%27.88
%35.29

Codes

Color #A58F77 in popluar color models

A5 8F 77
RGB 165 143 119
HSL 31° 20.35% 55.69%
HSB/HSV 31° 27.88% 64.71%
CMYK 0.00% 13.33% 27.88%
35.29%

Color #A58F77 in popluar number systems.

HEX A5 8F 77
Decimal 165 143 119
Binary 10100101 10001111 1110111
Octal 245 217 167

Shades and tints

Shades of #A58F77

#A58F77
(165,143,119)
#96826D
(150,130,109)
#877563
(135,117,99)
#786859
(120,104,89)
#695B4F
(105,91,79)
#5A4E45
(90,78,69)
#4B413B
(75,65,59)
#3C3431
(60,52,49)
#2D2727
(45,39,39)
#1E1A1D
(30,26,29)
#0F0D13
(15,13,19)
#000000
(0,0,0)

Tints of #A58F77

#A58F77
(165,143,119)
#AD9983
(173,153,131)
#B5A38F
(181,163,143)
#BDAD9B
(189,173,155)
#C5B7A7
(197,183,167)
#CDC1B3
(205,193,179)
#D5CBBF
(213,203,191)
#DDD5CB
(221,213,203)
#E5DFD7
(229,223,215)
#EDE9E3
(237,233,227)
#F5F3EF
(245,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A58F77; }

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

This text font color is #A58F77.

Background Color

.myBgColor { background-color: #A58F77; }

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

This div background color is #A58F77.

Border color

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

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

This div border color is #A58F77.

Opacity

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

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

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

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

This text has shadow with #A58F77 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A58F77.

Preview

Color preview on black background

This text has color #A58F77 on black background.


Color preview on white background

This text has color #A58F77 on white background.


Black color preview on #A58F77 background

This text has black color on #A58F77 background.


White color preview on #A58F77 background

This text has white color on #A58F77 background.


Related colors

Complementary color

Complementary color for #hex is #5A7088.


I love getcolorcode.com

Triadic colors

1 #77A58F and #8F77A5 with #A58F77 are triadic colors.

2 #778FA5 and #8FA577 with #A58F77 are triadic colors.