COLOR #A59573

HEX: #A59573
RGB: (165,149,115)

Renk bilgisi

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

RGB renk modeli

#A59573 color RGB value is (165,149,115).

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

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 149 of 255 = 58%
B 115 of 255 = 45%

165
149
115

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

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 149 + 115 = 429 (100%)
R 165 of 429 ~ 38.46%
G 149 of 429 ~ 34.73%
B 115 of 429 ~ 26.81%

%38.46
%34.73
%26.81

CMYK RENK MODELİ

#A59573 rengi CMYK tonu (0,10,30,35).

  • camgöbeği tonu 0.00%
  • eflatun tonu 9.70%
  • sarı tonu 30.30%
  • ana renk tonu 35.29%
CMYK:
(0,10,30,35)
C0M10Y30K35 
(0%,10%,30%,35%)
(0.00/0.10/0.30/0.35)	

CMYK yüzdeleri

%0
%9.7
%30.3
%35.29

Codes

Color #A59573 in popluar color models

A59573
RGB165149115
HSL41°21.74%54.90%
HSB/HSV41°30.30%64.71%
CMYK0.00%9.70%30.30%
35.29%

Color #A59573 in popluar number systems.

HEXA59573
Decimal165149115
Binary10100101100101011110011
Octal245225163

Shades and tints

Shades of #A59573

#A59573
(165,149,115)
#968869
(150,136,105)
#877B5F
(135,123,95)
#786E55
(120,110,85)
#69614B
(105,97,75)
#5A5441
(90,84,65)
#4B4737
(75,71,55)
#3C3A2D
(60,58,45)
#2D2D23
(45,45,35)
#1E2019
(30,32,25)
#0F130F
(15,19,15)
#000000
(0,0,0)

Tints of #A59573

#A59573
(165,149,115)
#AD9E7F
(173,158,127)
#B5A78B
(181,167,139)
#BDB097
(189,176,151)
#C5B9A3
(197,185,163)
#CDC2AF
(205,194,175)
#D5CBBB
(213,203,187)
#DDD4C7
(221,212,199)
#E5DDD3
(229,221,211)
#EDE6DF
(237,230,223)
#F5EFEB
(245,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A59573; }

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

This text font color is #A59573.


Background Color

.myBgColor { background-color: #A59573; }

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

This div background color is #A59573.


Border color

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

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

This div border color is #A59573.


Opacity

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

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

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

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

This text has shadow with #A59573 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A59573 on black background.


Color preview on white background

This text has color #A59573 on white background.



Black color preview on #A59573 background

This text has black color on #A59573 background.


White color preview on #A59573 background

This text has white color on #A59573 background.