COLOR #A58B79

HEX: #A58B79
RGB: (165,139,121)

Color info

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

RGB color model

#A58B79 color RGB value is (165,139,121).

  • red value is 165;
  • green value is 139;
  • blue value is 121.
RGB:
(165,139,121)
(65%,55%,47%)

RGB channels and saturation

R 165 of 255 = 65%
G 139 of 255 = 55%
B 121 of 255 = 47%

165
139
121

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

Portions of RGB colors in percentages

R + G + B =
165 + 139 + 121 = 425 (100%)
R 165 of 425 ~ 38.82%
G 139 of 425 ~ 32.71%
B 121 of 425 ~ 28.47%

%38.82
%32.71
%28.47

CMYK color model

#A58B79 color CMYK value is (0,16,27,35).

  • cyan value is 0.00%
  • magenta value is 15.76%
  • yellow value is 26.67%
  • key color value is 35.29%
CMYK:
(0,16,27,35)
C0M16Y27K35 
(0%,16%,27%,35%)
(0.00/0.16/0.27/0.35)	

CMYK percentages

%0
%15.76
%26.67
%35.29

Codes

Color #A58B79 in popluar color models

A58B79
RGB165139121
HSL25°19.64%56.08%
HSB/HSV25°26.67%64.71%
CMYK0.00%15.76%26.67%
35.29%

Color #A58B79 in popluar number systems.

HEXA58B79
Decimal165139121
Binary10100101100010111111001
Octal245213171

Shades and tints

Shades of #A58B79

#A58B79
(165,139,121)
#967F6E
(150,127,110)
#877363
(135,115,99)
#786758
(120,103,88)
#695B4D
(105,91,77)
#5A4F42
(90,79,66)
#4B4337
(75,67,55)
#3C372C
(60,55,44)
#2D2B21
(45,43,33)
#1E1F16
(30,31,22)
#0F130B
(15,19,11)
#000000
(0,0,0)

Tints of #A58B79

#A58B79
(165,139,121)
#AD9585
(173,149,133)
#B59F91
(181,159,145)
#BDA99D
(189,169,157)
#C5B3A9
(197,179,169)
#CDBDB5
(205,189,181)
#D5C7C1
(213,199,193)
#DDD1CD
(221,209,205)
#E5DBD9
(229,219,217)
#EDE5E5
(237,229,229)
#F5EFF1
(245,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A58B79 color. Also use rgb(165,139,121) instead hex code.

Text Font Color

.myTextColor { color: #A58B79; }

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

This text font color is #A58B79.


Background Color

.myBgColor { background-color: #A58B79; }

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

This div background color is #A58B79.


Border color

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

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

This div border color is #A58B79.


Opacity

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

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

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

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

This text has shadow with #A58B79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A58B79 on black background.


Color preview on white background

This text has color #A58B79 on white background.



Black color preview on #A58B79 background

This text has black color on #A58B79 background.


White color preview on #A58B79 background

This text has white color on #A58B79 background.