Shades of Amulet #8FA083
Tints of Amulet #8FA083
RGB
CMYK
RGB Variations
Color information
#8FA083 (or 0x8FA083) is known color: Amulet. HEX triplet: 8F, A0 and 83. RGB value is (143,160,131). Sum of RGB (Red+Green+Blue) = 143+160+131=434 (57% of max value = 765). Red value is 143 (56.25% from 255 or 32.95% from 434); Green value is 160 (62.89% from 255 or 36.87% from 434); Blue value is 131 (51.56% from 255 or 30.18% from 434); Max value from RGB is 160 - color contains mainly: green. Hex color #8FA083 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FA083 is #705F7C. Grayscale: #979797. Windows color (decimal): -7364477 or 8626319. OLE color: 8626319.
HSL color Cylindrical-coordinate representation of color #8FA083: hue angle of 95.17º 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 #8FA083 is Cyan = 0.11, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 143 | 160 | 131 | - |
| CMYK | 0.11 | 0 | 0.18 | 0.37 |
| HSL | 95.17º | 0.13% | 0.57% | - |
| HSV(B) | 95.17º | 0.18% | 0.63% | - |
| XYZ | 28 | 32.62 | 26.29 | - |
| YUV | 151.61 | 116.37 | 121.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 160 | 131 | 0.11 | 0 | 0.18 | 0.37 | 95.17 | 0.13 | 0.57 |
| Hex | 8F | A0 | 83 | B | 0 | 12 | 25 | 5F | D | 39 |
| Octal | 217 | 240 | 203 | 13 | 0 | 22 | 45 | 137 | 15 | 71 |
| Binary | 10001111 | 10100000 | 10000011 | 1011 | 0 | 10010 | 100101 | 1011111 | 1101 | 111001 |
Color Harmonies of #8FA083
Complementary color
Monochromatic Colors of #8FA083
Black with #8FA083
Text Example
Text Example
White with #8FA083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FA083; }
p { color: rgb(143,160,131); }
H1.HeaderClassName
{
color: #8FA083;
}
.AnyTagClassName
{
color: #8FA083;
}
</style>
background-color css
<style>
a { background-color: #8FA083; }
a { background-color: rgb(143,160,131); }
div.DivClassName
{
background-color: #8FA083;
}
.BgClassName
{
background-color: #8FA083;
}
</style>
border-color css
<style>
span { border-color: #8FA083; }
span { border-color: rgb(143,160,131); }
td.TdClassName
{
border-color: #8FA083;
}
.TagClassName
{
border-color: #8FA083;
}
</style>