Shades of Amulet #809471
Tints of Amulet #809471
RGB
CMYK
RGB Variations
Color information
#809471 (or 0x809471) is known color: Amulet. HEX triplet: 80, 94 and 71. RGB value is (128,148,113). Sum of RGB (Red+Green+Blue) = 128+148+113=389 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.90% from 389); Green value is 148 (58.20% from 255 or 38.05% from 389); Blue value is 113 (44.53% from 255 or 29.05% from 389); Max value from RGB is 148 - color contains mainly: green. Hex color #809471 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #809471 is #7F6B8E. Grayscale: #8A8A8A. Windows color (decimal): -8350607 or 7443584. OLE color: 7443584.
HSL color Cylindrical-coordinate representation of color #809471: hue angle of 94.29º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #809471 is Cyan = 0.14, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 128 | 148 | 113 | - |
| CMYK | 0.14 | 0 | 0.24 | 0.42 |
| HSL | 94.29º | 0.14% | 0.51% | - |
| HSV(B) | 94.29º | 0.24% | 0.58% | - |
| XYZ | 22.47 | 26.96 | 19.64 | - |
| YUV | 138.03 | 113.87 | 120.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 148 | 113 | 0.14 | 0 | 0.24 | 0.42 | 94.29 | 0.14 | 0.51 |
| Hex | 80 | 94 | 71 | E | 0 | 18 | 2A | 5E | E | 33 |
| Octal | 200 | 224 | 161 | 16 | 0 | 30 | 52 | 136 | 16 | 63 |
| Binary | 10000000 | 10010100 | 1110001 | 1110 | 0 | 11000 | 101010 | 1011110 | 1110 | 110011 |
Color Harmonies of #809471
Complementary color
Monochromatic Colors of #809471
Black with #809471
Text Example
Text Example
White with #809471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #809471; }
p { color: rgb(128,148,113); }
H1.HeaderClassName
{
color: #809471;
}
.AnyTagClassName
{
color: #809471;
}
</style>
background-color css
<style>
a { background-color: #809471; }
a { background-color: rgb(128,148,113); }
div.DivClassName
{
background-color: #809471;
}
.BgClassName
{
background-color: #809471;
}
</style>
border-color css
<style>
span { border-color: #809471; }
span { border-color: rgb(128,148,113); }
td.TdClassName
{
border-color: #809471;
}
.TagClassName
{
border-color: #809471;
}
</style>