COLOR #A58B87

HEX: #A58B87
RGB: (165,139,135)

Renk bilgisi

#A58B87 contains red, green and blue colors in about the same proportion. #A58B87 ‘ nin web güvenlik rengi #999999 (ya da #999) dir.

RGB renk modeli

#A58B87 color RGB value is (165,139,135).

  • kırmız ton 165;
  • yeşil ton 139;
  • mavi ton 135.
RGB:
(165,139,135)
(65%,55%,53%)

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 139 of 255 = 55%
B 135 of 255 = 53%

165
139
135

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

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 139 + 135 = 439 (100%)
R 165 of 439 ~ 37.59%
G 139 of 439 ~ 31.66%
B 135 of 439 ~ 30.75%

%37.59
%31.66
%30.75

CMYK RENK MODELİ

#A58B87 rengi CMYK tonu (0,16,18,35).

  • camgöbeği tonu 0.00%
  • eflatun tonu 15.76%
  • sarı tonu 18.18%
  • ana renk tonu 35.29%
CMYK:
(0,16,18,35)
C0M16Y18K35 
(0%,16%,18%,35%)
(0.00/0.16/0.18/0.35)	

CMYK yüzdeleri

%0
%15.76
%18.18
%35.29

Codes

Color #A58B87 in popluar color models

A58B87
RGB165139135
HSL14.29%58.82%
HSB/HSV18.18%64.71%
CMYK0.00%15.76%18.18%
35.29%

Color #A58B87 in popluar number systems.

HEXA58B87
Decimal165139135
Binary101001011000101110000111
Octal245213207

Shades and tints

Shades of #A58B87

#A58B87
(165,139,135)
#967F7B
(150,127,123)
#87736F
(135,115,111)
#786763
(120,103,99)
#695B57
(105,91,87)
#5A4F4B
(90,79,75)
#4B433F
(75,67,63)
#3C3733
(60,55,51)
#2D2B27
(45,43,39)
#1E1F1B
(30,31,27)
#0F130F
(15,19,15)
#000000
(0,0,0)

Tints of #A58B87

#A58B87
(165,139,135)
#AD9591
(173,149,145)
#B59F9B
(181,159,155)
#BDA9A5
(189,169,165)
#C5B3AF
(197,179,175)
#CDBDB9
(205,189,185)
#D5C7C3
(213,199,195)
#DDD1CD
(221,209,205)
#E5DBD7
(229,219,215)
#EDE5E1
(237,229,225)
#F5EFEB
(245,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A58B87; }

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

This text font color is #A58B87.


Background Color

.myBgColor { background-color: #A58B87; }

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

This div background color is #A58B87.


Border color

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

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

This div border color is #A58B87.


Opacity

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

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

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

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

This text has shadow with #A58B87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A58B87 on black background.


Color preview on white background

This text has color #A58B87 on white background.



Black color preview on #A58B87 background

This text has black color on #A58B87 background.


White color preview on #A58B87 background

This text has white color on #A58B87 background.