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