COLOR #A58587

HEX: #A58587
RGB: (165,133,135)

Color info

#A58587 contains red, green and blue colors in about the same proportion. Web safe color of #A58587 is #999999 (or #999).

RGB color model

#A58587 color RGB value is (165,133,135).

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

RGB channels and saturation

R 165 of 255 = 65%
G 133 of 255 = 52%
B 135 of 255 = 53%

165
133
135

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

Portions of RGB colors in percentages

R + G + B =
165 + 133 + 135 = 433 (100%)
R 165 of 433 ~ 38.11%
G 133 of 433 ~ 30.72%
B 135 of 433 ~ 31.18%

%38.11
%30.72
%31.18

CMYK color model

#A58587 color CMYK value is (0,19,18,35).

  • cyan value is 0.00%
  • magenta value is 19.39%
  • yellow value is 18.18%
  • key color value is 35.29%
CMYK:
(0,19,18,35)
C0M19Y18K35 
(0%,19%,18%,35%)
(0.00/0.19/0.18/0.35)	

CMYK percentages

%0
%19.39
%18.18
%35.29

Codes

Color #A58587 in popluar color models

A58587
RGB165133135
HSL356°15.09%58.43%
HSB/HSV356°19.39%64.71%
CMYK0.00%19.39%18.18%
35.29%

Color #A58587 in popluar number systems.

HEXA58587
Decimal165133135
Binary101001011000010110000111
Octal245205207

Shades and tints

Shades of #A58587

#A58587
(165,133,135)
#96797B
(150,121,123)
#876D6F
(135,109,111)
#786163
(120,97,99)
#695557
(105,85,87)
#5A494B
(90,73,75)
#4B3D3F
(75,61,63)
#3C3133
(60,49,51)
#2D2527
(45,37,39)
#1E191B
(30,25,27)
#0F0D0F
(15,13,15)
#000000
(0,0,0)

Tints of #A58587

#A58587
(165,133,135)
#AD9091
(173,144,145)
#B59B9B
(181,155,155)
#BDA6A5
(189,166,165)
#C5B1AF
(197,177,175)
#CDBCB9
(205,188,185)
#D5C7C3
(213,199,195)
#DDD2CD
(221,210,205)
#E5DDD7
(229,221,215)
#EDE8E1
(237,232,225)
#F5F3EB
(245,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A58587; }

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

This text font color is #A58587.


Background Color

.myBgColor { background-color: #A58587; }

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

This div background color is #A58587.


Border color

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

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

This div border color is #A58587.


Opacity

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

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

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

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

This text has shadow with #A58587 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A58587 on black background.


Color preview on white background

This text has color #A58587 on white background.



Black color preview on #A58587 background

This text has black color on #A58587 background.


White color preview on #A58587 background

This text has white color on #A58587 background.