Shades of Amulet #89A083
Tints of Amulet #89A083
RGB
CMYK
RGB Variations
Color information
#89A083 (or 0x89A083) is known color: Amulet. HEX triplet: 89, A0 and 83. RGB value is (137,160,131). Sum of RGB (Red+Green+Blue) = 137+160+131=428 (56% of max value = 765). Red value is 137 (53.91% from 255 or 32.01% from 428); Green value is 160 (62.89% from 255 or 37.38% from 428); Blue value is 131 (51.56% from 255 or 30.61% from 428); Max value from RGB is 160 - color contains mainly: green. Hex color #89A083 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89A083 is #765F7C. Grayscale: #959595. Windows color (decimal): -7757693 or 8626313. OLE color: 8626313.
HSL color Cylindrical-coordinate representation of color #89A083: hue angle of 107.59º degrees, saturation: 0.13, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #89A083 is Cyan = 0.14, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 137 | 160 | 131 | - |
| CMYK | 0.14 | 0 | 0.18 | 0.37 |
| HSL | 107.59º | 0.13% | 0.57% | - |
| HSV(B) | 107.59º | 0.18% | 0.63% | - |
| XYZ | 26.98 | 32.1 | 26.25 | - |
| YUV | 149.82 | 117.38 | 118.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 160 | 131 | 0.14 | 0 | 0.18 | 0.37 | 107.59 | 0.13 | 0.57 |
| Hex | 89 | A0 | 83 | E | 0 | 12 | 25 | 6C | D | 39 |
| Octal | 211 | 240 | 203 | 16 | 0 | 22 | 45 | 154 | 15 | 71 |
| Binary | 10001001 | 10100000 | 10000011 | 1110 | 0 | 10010 | 100101 | 1101100 | 1101 | 111001 |
Color Harmonies of #89A083
Complementary color
Monochromatic Colors of #89A083
Black with #89A083
Text Example
Text Example
White with #89A083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89A083; }
p { color: rgb(137,160,131); }
H1.HeaderClassName
{
color: #89A083;
}
.AnyTagClassName
{
color: #89A083;
}
</style>
background-color css
<style>
a { background-color: #89A083; }
a { background-color: rgb(137,160,131); }
div.DivClassName
{
background-color: #89A083;
}
.BgClassName
{
background-color: #89A083;
}
</style>
border-color css
<style>
span { border-color: #89A083; }
span { border-color: rgb(137,160,131); }
td.TdClassName
{
border-color: #89A083;
}
.TagClassName
{
border-color: #89A083;
}
</style>