COLOR #A58777

HEX: #A58777
RGB: (165,135,119)

Color info

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

RGB color model

#A58777 color RGB value is (165,135,119).

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

RGB channels and saturation

R 165 of 255 = 65%
G 135 of 255 = 53%
B 119 of 255 = 47%

165
135
119

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

Portions of RGB colors in percentages

R + G + B =
165 + 135 + 119 = 419 (100%)
R 165 of 419 ~ 39.38%
G 135 of 419 ~ 32.22%
B 119 of 419 ~ 28.4%

%39.38
%32.22
%28.4

CMYK color model

#A58777 color CMYK value is (0,18,28,35).

  • cyan value is 0.00%
  • magenta value is 18.18%
  • yellow value is 27.88%
  • key color value is 35.29%
CMYK:
(0,18,28,35)
C0M18Y28K35 
(0%,18%,28%,35%)
(0.00/0.18/0.28/0.35)	

CMYK percentages

%0
%18.18
%27.88
%35.29

Codes

Color #A58777 in popluar color models

A58777
RGB165135119
HSL21°20.35%55.69%
HSB/HSV21°27.88%64.71%
CMYK0.00%18.18%27.88%
35.29%

Color #A58777 in popluar number systems.

HEXA58777
Decimal165135119
Binary10100101100001111110111
Octal245207167

Shades and tints

Shades of #A58777

#A58777
(165,135,119)
#967B6D
(150,123,109)
#876F63
(135,111,99)
#786359
(120,99,89)
#69574F
(105,87,79)
#5A4B45
(90,75,69)
#4B3F3B
(75,63,59)
#3C3331
(60,51,49)
#2D2727
(45,39,39)
#1E1B1D
(30,27,29)
#0F0F13
(15,15,19)
#000000
(0,0,0)

Tints of #A58777

#A58777
(165,135,119)
#AD9183
(173,145,131)
#B59B8F
(181,155,143)
#BDA59B
(189,165,155)
#C5AFA7
(197,175,167)
#CDB9B3
(205,185,179)
#D5C3BF
(213,195,191)
#DDCDCB
(221,205,203)
#E5D7D7
(229,215,215)
#EDE1E3
(237,225,227)
#F5EBEF
(245,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A58777; }

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

This text font color is #A58777.


Background Color

.myBgColor { background-color: #A58777; }

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

This div background color is #A58777.


Border color

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

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

This div border color is #A58777.


Opacity

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

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

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

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

This text has shadow with #A58777 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A58777 on black background.


Color preview on white background

This text has color #A58777 on white background.



Black color preview on #A58777 background

This text has black color on #A58777 background.


White color preview on #A58777 background

This text has white color on #A58777 background.