COLOR #A59F85

HEX: #A59F85
RGB: (165,159,133)

Renk bilgisi

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

RGB renk modeli

#A59F85 color RGB value is (165,159,133).

  • kırmız ton 165;
  • yeşil ton 159;
  • mavi ton 133.
RGB:
(165,159,133)
(65%,62%,52%)

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 159 of 255 = 62%
B 133 of 255 = 52%

165
159
133

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

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 159 + 133 = 457 (100%)
R 165 of 457 ~ 36.11%
G 159 of 457 ~ 34.79%
B 133 of 457 ~ 29.1%

%36.11
%34.79
%29.1

CMYK RENK MODELİ

#A59F85 rengi CMYK tonu (0,4,19,35).

  • camgöbeği tonu 0.00%
  • eflatun tonu 3.64%
  • sarı tonu 19.39%
  • ana renk tonu 35.29%
CMYK:
(0,4,19,35)
C0M4Y19K35 
(0%,4%,19%,35%)
(0.00/0.04/0.19/0.35)	

CMYK yüzdeleri

%0
%3.64
%19.39
%35.29

Codes

Color #A59F85 in popluar color models

A59F85
RGB165159133
HSL49°15.09%58.43%
HSB/HSV49°19.39%64.71%
CMYK0.00%3.64%19.39%
35.29%

Color #A59F85 in popluar number systems.

HEXA59F85
Decimal165159133
Binary101001011001111110000101
Octal245237205

Shades and tints

Shades of #A59F85

#A59F85
(165,159,133)
#969179
(150,145,121)
#87836D
(135,131,109)
#787561
(120,117,97)
#696755
(105,103,85)
#5A5949
(90,89,73)
#4B4B3D
(75,75,61)
#3C3D31
(60,61,49)
#2D2F25
(45,47,37)
#1E2119
(30,33,25)
#0F130D
(15,19,13)
#000000
(0,0,0)

Tints of #A59F85

#A59F85
(165,159,133)
#ADA790
(173,167,144)
#B5AF9B
(181,175,155)
#BDB7A6
(189,183,166)
#C5BFB1
(197,191,177)
#CDC7BC
(205,199,188)
#D5CFC7
(213,207,199)
#DDD7D2
(221,215,210)
#E5DFDD
(229,223,221)
#EDE7E8
(237,231,232)
#F5EFF3
(245,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A59F85 color. Also use rgb(165,159,133) instead hex code.

Text Font Color

.myTextColor { color: #A59F85; }

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

This text font color is #A59F85.


Background Color

.myBgColor { background-color: #A59F85; }

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

This div background color is #A59F85.


Border color

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

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

This div border color is #A59F85.


Opacity

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

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

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

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

This text has shadow with #A59F85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A59F85 on black background.


Color preview on white background

This text has color #A59F85 on white background.



Black color preview on #A59F85 background

This text has black color on #A59F85 background.


White color preview on #A59F85 background

This text has white color on #A59F85 background.