Shades of Amulet #86A46D
Tints of Amulet #86A46D
RGB
CMYK
RGB Variations
Color information
#86A46D (or 0x86A46D) is known color: Amulet. HEX triplet: 86, A4 and 6D. RGB value is (134,164,109). Sum of RGB (Red+Green+Blue) = 134+164+109=407 (53% of max value = 765). Red value is 134 (52.73% from 255 or 32.92% from 407); Green value is 164 (64.45% from 255 or 40.29% from 407); Blue value is 109 (42.97% from 255 or 26.78% from 407); Max value from RGB is 164 - color contains mainly: green. Hex color #86A46D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86A46D is #795B92. Grayscale: #949494. Windows color (decimal): -7953299 or 7185542. OLE color: 7185542.
HSL color Cylindrical-coordinate representation of color #86A46D: hue angle of 92.73º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #86A46D is Cyan = 0.18, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 134 | 164 | 109 | - |
| CMYK | 0.18 | 0 | 0.34 | 0.36 |
| HSL | 92.73º | 0.23% | 0.54% | - |
| HSV(B) | 92.73º | 0.34% | 0.64% | - |
| XYZ | 25.87 | 32.72 | 19.42 | - |
| YUV | 148.76 | 105.56 | 117.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 164 | 109 | 0.18 | 0 | 0.34 | 0.36 | 92.73 | 0.23 | 0.54 |
| Hex | 86 | A4 | 6D | 12 | 0 | 22 | 24 | 5D | 17 | 36 |
| Octal | 206 | 244 | 155 | 22 | 0 | 42 | 44 | 135 | 27 | 66 |
| Binary | 10000110 | 10100100 | 1101101 | 10010 | 0 | 100010 | 100100 | 1011101 | 10111 | 110110 |
Color Harmonies of #86A46D
Complementary color
Monochromatic Colors of #86A46D
Black with #86A46D
Text Example
Text Example
White with #86A46D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86A46D; }
p { color: rgb(134,164,109); }
H1.HeaderClassName
{
color: #86A46D;
}
.AnyTagClassName
{
color: #86A46D;
}
</style>
background-color css
<style>
a { background-color: #86A46D; }
a { background-color: rgb(134,164,109); }
div.DivClassName
{
background-color: #86A46D;
}
.BgClassName
{
background-color: #86A46D;
}
</style>
border-color css
<style>
span { border-color: #86A46D; }
span { border-color: rgb(134,164,109); }
td.TdClassName
{
border-color: #86A46D;
}
.TagClassName
{
border-color: #86A46D;
}
</style>