HEX: #A5968E
RGB: (165,150,142)
#A5968E enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #A5968E ist eine «websichere» Webfarbe #999999 (oder kurz #999).
Die Farbe #A5968E wird in RGB als (165,150,142) definiert.
RGB: (165,150,142) (65%,59%,56%)
R 165 von 255 = 65%
G 150 von 255 = 59%
B 142 von 255 = 56%
R + G + B ~ 60%. #A5968E mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
165 + 150 + 142 = 457 (100%)
R 165 von 457 ~ 36.11%
G 150 von 457 ~ 32.82%
B 142 von 457 ~ 31.07%
Die Farbe #A5968E wird in CMYK als (0,9,14,35) definiert.
CMYK: (0,9,14,35) C0M9Y14K35 (0%,9%,14%,35%) (0.00/0.09/0.14/0.35)
A5 | 96 | 8E | |
---|---|---|---|
RGB | 165 | 150 | 142 |
HSL | 21° | 11.33% | 60.20% |
HSB/HSV | 21° | 13.94% | 64.71% |
CMYK | 0.00% | 9.09% | 13.94% |
35.29% |
Hexadezimal | A5 | 96 | 8E |
Dezimal | 165 | 150 | 142 |
Binär | 10100101 | 10010110 | 10001110 |
Oktal | 245 | 226 | 216 |
Beispiele css- und html für Elemente in der Farbe #A5968E. Bitte benutzen Sie auch rgb(165,150,142) statt hex-Code.
.myTextColor { color: #A5968E; }
<p style="color:#A5968E">This sample text font color is #A5968E.</p>
Die Farbe dieses Textes ist #A5968E.
.myBgColor { background-color: #A5968E; }
<div style="background-color:#A5968E">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #A5968E.
.myBorderColor { border: 1px solid #A5968E; }
<div style="border:3px solid #A5968E">Div</div>
Die Grenzen von diesem div sind in Farbe #A5968E.
.myOpacity80 { color: #A5968E; opacity: 0.8; }
<p style="color:#A5968E;opacity:0.8;">80%</p>
Text in Farbe #A5968E und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A5968E;}
<p style="text-shadow: 3px 3px 1px #A5968E">Text here.</p>
Dieser Text hat den Schatten in Farbe #A5968E.
.textShadow {text-shadow: 3px 3px 1px #A5968E, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A5968E, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #A5968E und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A5968E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A5968E, Direction=45, Strength=4)">Text</p>
This text has shadow with #A5968E and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #A5968E; -webkit-box-shadow: 1px 1px 3px 2px #A5968E; box-shadow: 1px 1px 3px 2px #A5968E; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #A5968E; -webkit-box-shadow: 1px 1px 3px 2px #A5968E; box-shadow:1px 1px 3px 2px #A5968E;">
Div content here</div>
Dieser Text ist in der Farbe #A5968E auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #A5968E auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #A5968E.
Dieser Text ist weiß auf dem Hintergrund in Farbe #A5968E.