Shades of Amulet #809871
Tints of Amulet #809871
RGB
CMYK
RGB Variations
Color information
#809871 (or 0x809871) is known color: Amulet. HEX triplet: 80, 98 and 71. RGB value is (128,152,113). Sum of RGB (Red+Green+Blue) = 128+152+113=393 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.57% from 393); Green value is 152 (59.77% from 255 or 38.68% from 393); Blue value is 113 (44.53% from 255 or 28.75% from 393); Max value from RGB is 152 - color contains mainly: green. Hex color #809871 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #809871 is #7F678E. Grayscale: #8C8C8C. Windows color (decimal): -8349583 or 7444608. OLE color: 7444608.
HSL color Cylindrical-coordinate representation of color #809871: hue angle of 96.92º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #809871 is Cyan = 0.16, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 128 | 152 | 113 | - |
| CMYK | 0.16 | 0 | 0.26 | 0.40 |
| HSL | 96.92º | 0.16% | 0.52% | - |
| HSV(B) | 96.92º | 0.26% | 0.6% | - |
| XYZ | 23.11 | 28.24 | 19.86 | - |
| YUV | 140.38 | 112.55 | 119.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 152 | 113 | 0.16 | 0 | 0.26 | 0.40 | 96.92 | 0.16 | 0.52 |
| Hex | 80 | 98 | 71 | 10 | 0 | 1A | 28 | 61 | 10 | 34 |
| Octal | 200 | 230 | 161 | 20 | 0 | 32 | 50 | 141 | 20 | 64 |
| Binary | 10000000 | 10011000 | 1110001 | 10000 | 0 | 11010 | 101000 | 1100001 | 10000 | 110100 |
Color Harmonies of #809871
Complementary color
Monochromatic Colors of #809871
Black with #809871
Text Example
Text Example
White with #809871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #809871; }
p { color: rgb(128,152,113); }
H1.HeaderClassName
{
color: #809871;
}
.AnyTagClassName
{
color: #809871;
}
</style>
background-color css
<style>
a { background-color: #809871; }
a { background-color: rgb(128,152,113); }
div.DivClassName
{
background-color: #809871;
}
.BgClassName
{
background-color: #809871;
}
</style>
border-color css
<style>
span { border-color: #809871; }
span { border-color: rgb(128,152,113); }
td.TdClassName
{
border-color: #809871;
}
.TagClassName
{
border-color: #809871;
}
</style>