Shades of Amulet #86A776
Tints of Amulet #86A776
RGB
CMYK
RGB Variations
Color information
#86A776 (or 0x86A776) is known color: Amulet. HEX triplet: 86, A7 and 76. RGB value is (134,167,118). Sum of RGB (Red+Green+Blue) = 134+167+118=419 (55% of max value = 765). Red value is 134 (52.73% from 255 or 31.98% from 419); Green value is 167 (65.62% from 255 or 39.86% from 419); Blue value is 118 (46.48% from 255 or 28.16% from 419); Max value from RGB is 167 - color contains mainly: green. Hex color #86A776 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86A776 is #795889. Grayscale: #979797. Windows color (decimal): -7952522 or 7776134. OLE color: 7776134.
HSL color Cylindrical-coordinate representation of color #86A776: hue angle of 100.41º degrees, saturation: 0.22, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #86A776 is Cyan = 0.20, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 134 | 167 | 118 | - |
| CMYK | 0.20 | 0 | 0.29 | 0.35 |
| HSL | 100.41º | 0.22% | 0.56% | - |
| HSV(B) | 100.41º | 0.29% | 0.65% | - |
| XYZ | 26.92 | 34.01 | 22.29 | - |
| YUV | 151.55 | 109.07 | 115.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 167 | 118 | 0.20 | 0 | 0.29 | 0.35 | 100.41 | 0.22 | 0.56 |
| Hex | 86 | A7 | 76 | 14 | 0 | 1D | 23 | 64 | 16 | 38 |
| Octal | 206 | 247 | 166 | 24 | 0 | 35 | 43 | 144 | 26 | 70 |
| Binary | 10000110 | 10100111 | 1110110 | 10100 | 0 | 11101 | 100011 | 1100100 | 10110 | 111000 |
Color Harmonies of #86A776
Complementary color
Monochromatic Colors of #86A776
Black with #86A776
Text Example
Text Example
White with #86A776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86A776; }
p { color: rgb(134,167,118); }
H1.HeaderClassName
{
color: #86A776;
}
.AnyTagClassName
{
color: #86A776;
}
</style>
background-color css
<style>
a { background-color: #86A776; }
a { background-color: rgb(134,167,118); }
div.DivClassName
{
background-color: #86A776;
}
.BgClassName
{
background-color: #86A776;
}
</style>
border-color css
<style>
span { border-color: #86A776; }
span { border-color: rgb(134,167,118); }
td.TdClassName
{
border-color: #86A776;
}
.TagClassName
{
border-color: #86A776;
}
</style>