Shades of Amulet #80A576
Tints of Amulet #80A576
RGB
CMYK
RGB Variations
Color information
#80A576 (or 0x80A576) is known color: Amulet. HEX triplet: 80, A5 and 76. RGB value is (128,165,118). Sum of RGB (Red+Green+Blue) = 128+165+118=411 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.14% from 411); Green value is 165 (64.84% from 255 or 40.15% from 411); Blue value is 118 (46.48% from 255 or 28.71% from 411); Max value from RGB is 165 - color contains mainly: green. Hex color #80A576 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80A576 is #7F5A89. Grayscale: #949494. Windows color (decimal): -8346250 or 7775616. OLE color: 7775616.
HSL color Cylindrical-coordinate representation of color #80A576: hue angle of 107.23º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #80A576 is Cyan = 0.22, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 128 | 165 | 118 | - |
| CMYK | 0.22 | 0 | 0.28 | 0.35 |
| HSL | 107.23º | 0.21% | 0.55% | - |
| HSV(B) | 107.23º | 0.28% | 0.65% | - |
| XYZ | 25.63 | 32.81 | 22.12 | - |
| YUV | 148.58 | 110.74 | 113.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 165 | 118 | 0.22 | 0 | 0.28 | 0.35 | 107.23 | 0.21 | 0.55 |
| Hex | 80 | A5 | 76 | 16 | 0 | 1C | 23 | 6B | 15 | 37 |
| Octal | 200 | 245 | 166 | 26 | 0 | 34 | 43 | 153 | 25 | 67 |
| Binary | 10000000 | 10100101 | 1110110 | 10110 | 0 | 11100 | 100011 | 1101011 | 10101 | 110111 |
Color Harmonies of #80A576
Complementary color
Monochromatic Colors of #80A576
Black with #80A576
Text Example
Text Example
White with #80A576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80A576; }
p { color: rgb(128,165,118); }
H1.HeaderClassName
{
color: #80A576;
}
.AnyTagClassName
{
color: #80A576;
}
</style>
background-color css
<style>
a { background-color: #80A576; }
a { background-color: rgb(128,165,118); }
div.DivClassName
{
background-color: #80A576;
}
.BgClassName
{
background-color: #80A576;
}
</style>
border-color css
<style>
span { border-color: #80A576; }
span { border-color: rgb(128,165,118); }
td.TdClassName
{
border-color: #80A576;
}
.TagClassName
{
border-color: #80A576;
}
</style>