Shades of Amulet #899A84
Tints of Amulet #899A84
RGB
CMYK
RGB Variations
Color information
#899A84 (or 0x899A84) is known color: Amulet. HEX triplet: 89, 9A and 84. RGB value is (137,154,132). Sum of RGB (Red+Green+Blue) = 137+154+132=423 (56% of max value = 765). Red value is 137 (53.91% from 255 or 32.39% from 423); Green value is 154 (60.55% from 255 or 36.41% from 423); Blue value is 132 (51.95% from 255 or 31.21% from 423); Max value from RGB is 154 - color contains mainly: green. Hex color #899A84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899A84 is #76657B. Grayscale: #929292. Windows color (decimal): -7759228 or 8690313. OLE color: 8690313.
HSL color Cylindrical-coordinate representation of color #899A84: hue angle of 106.36º degrees, saturation: 0.1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #899A84 is Cyan = 0.11, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 137 | 154 | 132 | - |
| CMYK | 0.11 | 0 | 0.14 | 0.40 |
| HSL | 106.36º | 0.1% | 0.56% | - |
| HSV(B) | 106.36º | 0.14% | 0.6% | - |
| XYZ | 26.04 | 30.1 | 26.27 | - |
| YUV | 146.41 | 119.87 | 121.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 154 | 132 | 0.11 | 0 | 0.14 | 0.40 | 106.36 | 0.1 | 0.56 |
| Hex | 89 | 9A | 84 | B | 0 | E | 28 | 6A | A | 38 |
| Octal | 211 | 232 | 204 | 13 | 0 | 16 | 50 | 152 | 12 | 70 |
| Binary | 10001001 | 10011010 | 10000100 | 1011 | 0 | 1110 | 101000 | 1101010 | 1010 | 111000 |
Color Harmonies of #899A84
Complementary color
Monochromatic Colors of #899A84
Black with #899A84
Text Example
Text Example
White with #899A84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899A84; }
p { color: rgb(137,154,132); }
H1.HeaderClassName
{
color: #899A84;
}
.AnyTagClassName
{
color: #899A84;
}
</style>
background-color css
<style>
a { background-color: #899A84; }
a { background-color: rgb(137,154,132); }
div.DivClassName
{
background-color: #899A84;
}
.BgClassName
{
background-color: #899A84;
}
</style>
border-color css
<style>
span { border-color: #899A84; }
span { border-color: rgb(137,154,132); }
td.TdClassName
{
border-color: #899A84;
}
.TagClassName
{
border-color: #899A84;
}
</style>