Shades of Amulet #8C9886
Tints of Amulet #8C9886
RGB
CMYK
RGB Variations
Color information
#8C9886 (or 0x8C9886) is known color: Amulet. HEX triplet: 8C, 98 and 86. RGB value is (140,152,134). Sum of RGB (Red+Green+Blue) = 140+152+134=426 (56% of max value = 765). Red value is 140 (55.08% from 255 or 32.86% from 426); Green value is 152 (59.77% from 255 or 35.68% from 426); Blue value is 134 (52.73% from 255 or 31.46% from 426); Max value from RGB is 152 - color contains mainly: green. Hex color #8C9886 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C9886 is #736779. Grayscale: #929292. Windows color (decimal): -7563130 or 8820876. OLE color: 8820876.
HSL color Cylindrical-coordinate representation of color #8C9886: hue angle of 100º degrees, saturation: 0.08, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #8C9886 is Cyan = 0.08, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 140 | 152 | 134 | - |
| CMYK | 0.08 | 0 | 0.12 | 0.40 |
| HSL | 100º | 0.08% | 0.56% | - |
| HSV(B) | 100º | 0.12% | 0.6% | - |
| XYZ | 26.35 | 29.75 | 26.91 | - |
| YUV | 146.36 | 121.02 | 123.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 152 | 134 | 0.08 | 0 | 0.12 | 0.40 | 100 | 0.08 | 0.56 |
| Hex | 8C | 98 | 86 | 8 | 0 | C | 28 | 64 | 8 | 38 |
| Octal | 214 | 230 | 206 | 10 | 0 | 14 | 50 | 144 | 10 | 70 |
| Binary | 10001100 | 10011000 | 10000110 | 1000 | 0 | 1100 | 101000 | 1100100 | 1000 | 111000 |
Color Harmonies of #8C9886
Complementary color
Monochromatic Colors of #8C9886
Black with #8C9886
Text Example
Text Example
White with #8C9886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C9886; }
p { color: rgb(140,152,134); }
H1.HeaderClassName
{
color: #8C9886;
}
.AnyTagClassName
{
color: #8C9886;
}
</style>
background-color css
<style>
a { background-color: #8C9886; }
a { background-color: rgb(140,152,134); }
div.DivClassName
{
background-color: #8C9886;
}
.BgClassName
{
background-color: #8C9886;
}
</style>
border-color css
<style>
span { border-color: #8C9886; }
span { border-color: rgb(140,152,134); }
td.TdClassName
{
border-color: #8C9886;
}
.TagClassName
{
border-color: #8C9886;
}
</style>