Shades of Amulet #899A85
Tints of Amulet #899A85
RGB
CMYK
RGB Variations
Color information
#899A85 (or 0x899A85) is known color: Amulet. HEX triplet: 89, 9A and 85. RGB value is (137,154,133). Sum of RGB (Red+Green+Blue) = 137+154+133=424 (56% of max value = 765). Red value is 137 (53.91% from 255 or 32.31% from 424); Green value is 154 (60.55% from 255 or 36.32% from 424); Blue value is 133 (52.34% from 255 or 31.37% from 424); Max value from RGB is 154 - color contains mainly: green. Hex color #899A85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899A85 is #76657A. Grayscale: #929292. Windows color (decimal): -7759227 or 8755849. OLE color: 8755849.
HSL color Cylindrical-coordinate representation of color #899A85: hue angle of 108.57º degrees, saturation: 0.09, 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 #899A85 is Cyan = 0.11, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 137 | 154 | 133 | - |
| CMYK | 0.11 | 0 | 0.14 | 0.40 |
| HSL | 108.57º | 0.09% | 0.56% | - |
| HSV(B) | 108.57º | 0.14% | 0.6% | - |
| XYZ | 26.11 | 30.12 | 26.63 | - |
| YUV | 146.52 | 120.37 | 121.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 154 | 133 | 0.11 | 0 | 0.14 | 0.40 | 108.57 | 0.09 | 0.56 |
| Hex | 89 | 9A | 85 | B | 0 | E | 28 | 6D | 9 | 38 |
| Octal | 211 | 232 | 205 | 13 | 0 | 16 | 50 | 155 | 11 | 70 |
| Binary | 10001001 | 10011010 | 10000101 | 1011 | 0 | 1110 | 101000 | 1101101 | 1001 | 111000 |
Color Harmonies of #899A85
Complementary color
Monochromatic Colors of #899A85
Black with #899A85
Text Example
Text Example
White with #899A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899A85; }
p { color: rgb(137,154,133); }
H1.HeaderClassName
{
color: #899A85;
}
.AnyTagClassName
{
color: #899A85;
}
</style>
background-color css
<style>
a { background-color: #899A85; }
a { background-color: rgb(137,154,133); }
div.DivClassName
{
background-color: #899A85;
}
.BgClassName
{
background-color: #899A85;
}
</style>
border-color css
<style>
span { border-color: #899A85; }
span { border-color: rgb(137,154,133); }
td.TdClassName
{
border-color: #899A85;
}
.TagClassName
{
border-color: #899A85;
}
</style>