Shades of Amulet #809573
Tints of Amulet #809573
RGB
CMYK
RGB Variations
Color information
#809573 (or 0x809573) is known color: Amulet. HEX triplet: 80, 95 and 73. RGB value is (128,149,115). Sum of RGB (Red+Green+Blue) = 128+149+115=392 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.65% from 392); Green value is 149 (58.59% from 255 or 38.01% from 392); Blue value is 115 (45.31% from 255 or 29.34% from 392); Max value from RGB is 149 - color contains mainly: green. Hex color #809573 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #809573 is #7F6A8C. Grayscale: #8A8A8A. Windows color (decimal): -8350349 or 7574912. OLE color: 7574912.
HSL color Cylindrical-coordinate representation of color #809573: hue angle of 97.06º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #809573 is Cyan = 0.14, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 128 | 149 | 115 | - |
| CMYK | 0.14 | 0 | 0.23 | 0.42 |
| HSL | 97.06º | 0.14% | 0.52% | - |
| HSV(B) | 97.06º | 0.23% | 0.58% | - |
| XYZ | 22.74 | 27.32 | 20.29 | - |
| YUV | 138.85 | 114.54 | 120.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 149 | 115 | 0.14 | 0 | 0.23 | 0.42 | 97.06 | 0.14 | 0.52 |
| Hex | 80 | 95 | 73 | E | 0 | 17 | 2A | 61 | E | 34 |
| Octal | 200 | 225 | 163 | 16 | 0 | 27 | 52 | 141 | 16 | 64 |
| Binary | 10000000 | 10010101 | 1110011 | 1110 | 0 | 10111 | 101010 | 1100001 | 1110 | 110100 |
Color Harmonies of #809573
Complementary color
Monochromatic Colors of #809573
Black with #809573
Text Example
Text Example
White with #809573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #809573; }
p { color: rgb(128,149,115); }
H1.HeaderClassName
{
color: #809573;
}
.AnyTagClassName
{
color: #809573;
}
</style>
background-color css
<style>
a { background-color: #809573; }
a { background-color: rgb(128,149,115); }
div.DivClassName
{
background-color: #809573;
}
.BgClassName
{
background-color: #809573;
}
</style>
border-color css
<style>
span { border-color: #809573; }
span { border-color: rgb(128,149,115); }
td.TdClassName
{
border-color: #809573;
}
.TagClassName
{
border-color: #809573;
}
</style>