Shades of Amulet #849880
Tints of Amulet #849880
RGB
CMYK
RGB Variations
Color information
#849880 (or 0x849880) is known color: Amulet. HEX triplet: 84, 98 and 80. RGB value is (132,152,128). Sum of RGB (Red+Green+Blue) = 132+152+128=412 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.04% from 412); Green value is 152 (59.77% from 255 or 36.89% from 412); Blue value is 128 (50.39% from 255 or 31.07% from 412); Max value from RGB is 152 - color contains mainly: green. Hex color #849880 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #849880 is #7B677F. Grayscale: #8F8F8F. Windows color (decimal): -8087424 or 8427652. OLE color: 8427652.
HSL color Cylindrical-coordinate representation of color #849880: hue angle of 110º degrees, saturation: 0.1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #849880 is Cyan = 0.13, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 132 | 152 | 128 | - |
| CMYK | 0.13 | 0 | 0.16 | 0.40 |
| HSL | 110º | 0.1% | 0.55% | - |
| HSV(B) | 110º | 0.16% | 0.6% | - |
| XYZ | 24.64 | 28.92 | 24.71 | - |
| YUV | 143.28 | 119.37 | 119.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 152 | 128 | 0.13 | 0 | 0.16 | 0.40 | 110 | 0.1 | 0.55 |
| Hex | 84 | 98 | 80 | D | 0 | 10 | 28 | 6E | A | 37 |
| Octal | 204 | 230 | 200 | 15 | 0 | 20 | 50 | 156 | 12 | 67 |
| Binary | 10000100 | 10011000 | 10000000 | 1101 | 0 | 10000 | 101000 | 1101110 | 1010 | 110111 |
Color Harmonies of #849880
Complementary color
Monochromatic Colors of #849880
Black with #849880
Text Example
Text Example
White with #849880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #849880; }
p { color: rgb(132,152,128); }
H1.HeaderClassName
{
color: #849880;
}
.AnyTagClassName
{
color: #849880;
}
</style>
background-color css
<style>
a { background-color: #849880; }
a { background-color: rgb(132,152,128); }
div.DivClassName
{
background-color: #849880;
}
.BgClassName
{
background-color: #849880;
}
</style>
border-color css
<style>
span { border-color: #849880; }
span { border-color: rgb(132,152,128); }
td.TdClassName
{
border-color: #849880;
}
.TagClassName
{
border-color: #849880;
}
</style>