COLOR #A57363

HEX: #A57363
RGB: (165,115,99)

Renk bilgisi

#A57363 contains mainly red and green colors. #A57363 ‘ nin web güvenlik rengi #996666 (ya da #966) dir.

RGB renk modeli

#A57363 color RGB value is (165,115,99).

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

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 115 of 255 = 45%
B 99 of 255 = 39%

165
115
99

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

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 115 + 99 = 379 (100%)
R 165 of 379 ~ 43.54%
G 115 of 379 ~ 30.34%
B 99 of 379 ~ 26.12%

%43.54
%30.34
%26.12

CMYK RENK MODELİ

#A57363 rengi CMYK tonu (0,30,40,35).

  • camgöbeği tonu 0.00%
  • eflatun tonu 30.30%
  • sarı tonu 40.00%
  • ana renk tonu 35.29%
CMYK:
(0,30,40,35)
C0M30Y40K35 
(0%,30%,40%,35%)
(0.00/0.30/0.40/0.35)	

CMYK yüzdeleri

%0
%30.3
%40
%35.29

Codes

Color #A57363 in popluar color models

A57363
RGB16511599
HSL15°26.83%51.76%
HSB/HSV15°40.00%64.71%
CMYK0.00%30.30%40.00%
35.29%

Color #A57363 in popluar number systems.

HEXA57363
Decimal16511599
Binary1010010111100111100011
Octal245163143

Shades and tints

Shades of #A57363

#A57363
(165,115,99)
#96695A
(150,105,90)
#875F51
(135,95,81)
#785548
(120,85,72)
#694B3F
(105,75,63)
#5A4136
(90,65,54)
#4B372D
(75,55,45)
#3C2D24
(60,45,36)
#2D231B
(45,35,27)
#1E1912
(30,25,18)
#0F0F09
(15,15,9)
#000000
(0,0,0)

Tints of #A57363

#A57363
(165,115,99)
#AD7F71
(173,127,113)
#B58B7F
(181,139,127)
#BD978D
(189,151,141)
#C5A39B
(197,163,155)
#CDAFA9
(205,175,169)
#D5BBB7
(213,187,183)
#DDC7C5
(221,199,197)
#E5D3D3
(229,211,211)
#EDDFE1
(237,223,225)
#F5EBEF
(245,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A57363; }

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

This text font color is #A57363.


Background Color

.myBgColor { background-color: #A57363; }

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

This div background color is #A57363.


Border color

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

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

This div border color is #A57363.


Opacity

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

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

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

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

This text has shadow with #A57363 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A57363 on black background.


Color preview on white background

This text has color #A57363 on white background.



Black color preview on #A57363 background

This text has black color on #A57363 background.


White color preview on #A57363 background

This text has white color on #A57363 background.