COLOR #A59987

HEX: #A59987
RGB: (165,153,135)

Renk bilgisi

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

RGB renk modeli

#A59987 color RGB value is (165,153,135).

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

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 153 of 255 = 60%
B 135 of 255 = 53%

165
153
135

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

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 153 + 135 = 453 (100%)
R 165 of 453 ~ 36.42%
G 153 of 453 ~ 33.77%
B 135 of 453 ~ 29.8%

%36.42
%33.77
%29.8

CMYK RENK MODELİ

#A59987 rengi CMYK tonu (0,7,18,35).

  • camgöbeği tonu 0.00%
  • eflatun tonu 7.27%
  • sarı tonu 18.18%
  • ana renk tonu 35.29%
CMYK:
(0,7,18,35)
C0M7Y18K35 
(0%,7%,18%,35%)
(0.00/0.07/0.18/0.35)	

CMYK yüzdeleri

%0
%7.27
%18.18
%35.29

Codes

Color #A59987 in popluar color models

A59987
RGB165153135
HSL36°14.29%58.82%
HSB/HSV36°18.18%64.71%
CMYK0.00%7.27%18.18%
35.29%

Color #A59987 in popluar number systems.

HEXA59987
Decimal165153135
Binary101001011001100110000111
Octal245231207

Shades and tints

Shades of #A59987

#A59987
(165,153,135)
#968C7B
(150,140,123)
#877F6F
(135,127,111)
#787263
(120,114,99)
#696557
(105,101,87)
#5A584B
(90,88,75)
#4B4B3F
(75,75,63)
#3C3E33
(60,62,51)
#2D3127
(45,49,39)
#1E241B
(30,36,27)
#0F170F
(15,23,15)
#000000
(0,0,0)

Tints of #A59987

#A59987
(165,153,135)
#ADA291
(173,162,145)
#B5AB9B
(181,171,155)
#BDB4A5
(189,180,165)
#C5BDAF
(197,189,175)
#CDC6B9
(205,198,185)
#D5CFC3
(213,207,195)
#DDD8CD
(221,216,205)
#E5E1D7
(229,225,215)
#EDEAE1
(237,234,225)
#F5F3EB
(245,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A59987; }

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

This text font color is #A59987.


Background Color

.myBgColor { background-color: #A59987; }

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

This div background color is #A59987.


Border color

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

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

This div border color is #A59987.


Opacity

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

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

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

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

This text has shadow with #A59987 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A59987 on black background.


Color preview on white background

This text has color #A59987 on white background.



Black color preview on #A59987 background

This text has black color on #A59987 background.


White color preview on #A59987 background

This text has white color on #A59987 background.