COLOR #A5593F

HEX: #A5593F
RGB: (165,89,63)

Renk bilgisi

#A5593F contains mainly red color. #A5593F ‘ nin web güvenlik rengi #996633 (ya da #963) dir.

RGB renk modeli

#A5593F color RGB value is (165,89,63).

  • kırmız ton 165;
  • yeşil ton 89;
  • mavi ton 63.
RGB:
(165,89,63)
(65%,35%,25%)

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 89 of 255 = 35%
B 63 of 255 = 25%

165
89
63

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

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 89 + 63 = 317 (100%)
R 165 of 317 ~ 52.05%
G 89 of 317 ~ 28.08%
B 63 of 317 ~ 19.87%

%52.05
%28.08
%19.87

CMYK RENK MODELİ

#A5593F rengi CMYK tonu (0,46,62,35).

  • camgöbeği tonu 0.00%
  • eflatun tonu 46.06%
  • sarı tonu 61.82%
  • ana renk tonu 35.29%
CMYK:
(0,46,62,35)
C0M46Y62K35 
(0%,46%,62%,35%)
(0.00/0.46/0.62/0.35)	

CMYK yüzdeleri

%0
%46.06
%61.82
%35.29

Codes

Color #A5593F in popluar color models

A5593F
RGB1658963
HSL15°44.74%44.71%
HSB/HSV15°61.82%64.71%
CMYK0.00%46.06%61.82%
35.29%

Color #A5593F in popluar number systems.

HEXA5593F
Decimal1658963
Binary101001011011001111111
Octal24513177

Shades and tints

Shades of #A5593F

#A5593F
(165,89,63)
#96513A
(150,81,58)
#874935
(135,73,53)
#784130
(120,65,48)
#69392B
(105,57,43)
#5A3126
(90,49,38)
#4B2921
(75,41,33)
#3C211C
(60,33,28)
#2D1917
(45,25,23)
#1E1112
(30,17,18)
#0F090D
(15,9,13)
#000000
(0,0,0)

Tints of #A5593F

#A5593F
(165,89,63)
#AD6850
(173,104,80)
#B57761
(181,119,97)
#BD8672
(189,134,114)
#C59583
(197,149,131)
#CDA494
(205,164,148)
#D5B3A5
(213,179,165)
#DDC2B6
(221,194,182)
#E5D1C7
(229,209,199)
#EDE0D8
(237,224,216)
#F5EFE9
(245,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5593F color. Also use rgb(165,89,63) instead hex code.

Text Font Color

.myTextColor { color: #A5593F; }

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

This text font color is #A5593F.


Background Color

.myBgColor { background-color: #A5593F; }

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

This div background color is #A5593F.


Border color

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

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

This div border color is #A5593F.


Opacity

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

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

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

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

This text has shadow with #A5593F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5593F on black background.


Color preview on white background

This text has color #A5593F on white background.



Black color preview on #A5593F background

This text has black color on #A5593F background.


White color preview on #A5593F background

This text has white color on #A5593F background.