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