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