Shades of Amulet #80A479
Tints of Amulet #80A479
RGB
CMYK
RGB Variations
Color information
#80A479 (or 0x80A479) is known color: Amulet. HEX triplet: 80, A4 and 79. RGB value is (128,164,121). Sum of RGB (Red+Green+Blue) = 128+164+121=413 (54% of max value = 765). Red value is 128 (50.39% from 255 or 30.99% from 413); Green value is 164 (64.45% from 255 or 39.71% from 413); Blue value is 121 (47.66% from 255 or 29.30% from 413); Max value from RGB is 164 - color contains mainly: green. Hex color #80A479 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80A479 is #7F5B86. Grayscale: #949494. Windows color (decimal): -8346503 or 7971968. OLE color: 7971968.
HSL color Cylindrical-coordinate representation of color #80A479: hue angle of 110.23º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #80A479 is Cyan = 0.22, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 128 | 164 | 121 | - |
| CMYK | 0.22 | 0 | 0.26 | 0.36 |
| HSL | 110.23º | 0.19% | 0.56% | - |
| HSV(B) | 110.23º | 0.26% | 0.64% | - |
| XYZ | 25.63 | 32.52 | 23.02 | - |
| YUV | 148.33 | 112.57 | 113.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 164 | 121 | 0.22 | 0 | 0.26 | 0.36 | 110.23 | 0.19 | 0.56 |
| Hex | 80 | A4 | 79 | 16 | 0 | 1A | 24 | 6E | 13 | 38 |
| Octal | 200 | 244 | 171 | 26 | 0 | 32 | 44 | 156 | 23 | 70 |
| Binary | 10000000 | 10100100 | 1111001 | 10110 | 0 | 11010 | 100100 | 1101110 | 10011 | 111000 |
Color Harmonies of #80A479
Complementary color
Monochromatic Colors of #80A479
Black with #80A479
Text Example
Text Example
White with #80A479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80A479; }
p { color: rgb(128,164,121); }
H1.HeaderClassName
{
color: #80A479;
}
.AnyTagClassName
{
color: #80A479;
}
</style>
background-color css
<style>
a { background-color: #80A479; }
a { background-color: rgb(128,164,121); }
div.DivClassName
{
background-color: #80A479;
}
.BgClassName
{
background-color: #80A479;
}
</style>
border-color css
<style>
span { border-color: #80A479; }
span { border-color: rgb(128,164,121); }
td.TdClassName
{
border-color: #80A479;
}
.TagClassName
{
border-color: #80A479;
}
</style>