Shades of Amulet #86AE6C
Tints of Amulet #86AE6C
RGB
CMYK
RGB Variations
Color information
#86AE6C (or 0x86AE6C) is known color: Amulet. HEX triplet: 86, AE and 6C. RGB value is (134,174,108). Sum of RGB (Red+Green+Blue) = 134+174+108=416 (55% of max value = 765). Red value is 134 (52.73% from 255 or 32.21% from 416); Green value is 174 (68.36% from 255 or 41.83% from 416); Blue value is 108 (42.58% from 255 or 25.96% from 416); Max value from RGB is 174 - color contains mainly: green. Hex color #86AE6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86AE6C is #795193. Grayscale: #9A9A9A. Windows color (decimal): -7950740 or 7122566. OLE color: 7122566.
HSL color Cylindrical-coordinate representation of color #86AE6C: hue angle of 96.36º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #86AE6C is Cyan = 0.23, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 134 | 174 | 108 | - |
| CMYK | 0.23 | 0 | 0.38 | 0.32 |
| HSL | 96.36º | 0.29% | 0.55% | - |
| HSV(B) | 96.36º | 0.38% | 0.68% | - |
| XYZ | 27.67 | 36.42 | 19.76 | - |
| YUV | 154.52 | 101.75 | 113.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 174 | 108 | 0.23 | 0 | 0.38 | 0.32 | 96.36 | 0.29 | 0.55 |
| Hex | 86 | AE | 6C | 17 | 0 | 26 | 20 | 60 | 1D | 37 |
| Octal | 206 | 256 | 154 | 27 | 0 | 46 | 40 | 140 | 35 | 67 |
| Binary | 10000110 | 10101110 | 1101100 | 10111 | 0 | 100110 | 100000 | 1100000 | 11101 | 110111 |
Color Harmonies of #86AE6C
Complementary color
Monochromatic Colors of #86AE6C
Black with #86AE6C
Text Example
Text Example
White with #86AE6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86AE6C; }
p { color: rgb(134,174,108); }
H1.HeaderClassName
{
color: #86AE6C;
}
.AnyTagClassName
{
color: #86AE6C;
}
</style>
background-color css
<style>
a { background-color: #86AE6C; }
a { background-color: rgb(134,174,108); }
div.DivClassName
{
background-color: #86AE6C;
}
.BgClassName
{
background-color: #86AE6C;
}
</style>
border-color css
<style>
span { border-color: #86AE6C; }
span { border-color: rgb(134,174,108); }
td.TdClassName
{
border-color: #86AE6C;
}
.TagClassName
{
border-color: #86AE6C;
}
</style>