Shades of Amulet #86A178
Tints of Amulet #86A178
RGB
CMYK
RGB Variations
Color information
#86A178 (or 0x86A178) is known color: Amulet. HEX triplet: 86, A1 and 78. RGB value is (134,161,120). Sum of RGB (Red+Green+Blue) = 134+161+120=415 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.29% from 415); Green value is 161 (63.28% from 255 or 38.80% from 415); Blue value is 120 (47.27% from 255 or 28.92% from 415); Max value from RGB is 161 - color contains mainly: green. Hex color #86A178 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86A178 is #795E87. Grayscale: #949494. Windows color (decimal): -7954056 or 7905670. OLE color: 7905670.
HSL color Cylindrical-coordinate representation of color #86A178: hue angle of 99.51º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #86A178 is Cyan = 0.17, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 134 | 161 | 120 | - |
| CMYK | 0.17 | 0 | 0.25 | 0.37 |
| HSL | 99.51º | 0.18% | 0.55% | - |
| HSV(B) | 99.51º | 0.25% | 0.63% | - |
| XYZ | 25.97 | 31.91 | 22.56 | - |
| YUV | 148.25 | 112.05 | 117.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 161 | 120 | 0.17 | 0 | 0.25 | 0.37 | 99.51 | 0.18 | 0.55 |
| Hex | 86 | A1 | 78 | 11 | 0 | 19 | 25 | 64 | 12 | 37 |
| Octal | 206 | 241 | 170 | 21 | 0 | 31 | 45 | 144 | 22 | 67 |
| Binary | 10000110 | 10100001 | 1111000 | 10001 | 0 | 11001 | 100101 | 1100100 | 10010 | 110111 |
Color Harmonies of #86A178
Complementary color
Monochromatic Colors of #86A178
Black with #86A178
Text Example
Text Example
White with #86A178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86A178; }
p { color: rgb(134,161,120); }
H1.HeaderClassName
{
color: #86A178;
}
.AnyTagClassName
{
color: #86A178;
}
</style>
background-color css
<style>
a { background-color: #86A178; }
a { background-color: rgb(134,161,120); }
div.DivClassName
{
background-color: #86A178;
}
.BgClassName
{
background-color: #86A178;
}
</style>
border-color css
<style>
span { border-color: #86A178; }
span { border-color: rgb(134,161,120); }
td.TdClassName
{
border-color: #86A178;
}
.TagClassName
{
border-color: #86A178;
}
</style>