Shades of Amulet #809473
Tints of Amulet #809473
RGB
CMYK
RGB Variations
Color information
#809473 (or 0x809473) is known color: Amulet. HEX triplet: 80, 94 and 73. RGB value is (128,148,115). Sum of RGB (Red+Green+Blue) = 128+148+115=391 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.74% from 391); Green value is 148 (58.20% from 255 or 37.85% from 391); Blue value is 115 (45.31% from 255 or 29.41% from 391); Max value from RGB is 148 - color contains mainly: green. Hex color #809473 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #809473 is #7F6B8C. Grayscale: #8A8A8A. Windows color (decimal): -8350605 or 7574656. OLE color: 7574656.
HSL color Cylindrical-coordinate representation of color #809473: hue angle of 96.36º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #809473 is Cyan = 0.14, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 128 | 148 | 115 | - |
| CMYK | 0.14 | 0 | 0.22 | 0.42 |
| HSL | 96.36º | 0.13% | 0.52% | - |
| HSV(B) | 96.36º | 0.22% | 0.58% | - |
| XYZ | 22.59 | 27.01 | 20.24 | - |
| YUV | 138.26 | 114.87 | 120.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 148 | 115 | 0.14 | 0 | 0.22 | 0.42 | 96.36 | 0.13 | 0.52 |
| Hex | 80 | 94 | 73 | E | 0 | 16 | 2A | 60 | D | 34 |
| Octal | 200 | 224 | 163 | 16 | 0 | 26 | 52 | 140 | 15 | 64 |
| Binary | 10000000 | 10010100 | 1110011 | 1110 | 0 | 10110 | 101010 | 1100000 | 1101 | 110100 |
Color Harmonies of #809473
Complementary color
Monochromatic Colors of #809473
Black with #809473
Text Example
Text Example
White with #809473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #809473; }
p { color: rgb(128,148,115); }
H1.HeaderClassName
{
color: #809473;
}
.AnyTagClassName
{
color: #809473;
}
</style>
background-color css
<style>
a { background-color: #809473; }
a { background-color: rgb(128,148,115); }
div.DivClassName
{
background-color: #809473;
}
.BgClassName
{
background-color: #809473;
}
</style>
border-color css
<style>
span { border-color: #809473; }
span { border-color: rgb(128,148,115); }
td.TdClassName
{
border-color: #809473;
}
.TagClassName
{
border-color: #809473;
}
</style>