COLOR #A55563

HEX: #A55563
RGB: (165,85,99)

Renk bilgisi

#A55563 contains mainly red color. #A55563 ‘ nin web güvenlik rengi #996666 (ya da #966) dir.

RGB renk modeli

#A55563 color RGB value is (165,85,99).

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

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 85 of 255 = 33%
B 99 of 255 = 39%

165
85
99

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

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 85 + 99 = 349 (100%)
R 165 of 349 ~ 47.28%
G 85 of 349 ~ 24.36%
B 99 of 349 ~ 28.37%

%47.28
%24.36
%28.37

CMYK RENK MODELİ

#A55563 rengi CMYK tonu (0,48,40,35).

  • camgöbeği tonu 0.00%
  • eflatun tonu 48.48%
  • sarı tonu 40.00%
  • ana renk tonu 35.29%
CMYK:
(0,48,40,35)
C0M48Y40K35 
(0%,48%,40%,35%)
(0.00/0.48/0.40/0.35)	

CMYK yüzdeleri

%0
%48.48
%40
%35.29

Codes

Color #A55563 in popluar color models

A55563
RGB1658599
HSL350°32.00%49.02%
HSB/HSV350°48.48%64.71%
CMYK0.00%48.48%40.00%
35.29%

Color #A55563 in popluar number systems.

HEXA55563
Decimal1658599
Binary1010010110101011100011
Octal245125143

Shades and tints

Shades of #A55563

#A55563
(165,85,99)
#964E5A
(150,78,90)
#874751
(135,71,81)
#784048
(120,64,72)
#69393F
(105,57,63)
#5A3236
(90,50,54)
#4B2B2D
(75,43,45)
#3C2424
(60,36,36)
#2D1D1B
(45,29,27)
#1E1612
(30,22,18)
#0F0F09
(15,15,9)
#000000
(0,0,0)

Tints of #A55563

#A55563
(165,85,99)
#AD6471
(173,100,113)
#B5737F
(181,115,127)
#BD828D
(189,130,141)
#C5919B
(197,145,155)
#CDA0A9
(205,160,169)
#D5AFB7
(213,175,183)
#DDBEC5
(221,190,197)
#E5CDD3
(229,205,211)
#EDDCE1
(237,220,225)
#F5EBEF
(245,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A55563; }

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

This text font color is #A55563.


Background Color

.myBgColor { background-color: #A55563; }

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

This div background color is #A55563.


Border color

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

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

This div border color is #A55563.


Opacity

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

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

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

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

This text has shadow with #A55563 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A55563 on black background.


Color preview on white background

This text has color #A55563 on white background.



Black color preview on #A55563 background

This text has black color on #A55563 background.


White color preview on #A55563 background

This text has white color on #A55563 background.