Shades of Amulet #809A73
Tints of Amulet #809A73
RGB
CMYK
RGB Variations
Color information
#809A73 (or 0x809A73) is known color: Amulet. HEX triplet: 80, 9A and 73. RGB value is (128,154,115). Sum of RGB (Red+Green+Blue) = 128+154+115=397 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.24% from 397); Green value is 154 (60.55% from 255 or 38.79% from 397); Blue value is 115 (45.31% from 255 or 28.97% from 397); Max value from RGB is 154 - color contains mainly: green. Hex color #809A73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #809A73 is #7F658C. Grayscale: #8D8D8D. Windows color (decimal): -8349069 or 7576192. OLE color: 7576192.
HSL color Cylindrical-coordinate representation of color #809A73: hue angle of 100º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #809A73 is Cyan = 0.17, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 128 | 154 | 115 | - |
| CMYK | 0.17 | 0 | 0.25 | 0.40 |
| HSL | 100º | 0.16% | 0.53% | - |
| HSV(B) | 100º | 0.25% | 0.6% | - |
| XYZ | 23.55 | 28.94 | 20.56 | - |
| YUV | 141.78 | 112.89 | 118.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 154 | 115 | 0.17 | 0 | 0.25 | 0.40 | 100 | 0.16 | 0.53 |
| Hex | 80 | 9A | 73 | 11 | 0 | 19 | 28 | 64 | 10 | 35 |
| Octal | 200 | 232 | 163 | 21 | 0 | 31 | 50 | 144 | 20 | 65 |
| Binary | 10000000 | 10011010 | 1110011 | 10001 | 0 | 11001 | 101000 | 1100100 | 10000 | 110101 |
Color Harmonies of #809A73
Complementary color
Monochromatic Colors of #809A73
Black with #809A73
Text Example
Text Example
White with #809A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #809A73; }
p { color: rgb(128,154,115); }
H1.HeaderClassName
{
color: #809A73;
}
.AnyTagClassName
{
color: #809A73;
}
</style>
background-color css
<style>
a { background-color: #809A73; }
a { background-color: rgb(128,154,115); }
div.DivClassName
{
background-color: #809A73;
}
.BgClassName
{
background-color: #809A73;
}
</style>
border-color css
<style>
span { border-color: #809A73; }
span { border-color: rgb(128,154,115); }
td.TdClassName
{
border-color: #809A73;
}
.TagClassName
{
border-color: #809A73;
}
</style>