Shades of Amulet #86A970
Tints of Amulet #86A970
RGB
CMYK
RGB Variations
Color information
#86A970 (or 0x86A970) is known color: Amulet. HEX triplet: 86, A9 and 70. RGB value is (134,169,112). Sum of RGB (Red+Green+Blue) = 134+169+112=415 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.29% from 415); Green value is 169 (66.41% from 255 or 40.72% from 415); Blue value is 112 (44.14% from 255 or 26.99% from 415); Max value from RGB is 169 - color contains mainly: green. Hex color #86A970 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86A970 is #79568F. Grayscale: #989898. Windows color (decimal): -7952016 or 7383430. OLE color: 7383430.
HSL color Cylindrical-coordinate representation of color #86A970: hue angle of 96.84º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #86A970 is Cyan = 0.21, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 134 | 169 | 112 | - |
| CMYK | 0.21 | 0 | 0.34 | 0.34 |
| HSL | 96.84º | 0.25% | 0.55% | - |
| HSV(B) | 96.84º | 0.34% | 0.66% | - |
| XYZ | 26.94 | 34.61 | 20.59 | - |
| YUV | 152.04 | 105.4 | 115.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 169 | 112 | 0.21 | 0 | 0.34 | 0.34 | 96.84 | 0.25 | 0.55 |
| Hex | 86 | A9 | 70 | 15 | 0 | 22 | 22 | 61 | 19 | 37 |
| Octal | 206 | 251 | 160 | 25 | 0 | 42 | 42 | 141 | 31 | 67 |
| Binary | 10000110 | 10101001 | 1110000 | 10101 | 0 | 100010 | 100010 | 1100001 | 11001 | 110111 |
Color Harmonies of #86A970
Complementary color
Monochromatic Colors of #86A970
Black with #86A970
Text Example
Text Example
White with #86A970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86A970; }
p { color: rgb(134,169,112); }
H1.HeaderClassName
{
color: #86A970;
}
.AnyTagClassName
{
color: #86A970;
}
</style>
background-color css
<style>
a { background-color: #86A970; }
a { background-color: rgb(134,169,112); }
div.DivClassName
{
background-color: #86A970;
}
.BgClassName
{
background-color: #86A970;
}
</style>
border-color css
<style>
span { border-color: #86A970; }
span { border-color: rgb(134,169,112); }
td.TdClassName
{
border-color: #86A970;
}
.TagClassName
{
border-color: #86A970;
}
</style>