COLOR #A58977

HEX: #A58977
RGB: (165,137,119)

Color info

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

RGB color model

#A58977 color RGB value is (165,137,119).

  • red value is 165;
  • green value is 137;
  • blue value is 119.
RGB:
(165,137,119)
(65%,54%,47%)

RGB channels and saturation

R 165 of 255 = 65%
G 137 of 255 = 54%
B 119 of 255 = 47%

165
137
119

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

Portions of RGB colors in percentages

R + G + B =
165 + 137 + 119 = 421 (100%)
R 165 of 421 ~ 39.19%
G 137 of 421 ~ 32.54%
B 119 of 421 ~ 28.27%

%39.19
%32.54
%28.27

CMYK color model

#A58977 color CMYK value is (0,17,28,35).

  • cyan value is 0.00%
  • magenta value is 16.97%
  • yellow value is 27.88%
  • key color value is 35.29%
CMYK:
(0,17,28,35)
C0M17Y28K35 
(0%,17%,28%,35%)
(0.00/0.17/0.28/0.35)	

CMYK percentages

%0
%16.97
%27.88
%35.29

Codes

Color #A58977 in popluar color models

A58977
RGB165137119
HSL23°20.35%55.69%
HSB/HSV23°27.88%64.71%
CMYK0.00%16.97%27.88%
35.29%

Color #A58977 in popluar number systems.

HEXA58977
Decimal165137119
Binary10100101100010011110111
Octal245211167

Shades and tints

Shades of #A58977

#A58977
(165,137,119)
#967D6D
(150,125,109)
#877163
(135,113,99)
#786559
(120,101,89)
#69594F
(105,89,79)
#5A4D45
(90,77,69)
#4B413B
(75,65,59)
#3C3531
(60,53,49)
#2D2927
(45,41,39)
#1E1D1D
(30,29,29)
#0F1113
(15,17,19)
#000000
(0,0,0)

Tints of #A58977

#A58977
(165,137,119)
#AD9383
(173,147,131)
#B59D8F
(181,157,143)
#BDA79B
(189,167,155)
#C5B1A7
(197,177,167)
#CDBBB3
(205,187,179)
#D5C5BF
(213,197,191)
#DDCFCB
(221,207,203)
#E5D9D7
(229,217,215)
#EDE3E3
(237,227,227)
#F5EDEF
(245,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A58977; }

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

This text font color is #A58977.


Background Color

.myBgColor { background-color: #A58977; }

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

This div background color is #A58977.


Border color

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

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

This div border color is #A58977.


Opacity

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

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

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

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

This text has shadow with #A58977 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A58977 on black background.


Color preview on white background

This text has color #A58977 on white background.



Black color preview on #A58977 background

This text has black color on #A58977 background.


White color preview on #A58977 background

This text has white color on #A58977 background.