Shades of Amulet #80A574
Tints of Amulet #80A574
RGB
CMYK
RGB Variations
Color information
#80A574 (or 0x80A574) is known color: Amulet. HEX triplet: 80, A5 and 74. RGB value is (128,165,116). Sum of RGB (Red+Green+Blue) = 128+165+116=409 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.30% from 409); Green value is 165 (64.84% from 255 or 40.34% from 409); Blue value is 116 (45.70% from 255 or 28.36% from 409); Max value from RGB is 165 - color contains mainly: green. Hex color #80A574 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80A574 is #7F5A8B. Grayscale: #949494. Windows color (decimal): -8346252 or 7644544. OLE color: 7644544.
HSL color Cylindrical-coordinate representation of color #80A574: hue angle of 105.31º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #80A574 is Cyan = 0.22, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 128 | 165 | 116 | - |
| CMYK | 0.22 | 0 | 0.30 | 0.35 |
| HSL | 105.31º | 0.21% | 0.55% | - |
| HSV(B) | 105.31º | 0.3% | 0.65% | - |
| XYZ | 25.51 | 32.76 | 21.5 | - |
| YUV | 148.35 | 109.74 | 113.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 165 | 116 | 0.22 | 0 | 0.30 | 0.35 | 105.31 | 0.21 | 0.55 |
| Hex | 80 | A5 | 74 | 16 | 0 | 1E | 23 | 69 | 15 | 37 |
| Octal | 200 | 245 | 164 | 26 | 0 | 36 | 43 | 151 | 25 | 67 |
| Binary | 10000000 | 10100101 | 1110100 | 10110 | 0 | 11110 | 100011 | 1101001 | 10101 | 110111 |
Color Harmonies of #80A574
Complementary color
Monochromatic Colors of #80A574
Black with #80A574
Text Example
Text Example
White with #80A574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80A574; }
p { color: rgb(128,165,116); }
H1.HeaderClassName
{
color: #80A574;
}
.AnyTagClassName
{
color: #80A574;
}
</style>
background-color css
<style>
a { background-color: #80A574; }
a { background-color: rgb(128,165,116); }
div.DivClassName
{
background-color: #80A574;
}
.BgClassName
{
background-color: #80A574;
}
</style>
border-color css
<style>
span { border-color: #80A574; }
span { border-color: rgb(128,165,116); }
td.TdClassName
{
border-color: #80A574;
}
.TagClassName
{
border-color: #80A574;
}
</style>