Shades of Amulet #86A073
Tints of Amulet #86A073
RGB
CMYK
RGB Variations
Color information
#86A073 (or 0x86A073) is known color: Amulet. HEX triplet: 86, A0 and 73. RGB value is (134,160,115). Sum of RGB (Red+Green+Blue) = 134+160+115=409 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.76% from 409); Green value is 160 (62.89% from 255 or 39.12% from 409); Blue value is 115 (45.31% from 255 or 28.12% from 409); Max value from RGB is 160 - color contains mainly: green. Hex color #86A073 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86A073 is #795F8C. Grayscale: #939393. Windows color (decimal): -7954317 or 7577734. OLE color: 7577734.
HSL color Cylindrical-coordinate representation of color #86A073: hue angle of 94.67º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #86A073 is Cyan = 0.16, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 134 | 160 | 115 | - |
| CMYK | 0.16 | 0 | 0.28 | 0.37 |
| HSL | 94.67º | 0.19% | 0.54% | - |
| HSV(B) | 94.67º | 0.28% | 0.63% | - |
| XYZ | 25.5 | 31.45 | 20.95 | - |
| YUV | 147.1 | 109.89 | 118.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 160 | 115 | 0.16 | 0 | 0.28 | 0.37 | 94.67 | 0.19 | 0.54 |
| Hex | 86 | A0 | 73 | 10 | 0 | 1C | 25 | 5F | 13 | 36 |
| Octal | 206 | 240 | 163 | 20 | 0 | 34 | 45 | 137 | 23 | 66 |
| Binary | 10000110 | 10100000 | 1110011 | 10000 | 0 | 11100 | 100101 | 1011111 | 10011 | 110110 |
Color Harmonies of #86A073
Complementary color
Monochromatic Colors of #86A073
Black with #86A073
Text Example
Text Example
White with #86A073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86A073; }
p { color: rgb(134,160,115); }
H1.HeaderClassName
{
color: #86A073;
}
.AnyTagClassName
{
color: #86A073;
}
</style>
background-color css
<style>
a { background-color: #86A073; }
a { background-color: rgb(134,160,115); }
div.DivClassName
{
background-color: #86A073;
}
.BgClassName
{
background-color: #86A073;
}
</style>
border-color css
<style>
span { border-color: #86A073; }
span { border-color: rgb(134,160,115); }
td.TdClassName
{
border-color: #86A073;
}
.TagClassName
{
border-color: #86A073;
}
</style>