COLOR #A58D76

HEX: #A58D76
RGB: (165,141,118)

Color info

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

RGB color model

#A58D76 color RGB value is (165,141,118).

  • red value is 165;
  • green value is 141;
  • blue value is 118.
RGB:
(165,141,118)
(65%,55%,46%)

RGB channels and saturation

R 165 of 255 = 65%
G 141 of 255 = 55%
B 118 of 255 = 46%

165
141
118

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

Portions of RGB colors in percentages

R + G + B =
165 + 141 + 118 = 424 (100%)
R 165 of 424 ~ 38.92%
G 141 of 424 ~ 33.25%
B 118 of 424 ~ 27.83%

%38.92
%33.25
%27.83

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 14.55%
  • yellow value is 28.48%
  • 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
%14.55
%28.48
%35.29

Codes

Color #A58D76 in popluar color models

A58D76
RGB165141118
HSL29°20.70%55.49%
HSB/HSV29°28.48%64.71%
CMYK0.00%14.55%28.48%
35.29%

Color #A58D76 in popluar number systems.

HEXA58D76
Decimal165141118
Binary10100101100011011110110
Octal245215166

Shades and tints

Shades of #A58D76

#A58D76
(165,141,118)
#96816C
(150,129,108)
#877562
(135,117,98)
#786958
(120,105,88)
#695D4E
(105,93,78)
#5A5144
(90,81,68)
#4B453A
(75,69,58)
#3C3930
(60,57,48)
#2D2D26
(45,45,38)
#1E211C
(30,33,28)
#0F1512
(15,21,18)
#000000
(0,0,0)

Tints of #A58D76

#A58D76
(165,141,118)
#AD9782
(173,151,130)
#B5A18E
(181,161,142)
#BDAB9A
(189,171,154)
#C5B5A6
(197,181,166)
#CDBFB2
(205,191,178)
#D5C9BE
(213,201,190)
#DDD3CA
(221,211,202)
#E5DDD6
(229,221,214)
#EDE7E2
(237,231,226)
#F5F1EE
(245,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A58D76 color. Also use rgb(165,141,118) instead hex code.

Text Font Color

.myTextColor { color: #A58D76; }

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

This text font color is #A58D76.


Background Color

.myBgColor { background-color: #A58D76; }

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

This div background color is #A58D76.


Border color

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

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

This div border color is #A58D76.


Opacity

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

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

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

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

This text has shadow with #A58D76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A58D76 on black background.


Color preview on white background

This text has color #A58D76 on white background.



Black color preview on #A58D76 background

This text has black color on #A58D76 background.


White color preview on #A58D76 background

This text has white color on #A58D76 background.