Shades of Amulet #86A571
Tints of Amulet #86A571
RGB
CMYK
RGB Variations
Color information
#86A571 (or 0x86A571) is known color: Amulet. HEX triplet: 86, A5 and 71. RGB value is (134,165,113). Sum of RGB (Red+Green+Blue) = 134+165+113=412 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.52% from 412); Green value is 165 (64.84% from 255 or 40.05% from 412); Blue value is 113 (44.53% from 255 or 27.43% from 412); Max value from RGB is 165 - color contains mainly: green. Hex color #86A571 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86A571 is #795A8E. Grayscale: #959595. Windows color (decimal): -7953039 or 7447942. OLE color: 7447942.
HSL color Cylindrical-coordinate representation of color #86A571: hue angle of 95.77º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #86A571 is Cyan = 0.19, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 134 | 165 | 113 | - |
| CMYK | 0.19 | 0 | 0.32 | 0.35 |
| HSL | 95.77º | 0.22% | 0.55% | - |
| HSV(B) | 95.77º | 0.32% | 0.65% | - |
| XYZ | 26.27 | 33.17 | 20.64 | - |
| YUV | 149.8 | 107.23 | 116.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 165 | 113 | 0.19 | 0 | 0.32 | 0.35 | 95.77 | 0.22 | 0.55 |
| Hex | 86 | A5 | 71 | 13 | 0 | 20 | 23 | 60 | 16 | 37 |
| Octal | 206 | 245 | 161 | 23 | 0 | 40 | 43 | 140 | 26 | 67 |
| Binary | 10000110 | 10100101 | 1110001 | 10011 | 0 | 100000 | 100011 | 1100000 | 10110 | 110111 |
Color Harmonies of #86A571
Complementary color
Monochromatic Colors of #86A571
Black with #86A571
Text Example
Text Example
White with #86A571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86A571; }
p { color: rgb(134,165,113); }
H1.HeaderClassName
{
color: #86A571;
}
.AnyTagClassName
{
color: #86A571;
}
</style>
background-color css
<style>
a { background-color: #86A571; }
a { background-color: rgb(134,165,113); }
div.DivClassName
{
background-color: #86A571;
}
.BgClassName
{
background-color: #86A571;
}
</style>
border-color css
<style>
span { border-color: #86A571; }
span { border-color: rgb(134,165,113); }
td.TdClassName
{
border-color: #86A571;
}
.TagClassName
{
border-color: #86A571;
}
</style>