HEX: #AB685A
RGB: (171,104,90)
#AB685A enthält hauptsächlich rote Farbe. Für #AB685A ist eine «websichere» Webfarbe #996666 (oder kurz #966).
Die Farbe #AB685A wird in RGB als (171,104,90) definiert.
RGB: (171,104,90) (67%,41%,35%)
R 171 von 255 = 67%
G 104 von 255 = 41%
B 90 von 255 = 35%
R + G + B ~ 48%. #AB685A mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
171 + 104 + 90 = 365 (100%)
R 171 von 365 ~ 46.85%
G 104 von 365 ~ 28.49%
B 90 von 365 ~ 24.66%
Die Farbe #AB685A wird in CMYK als (0,39,47,33) definiert.
CMYK: (0,39,47,33) C0M39Y47K33 (0%,39%,47%,33%) (0.00/0.39/0.47/0.33)
AB | 68 | 5A | |
---|---|---|---|
RGB | 171 | 104 | 90 |
HSL | 10° | 32.53% | 51.18% |
HSB/HSV | 10° | 47.37% | 67.06% |
CMYK | 0.00% | 39.18% | 47.37% |
32.94% |
Hexadezimal | AB | 68 | 5A |
Dezimal | 171 | 104 | 90 |
Binär | 10101011 | 1101000 | 1011010 |
Oktal | 253 | 150 | 132 |
Beispiele css- und html für Elemente in der Farbe #AB685A. Bitte benutzen Sie auch rgb(171,104,90) statt hex-Code.
.myTextColor { color: #AB685A; }
<p style="color:#AB685A">This sample text font color is #AB685A.</p>
Die Farbe dieses Textes ist #AB685A.
.myBgColor { background-color: #AB685A; }
<div style="background-color:#AB685A">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #AB685A.
.myBorderColor { border: 1px solid #AB685A; }
<div style="border:3px solid #AB685A">Div</div>
Die Grenzen von diesem div sind in Farbe #AB685A.
.myOpacity80 { color: #AB685A; opacity: 0.8; }
<p style="color:#AB685A;opacity:0.8;">80%</p>
Text in Farbe #AB685A und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AB685A;}
<p style="text-shadow: 3px 3px 1px #AB685A">Text here.</p>
Dieser Text hat den Schatten in Farbe #AB685A.
.textShadow {text-shadow: 3px 3px 1px #AB685A, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AB685A, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #AB685A und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AB685A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AB685A, Direction=45, Strength=4)">Text</p>
This text has shadow with #AB685A and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #AB685A; -webkit-box-shadow: 1px 1px 3px 2px #AB685A; box-shadow: 1px 1px 3px 2px #AB685A; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #AB685A; -webkit-box-shadow: 1px 1px 3px 2px #AB685A; box-shadow:1px 1px 3px 2px #AB685A;">
Div content here</div>
Dieser Text ist in der Farbe #AB685A auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #AB685A auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #AB685A.
Dieser Text ist weiß auf dem Hintergrund in Farbe #AB685A.