COLOR #A59D83

HEX: #A59D83
RGB: (165,157,131)

Renk bilgisi

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

RGB renk modeli

#A59D83 color RGB value is (165,157,131).

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

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 157 of 255 = 62%
B 131 of 255 = 51%

165
157
131

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

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 157 + 131 = 453 (100%)
R 165 of 453 ~ 36.42%
G 157 of 453 ~ 34.66%
B 131 of 453 ~ 28.92%

%36.42
%34.66
%28.92

CMYK RENK MODELİ

#A59D83 rengi CMYK tonu (0,5,21,35).

  • camgöbeği tonu 0.00%
  • eflatun tonu 4.85%
  • sarı tonu 20.61%
  • ana renk tonu 35.29%
CMYK:
(0,5,21,35)
C0M5Y21K35 
(0%,5%,21%,35%)
(0.00/0.05/0.21/0.35)	

CMYK yüzdeleri

%0
%4.85
%20.61
%35.29

Codes

Color #A59D83 in popluar color models

A59D83
RGB165157131
HSL46°15.89%58.04%
HSB/HSV46°20.61%64.71%
CMYK0.00%4.85%20.61%
35.29%

Color #A59D83 in popluar number systems.

HEXA59D83
Decimal165157131
Binary101001011001110110000011
Octal245235203

Shades and tints

Shades of #A59D83

#A59D83
(165,157,131)
#968F78
(150,143,120)
#87816D
(135,129,109)
#787362
(120,115,98)
#696557
(105,101,87)
#5A574C
(90,87,76)
#4B4941
(75,73,65)
#3C3B36
(60,59,54)
#2D2D2B
(45,45,43)
#1E1F20
(30,31,32)
#0F1115
(15,17,21)
#000000
(0,0,0)

Tints of #A59D83

#A59D83
(165,157,131)
#ADA58E
(173,165,142)
#B5AD99
(181,173,153)
#BDB5A4
(189,181,164)
#C5BDAF
(197,189,175)
#CDC5BA
(205,197,186)
#D5CDC5
(213,205,197)
#DDD5D0
(221,213,208)
#E5DDDB
(229,221,219)
#EDE5E6
(237,229,230)
#F5EDF1
(245,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A59D83; }

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

This text font color is #A59D83.


Background Color

.myBgColor { background-color: #A59D83; }

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

This div background color is #A59D83.


Border color

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

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

This div border color is #A59D83.


Opacity

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

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

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

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

This text has shadow with #A59D83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A59D83 on black background.


Color preview on white background

This text has color #A59D83 on white background.



Black color preview on #A59D83 background

This text has black color on #A59D83 background.


White color preview on #A59D83 background

This text has white color on #A59D83 background.