HEX: #A56D6D
RGB: (165,109,109)
#A56D6D enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #A56D6D ist eine «websichere» Webfarbe #996666 (oder kurz #966).
Die Farbe #A56D6D wird in RGB als (165,109,109) definiert.
RGB: (165,109,109) (65%,43%,43%)
R 165 von 255 = 65%
G 109 von 255 = 43%
B 109 von 255 = 43%
R + G + B ~ 50%. #A56D6D mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
165 + 109 + 109 = 383 (100%)
R 165 von 383 ~ 43.08%
G 109 von 383 ~ 28.46%
B 109 von 383 ~ 28.46%
Die Farbe #A56D6D wird in CMYK als (0,34,34,35) definiert.
CMYK: (0,34,34,35) C0M34Y34K35 (0%,34%,34%,35%) (0.00/0.34/0.34/0.35)
A5 | 6D | 6D | |
---|---|---|---|
RGB | 165 | 109 | 109 |
HSL | 0° | 23.73% | 53.73% |
HSB/HSV | 0° | 33.94% | 64.71% |
CMYK | 0.00% | 33.94% | 33.94% |
35.29% |
Hexadezimal | A5 | 6D | 6D |
Dezimal | 165 | 109 | 109 |
Binär | 10100101 | 1101101 | 1101101 |
Oktal | 245 | 155 | 155 |
Beispiele css- und html für Elemente in der Farbe #A56D6D. Bitte benutzen Sie auch rgb(165,109,109) statt hex-Code.
.myTextColor { color: #A56D6D; }
<p style="color:#A56D6D">This sample text font color is #A56D6D.</p>
Die Farbe dieses Textes ist #A56D6D.
.myBgColor { background-color: #A56D6D; }
<div style="background-color:#A56D6D">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #A56D6D.
.myBorderColor { border: 1px solid #A56D6D; }
<div style="border:3px solid #A56D6D">Div</div>
Die Grenzen von diesem div sind in Farbe #A56D6D.
.myOpacity80 { color: #A56D6D; opacity: 0.8; }
<p style="color:#A56D6D;opacity:0.8;">80%</p>
Text in Farbe #A56D6D und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A56D6D;}
<p style="text-shadow: 3px 3px 1px #A56D6D">Text here.</p>
Dieser Text hat den Schatten in Farbe #A56D6D.
.textShadow {text-shadow: 3px 3px 1px #A56D6D, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A56D6D, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #A56D6D und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A56D6D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A56D6D, Direction=45, Strength=4)">Text</p>
This text has shadow with #A56D6D and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #A56D6D; -webkit-box-shadow: 1px 1px 3px 2px #A56D6D; box-shadow: 1px 1px 3px 2px #A56D6D; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #A56D6D; -webkit-box-shadow: 1px 1px 3px 2px #A56D6D; box-shadow:1px 1px 3px 2px #A56D6D;">
Div content here</div>
Dieser Text ist in der Farbe #A56D6D auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #A56D6D auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #A56D6D.
Dieser Text ist weiß auf dem Hintergrund in Farbe #A56D6D.