COLOR #A59C87

HEX: #A59C87
RGB: (165,156,135)

Renk bilgisi

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

RGB renk modeli

#A59C87 color RGB value is (165,156,135).

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

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 156 of 255 = 61%
B 135 of 255 = 53%

165
156
135

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

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 156 + 135 = 456 (100%)
R 165 of 456 ~ 36.18%
G 156 of 456 ~ 34.21%
B 135 of 456 ~ 29.61%

%36.18
%34.21
%29.61

CMYK RENK MODELİ

#A59C87 rengi CMYK tonu (0,5,18,35).

  • camgöbeği tonu 0.00%
  • eflatun tonu 5.45%
  • sarı tonu 18.18%
  • ana renk tonu 35.29%
CMYK:
(0,5,18,35)
C0M5Y18K35 
(0%,5%,18%,35%)
(0.00/0.05/0.18/0.35)	

CMYK yüzdeleri

%0
%5.45
%18.18
%35.29

Codes

Color #A59C87 in popluar color models

A59C87
RGB165156135
HSL42°14.29%58.82%
HSB/HSV42°18.18%64.71%
CMYK0.00%5.45%18.18%
35.29%

Color #A59C87 in popluar number systems.

HEXA59C87
Decimal165156135
Binary101001011001110010000111
Octal245234207

Shades and tints

Shades of #A59C87

#A59C87
(165,156,135)
#968E7B
(150,142,123)
#87806F
(135,128,111)
#787263
(120,114,99)
#696457
(105,100,87)
#5A564B
(90,86,75)
#4B483F
(75,72,63)
#3C3A33
(60,58,51)
#2D2C27
(45,44,39)
#1E1E1B
(30,30,27)
#0F100F
(15,16,15)
#000000
(0,0,0)

Tints of #A59C87

#A59C87
(165,156,135)
#ADA591
(173,165,145)
#B5AE9B
(181,174,155)
#BDB7A5
(189,183,165)
#C5C0AF
(197,192,175)
#CDC9B9
(205,201,185)
#D5D2C3
(213,210,195)
#DDDBCD
(221,219,205)
#E5E4D7
(229,228,215)
#EDEDE1
(237,237,225)
#F5F6EB
(245,246,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A59C87; }

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

This text font color is #A59C87.


Background Color

.myBgColor { background-color: #A59C87; }

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

This div background color is #A59C87.


Border color

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

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

This div border color is #A59C87.


Opacity

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

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

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

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

This text has shadow with #A59C87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A59C87 on black background.


Color preview on white background

This text has color #A59C87 on white background.



Black color preview on #A59C87 background

This text has black color on #A59C87 background.


White color preview on #A59C87 background

This text has white color on #A59C87 background.