Shades of Amulet #80A173
Tints of Amulet #80A173
RGB
CMYK
RGB Variations
Color information
#80A173 (or 0x80A173) is known color: Amulet. HEX triplet: 80, A1 and 73. RGB value is (128,161,115). Sum of RGB (Red+Green+Blue) = 128+161+115=404 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.68% from 404); Green value is 161 (63.28% from 255 or 39.85% from 404); Blue value is 115 (45.31% from 255 or 28.47% from 404); Max value from RGB is 161 - color contains mainly: green. Hex color #80A173 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80A173 is #7F5E8C. Grayscale: #929292. Windows color (decimal): -8347277 or 7577984. OLE color: 7577984.
HSL color Cylindrical-coordinate representation of color #80A173: hue angle of 103.04º degrees, saturation: 0.2, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #80A173 is Cyan = 0.20, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 128 | 161 | 115 | - |
| CMYK | 0.20 | 0 | 0.29 | 0.37 |
| HSL | 103.04º | 0.2% | 0.54% | - |
| HSV(B) | 103.04º | 0.29% | 0.63% | - |
| XYZ | 24.74 | 31.32 | 20.96 | - |
| YUV | 145.89 | 110.57 | 115.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 161 | 115 | 0.20 | 0 | 0.29 | 0.37 | 103.04 | 0.2 | 0.54 |
| Hex | 80 | A1 | 73 | 14 | 0 | 1D | 25 | 67 | 14 | 36 |
| Octal | 200 | 241 | 163 | 24 | 0 | 35 | 45 | 147 | 24 | 66 |
| Binary | 10000000 | 10100001 | 1110011 | 10100 | 0 | 11101 | 100101 | 1100111 | 10100 | 110110 |
Color Harmonies of #80A173
Complementary color
Monochromatic Colors of #80A173
Black with #80A173
Text Example
Text Example
White with #80A173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80A173; }
p { color: rgb(128,161,115); }
H1.HeaderClassName
{
color: #80A173;
}
.AnyTagClassName
{
color: #80A173;
}
</style>
background-color css
<style>
a { background-color: #80A173; }
a { background-color: rgb(128,161,115); }
div.DivClassName
{
background-color: #80A173;
}
.BgClassName
{
background-color: #80A173;
}
</style>
border-color css
<style>
span { border-color: #80A173; }
span { border-color: rgb(128,161,115); }
td.TdClassName
{
border-color: #80A173;
}
.TagClassName
{
border-color: #80A173;
}
</style>