Shades of Amulet #86987F
Tints of Amulet #86987F
RGB
CMYK
RGB Variations
Color information
#86987F (or 0x86987F) is known color: Amulet. HEX triplet: 86, 98 and 7F. RGB value is (134,152,127). Sum of RGB (Red+Green+Blue) = 134+152+127=413 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.45% from 413); Green value is 152 (59.77% from 255 or 36.80% from 413); Blue value is 127 (50% from 255 or 30.75% from 413); Max value from RGB is 152 - color contains mainly: green. Hex color #86987F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86987F is #796780. Grayscale: #8F8F8F. Windows color (decimal): -7956353 or 8362118. OLE color: 8362118.
HSL color Cylindrical-coordinate representation of color #86987F: hue angle of 103.2º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #86987F is Cyan = 0.12, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 134 | 152 | 127 | - |
| CMYK | 0.12 | 0 | 0.16 | 0.40 |
| HSL | 103.2º | 0.11% | 0.55% | - |
| HSV(B) | 103.2º | 0.16% | 0.6% | - |
| XYZ | 24.89 | 29.06 | 24.38 | - |
| YUV | 143.77 | 118.54 | 121.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 152 | 127 | 0.12 | 0 | 0.16 | 0.40 | 103.2 | 0.11 | 0.55 |
| Hex | 86 | 98 | 7F | C | 0 | 10 | 28 | 67 | B | 37 |
| Octal | 206 | 230 | 177 | 14 | 0 | 20 | 50 | 147 | 13 | 67 |
| Binary | 10000110 | 10011000 | 1111111 | 1100 | 0 | 10000 | 101000 | 1100111 | 1011 | 110111 |
Color Harmonies of #86987F
Complementary color
Monochromatic Colors of #86987F
Black with #86987F
Text Example
Text Example
White with #86987F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86987F; }
p { color: rgb(134,152,127); }
H1.HeaderClassName
{
color: #86987F;
}
.AnyTagClassName
{
color: #86987F;
}
</style>
background-color css
<style>
a { background-color: #86987F; }
a { background-color: rgb(134,152,127); }
div.DivClassName
{
background-color: #86987F;
}
.BgClassName
{
background-color: #86987F;
}
</style>
border-color css
<style>
span { border-color: #86987F; }
span { border-color: rgb(134,152,127); }
td.TdClassName
{
border-color: #86987F;
}
.TagClassName
{
border-color: #86987F;
}
</style>