Shades of Amulet #899581
Tints of Amulet #899581
RGB
CMYK
RGB Variations
Color information
#899581 (or 0x899581) is known color: Amulet. HEX triplet: 89, 95 and 81. RGB value is (137,149,129). Sum of RGB (Red+Green+Blue) = 137+149+129=415 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.01% from 415); Green value is 149 (58.59% from 255 or 35.90% from 415); Blue value is 129 (50.78% from 255 or 31.08% from 415); Max value from RGB is 149 - color contains mainly: green. Hex color #899581 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899581 is #766A7E. Grayscale: #8F8F8F. Windows color (decimal): -7760511 or 8492425. OLE color: 8492425.
HSL color Cylindrical-coordinate representation of color #899581: hue angle of 96º degrees, saturation: 0.09, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #899581 is Cyan = 0.08, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 137 | 149 | 129 | - |
| CMYK | 0.08 | 0 | 0.13 | 0.42 |
| HSL | 96º | 0.09% | 0.55% | - |
| HSV(B) | 96º | 0.13% | 0.58% | - |
| XYZ | 25.03 | 28.4 | 24.93 | - |
| YUV | 143.13 | 120.02 | 123.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 149 | 129 | 0.08 | 0 | 0.13 | 0.42 | 96 | 0.09 | 0.55 |
| Hex | 89 | 95 | 81 | 8 | 0 | D | 2A | 60 | 9 | 37 |
| Octal | 211 | 225 | 201 | 10 | 0 | 15 | 52 | 140 | 11 | 67 |
| Binary | 10001001 | 10010101 | 10000001 | 1000 | 0 | 1101 | 101010 | 1100000 | 1001 | 110111 |
Color Harmonies of #899581
Complementary color
Monochromatic Colors of #899581
Black with #899581
Text Example
Text Example
White with #899581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899581; }
p { color: rgb(137,149,129); }
H1.HeaderClassName
{
color: #899581;
}
.AnyTagClassName
{
color: #899581;
}
</style>
background-color css
<style>
a { background-color: #899581; }
a { background-color: rgb(137,149,129); }
div.DivClassName
{
background-color: #899581;
}
.BgClassName
{
background-color: #899581;
}
</style>
border-color css
<style>
span { border-color: #899581; }
span { border-color: rgb(137,149,129); }
td.TdClassName
{
border-color: #899581;
}
.TagClassName
{
border-color: #899581;
}
</style>