HEX: #AC4771
RGB: (172,71,113)
#AC4771 enthält hauptsächlich rote und blaue Farbe. Für #AC4771 ist eine «websichere» Webfarbe #993366 (oder kurz #936).
Die Farbe #AC4771 wird in RGB als (172,71,113) definiert.
RGB: (172,71,113)
(67%, 28%, 44%)
R 172 von 255 = 67%
G 71 von 255 = 28%
B 113 von 255 = 44%
R + G + B ~ 46%. #AC4771 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 172 + 71 + 113 = 356 (100%)
R 172 von 356 ~ 48.31%
G 71 von 356 ~ 19.94%
B 113 von 356 ~ 31.74'%
Die Farbe #AC4771 wird in CMYK als (0,59,34,33) definiert.
CMYK: (0,59,34,33)
C0M59Y34K33 (0%, 59%, 34%, 33%)
(0.00 / 0.59 / 0.34 / 0.33)
Farbe #AC4771 in den populären Farbmodellen.
AC | 47 | 71 | |
---|---|---|---|
RGB | 172 | 71 | 113 |
HSL | 335° | 41.56% | 47.65% |
HSB/HSV | 335° | 58.72% | 67.45% |
CMYK | 0.00% | 58.72% | 34.30% |
32.55% |
Die Farbe #AC4771 in den populären Zahlensystemen.
Hexadezimal | AC | 47 | 71 |
Dezimal | 172 | 71 | 113 |
Binär | 10101100 | 1000111 | 1110001 |
Oktal | 254 | 107 | 161 |
Dunkle Töne der Farbe #AC4771
Helle Töne der Farbe #AC4771
Beispiele css- und html für Elemente in der Farbe #AC4771. Bitte benutzen Sie auch rgb(172,71,113) statt hex-Code.
.myTextColor { color: #AC4771; }
<p style="color:#AC4771">This sample text font color is #AC4771.</p>
Die Farbe dieses Textes ist #AC4771.
.myBgColor { background-color: #AC4771; }
<div style="background-color:#AC4771">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #AC4771.
.myBorderColor { border: 1px solid #AC4771; }
<div style="border:3px solid #AC4771">Div</div>
Die Grenzen von diesem div sind in Farbe #AC4771.
.myOpacity80 { color: #AC4771; opacity: 0.8; }
<p style="color:#AC4771;opacity:0.8;">80%</p>
Text in Farbe #AC4771 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AC4771;}
<p style="text-shadow: 3px 3px 1px #AC4771">Text here.</p>
Dieser Text hat den Schatten in Farbe #AC4771.
.textShadow {text-shadow: 3px 3px 1px #AC4771', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AC4771, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #AC4771 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AC4771, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AC4771, Direction=45, Strength=4)">Text</p>
This text has shadow with #AC4771 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AC4771;
-webkit-box-shadow: 1px 1px 3px 2px #AC4771;
box-shadow: 1px 1px 3px 2px #AC4771;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AC4771; -webkit-box-shadow: 1px 1px 3px 2px #AC4771; box-shadow:1px 1px 3px 2px #AC4771;">
Div content here
</div>
Dieser Text ist in der Farbe #AC4771 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #AC4771 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #AC4771.
Dieser Text ist weiß auf dem Hintergrund in Farbe #AC4771.
Kontrastfarbe für #hex ist #53B88E.