Shades of Amulet #89A082
Tints of Amulet #89A082
RGB
CMYK
RGB Variations
Color information
#89A082 (or 0x89A082) is known color: Amulet. HEX triplet: 89, A0 and 82. RGB value is (137,160,130). Sum of RGB (Red+Green+Blue) = 137+160+130=427 (56% of max value = 765). Red value is 137 (53.91% from 255 or 32.08% from 427); Green value is 160 (62.89% from 255 or 37.47% from 427); Blue value is 130 (51.17% from 255 or 30.44% from 427); Max value from RGB is 160 - color contains mainly: green. Hex color #89A082 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89A082 is #765F7D. Grayscale: #959595. Windows color (decimal): -7757694 or 8560777. OLE color: 8560777.
HSL color Cylindrical-coordinate representation of color #89A082: hue angle of 106º degrees, saturation: 0.14, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #89A082 is Cyan = 0.14, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 137 | 160 | 130 | - |
| CMYK | 0.14 | 0 | 0.19 | 0.37 |
| HSL | 106º | 0.14% | 0.57% | - |
| HSV(B) | 106º | 0.19% | 0.63% | - |
| XYZ | 26.92 | 32.07 | 25.89 | - |
| YUV | 149.7 | 116.88 | 118.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 160 | 130 | 0.14 | 0 | 0.19 | 0.37 | 106 | 0.14 | 0.57 |
| Hex | 89 | A0 | 82 | E | 0 | 13 | 25 | 6A | E | 39 |
| Octal | 211 | 240 | 202 | 16 | 0 | 23 | 45 | 152 | 16 | 71 |
| Binary | 10001001 | 10100000 | 10000010 | 1110 | 0 | 10011 | 100101 | 1101010 | 1110 | 111001 |
Color Harmonies of #89A082
Complementary color
Monochromatic Colors of #89A082
Black with #89A082
Text Example
Text Example
White with #89A082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89A082; }
p { color: rgb(137,160,130); }
H1.HeaderClassName
{
color: #89A082;
}
.AnyTagClassName
{
color: #89A082;
}
</style>
background-color css
<style>
a { background-color: #89A082; }
a { background-color: rgb(137,160,130); }
div.DivClassName
{
background-color: #89A082;
}
.BgClassName
{
background-color: #89A082;
}
</style>
border-color css
<style>
span { border-color: #89A082; }
span { border-color: rgb(137,160,130); }
td.TdClassName
{
border-color: #89A082;
}
.TagClassName
{
border-color: #89A082;
}
</style>