COLOR #A59565

HEX: #A59565
RGB: (165,149,101)

Renk bilgisi

#A59565 contains mainly red and green colors. #A59565 ‘ nin web güvenlik rengi #999966 (ya da #996) dir.

RGB renk modeli

#A59565 color RGB value is (165,149,101).

  • kırmız ton 165;
  • yeşil ton 149;
  • mavi ton 101.
RGB:
(165,149,101)
(65%,58%,40%)

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 149 of 255 = 58%
B 101 of 255 = 40%

165
149
101

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

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 149 + 101 = 415 (100%)
R 165 of 415 ~ 39.76%
G 149 of 415 ~ 35.9%
B 101 of 415 ~ 24.34%

%39.76
%35.9
%24.34

CMYK RENK MODELİ

#A59565 rengi CMYK tonu (0,10,39,35).

  • camgöbeği tonu 0.00%
  • eflatun tonu 9.70%
  • sarı tonu 38.79%
  • ana renk tonu 35.29%
CMYK:
(0,10,39,35)
C0M10Y39K35 
(0%,10%,39%,35%)
(0.00/0.10/0.39/0.35)	

CMYK yüzdeleri

%0
%9.7
%38.79
%35.29

Codes

Color #A59565 in popluar color models

A59565
RGB165149101
HSL45°26.23%52.16%
HSB/HSV45°38.79%64.71%
CMYK0.00%9.70%38.79%
35.29%

Color #A59565 in popluar number systems.

HEXA59565
Decimal165149101
Binary10100101100101011100101
Octal245225145

Shades and tints

Shades of #A59565

#A59565
(165,149,101)
#96885C
(150,136,92)
#877B53
(135,123,83)
#786E4A
(120,110,74)
#696141
(105,97,65)
#5A5438
(90,84,56)
#4B472F
(75,71,47)
#3C3A26
(60,58,38)
#2D2D1D
(45,45,29)
#1E2014
(30,32,20)
#0F130B
(15,19,11)
#000000
(0,0,0)

Tints of #A59565

#A59565
(165,149,101)
#AD9E73
(173,158,115)
#B5A781
(181,167,129)
#BDB08F
(189,176,143)
#C5B99D
(197,185,157)
#CDC2AB
(205,194,171)
#D5CBB9
(213,203,185)
#DDD4C7
(221,212,199)
#E5DDD5
(229,221,213)
#EDE6E3
(237,230,227)
#F5EFF1
(245,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A59565 color. Also use rgb(165,149,101) instead hex code.

Text Font Color

.myTextColor { color: #A59565; }

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

This text font color is #A59565.


Background Color

.myBgColor { background-color: #A59565; }

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

This div background color is #A59565.


Border color

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

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

This div border color is #A59565.


Opacity

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

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

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

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

This text has shadow with #A59565 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A59565 on black background.


Color preview on white background

This text has color #A59565 on white background.



Black color preview on #A59565 background

This text has black color on #A59565 background.


White color preview on #A59565 background

This text has white color on #A59565 background.