Shades of Amulet #86A379
Tints of Amulet #86A379
RGB
CMYK
RGB Variations
Color information
#86A379 (or 0x86A379) is known color: Amulet. HEX triplet: 86, A3 and 79. RGB value is (134,163,121). Sum of RGB (Red+Green+Blue) = 134+163+121=418 (55% of max value = 765). Red value is 134 (52.73% from 255 or 32.06% from 418); Green value is 163 (64.06% from 255 or 39.00% from 418); Blue value is 121 (47.66% from 255 or 28.95% from 418); Max value from RGB is 163 - color contains mainly: green. Hex color #86A379 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86A379 is #795C86. Grayscale: #959595. Windows color (decimal): -7953543 or 7971718. OLE color: 7971718.
HSL color Cylindrical-coordinate representation of color #86A379: hue angle of 101.43º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #86A379 is Cyan = 0.18, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 134 | 163 | 121 | - |
| CMYK | 0.18 | 0 | 0.26 | 0.36 |
| HSL | 101.43º | 0.19% | 0.56% | - |
| HSV(B) | 101.43º | 0.26% | 0.64% | - |
| XYZ | 26.38 | 32.64 | 23 | - |
| YUV | 149.54 | 111.89 | 116.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 163 | 121 | 0.18 | 0 | 0.26 | 0.36 | 101.43 | 0.19 | 0.56 |
| Hex | 86 | A3 | 79 | 12 | 0 | 1A | 24 | 65 | 13 | 38 |
| Octal | 206 | 243 | 171 | 22 | 0 | 32 | 44 | 145 | 23 | 70 |
| Binary | 10000110 | 10100011 | 1111001 | 10010 | 0 | 11010 | 100100 | 1100101 | 10011 | 111000 |
Color Harmonies of #86A379
Complementary color
Monochromatic Colors of #86A379
Black with #86A379
Text Example
Text Example
White with #86A379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86A379; }
p { color: rgb(134,163,121); }
H1.HeaderClassName
{
color: #86A379;
}
.AnyTagClassName
{
color: #86A379;
}
</style>
background-color css
<style>
a { background-color: #86A379; }
a { background-color: rgb(134,163,121); }
div.DivClassName
{
background-color: #86A379;
}
.BgClassName
{
background-color: #86A379;
}
</style>
border-color css
<style>
span { border-color: #86A379; }
span { border-color: rgb(134,163,121); }
td.TdClassName
{
border-color: #86A379;
}
.TagClassName
{
border-color: #86A379;
}
</style>