HEX: #AA9933
RGB: (170,153,51)
#AA9933 enthält hauptsächlich rote und grüne Farbe. Für #AA9933 ist eine «websichere» Webfarbe #999933 (oder kurz #993).
Die Farbe #AA9933 wird in RGB als (170,153,51) definiert.
RGB: (170,153,51) (67%,60%,20%)
R 170 von 255 = 67%
G 153 von 255 = 60%
B 51 von 255 = 20%
R + G + B ~ 49%. #AA9933 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
170 + 153 + 51 = 374 (100%)
R 170 von 374 ~ 45.45%
G 153 von 374 ~ 40.91%
B 51 von 374 ~ 13.64%
Die Farbe #AA9933 wird in CMYK als (0,10,70,33) definiert.
CMYK: (0,10,70,33) C0M10Y70K33 (0%,10%,70%,33%) (0.00/0.10/0.70/0.33)
AA | 99 | 33 | |
---|---|---|---|
RGB | 170 | 153 | 51 |
HSL | 51° | 53.85% | 43.33% |
HSB/HSV | 51° | 70.00% | 66.67% |
CMYK | 0.00% | 10.00% | 70.00% |
33.33% |
Hexadezimal | AA | 99 | 33 |
Dezimal | 170 | 153 | 51 |
Binär | 10101010 | 10011001 | 110011 |
Oktal | 252 | 231 | 63 |
Beispiele css- und html für Elemente in der Farbe #AA9933. Bitte benutzen Sie auch rgb(170,153,51) statt hex-Code.
.myTextColor { color: #AA9933; }
<p style="color:#AA9933">This sample text font color is #AA9933.</p>
Die Farbe dieses Textes ist #AA9933.
.myBgColor { background-color: #AA9933; }
<div style="background-color:#AA9933">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #AA9933.
.myBorderColor { border: 1px solid #AA9933; }
<div style="border:3px solid #AA9933">Div</div>
Die Grenzen von diesem div sind in Farbe #AA9933.
.myOpacity80 { color: #AA9933; opacity: 0.8; }
<p style="color:#AA9933;opacity:0.8;">80%</p>
Text in Farbe #AA9933 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AA9933;}
<p style="text-shadow: 3px 3px 1px #AA9933">Text here.</p>
Dieser Text hat den Schatten in Farbe #AA9933.
.textShadow {text-shadow: 3px 3px 1px #AA9933, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AA9933, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #AA9933 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AA9933, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AA9933, Direction=45, Strength=4)">Text</p>
This text has shadow with #AA9933 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #AA9933; -webkit-box-shadow: 1px 1px 3px 2px #AA9933; box-shadow: 1px 1px 3px 2px #AA9933; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #AA9933; -webkit-box-shadow: 1px 1px 3px 2px #AA9933; box-shadow:1px 1px 3px 2px #AA9933;">
Div content here</div>
Dieser Text ist in der Farbe #AA9933 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #AA9933 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #AA9933.
Dieser Text ist weiß auf dem Hintergrund in Farbe #AA9933.