COLOR #A59D89

HEX: #A59D89
RGB: (165,157,137)

Renk bilgisi

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

RGB renk modeli

#A59D89 color RGB value is (165,157,137).

  • kırmız ton 165;
  • yeşil ton 157;
  • mavi ton 137.
RGB:
(165,157,137)
(65%,62%,54%)

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 157 of 255 = 62%
B 137 of 255 = 54%

165
157
137

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

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 157 + 137 = 459 (100%)
R 165 of 459 ~ 35.95%
G 157 of 459 ~ 34.2%
B 137 of 459 ~ 29.85%

%35.95
%34.2
%29.85

CMYK RENK MODELİ

#A59D89 rengi CMYK tonu (0,5,17,35).

  • camgöbeği tonu 0.00%
  • eflatun tonu 4.85%
  • sarı tonu 16.97%
  • ana renk tonu 35.29%
CMYK:
(0,5,17,35)
C0M5Y17K35 
(0%,5%,17%,35%)
(0.00/0.05/0.17/0.35)	

CMYK yüzdeleri

%0
%4.85
%16.97
%35.29

Codes

Color #A59D89 in popluar color models

A59D89
RGB165157137
HSL43°13.46%59.22%
HSB/HSV43°16.97%64.71%
CMYK0.00%4.85%16.97%
35.29%

Color #A59D89 in popluar number systems.

HEXA59D89
Decimal165157137
Binary101001011001110110001001
Octal245235211

Shades and tints

Shades of #A59D89

#A59D89
(165,157,137)
#968F7D
(150,143,125)
#878171
(135,129,113)
#787365
(120,115,101)
#696559
(105,101,89)
#5A574D
(90,87,77)
#4B4941
(75,73,65)
#3C3B35
(60,59,53)
#2D2D29
(45,45,41)
#1E1F1D
(30,31,29)
#0F1111
(15,17,17)
#000000
(0,0,0)

Tints of #A59D89

#A59D89
(165,157,137)
#ADA593
(173,165,147)
#B5AD9D
(181,173,157)
#BDB5A7
(189,181,167)
#C5BDB1
(197,189,177)
#CDC5BB
(205,197,187)
#D5CDC5
(213,205,197)
#DDD5CF
(221,213,207)
#E5DDD9
(229,221,217)
#EDE5E3
(237,229,227)
#F5EDED
(245,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A59D89 color. Also use rgb(165,157,137) instead hex code.

Text Font Color

.myTextColor { color: #A59D89; }

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

This text font color is #A59D89.


Background Color

.myBgColor { background-color: #A59D89; }

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

This div background color is #A59D89.


Border color

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

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

This div border color is #A59D89.


Opacity

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

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

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

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

This text has shadow with #A59D89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A59D89 on black background.


Color preview on white background

This text has color #A59D89 on white background.



Black color preview on #A59D89 background

This text has black color on #A59D89 background.


White color preview on #A59D89 background

This text has white color on #A59D89 background.