Shades of Amulet #8A987C
Tints of Amulet #8A987C
RGB
CMYK
RGB Variations
Color information
#8A987C (or 0x8A987C) is known color: Amulet. HEX triplet: 8A, 98 and 7C. RGB value is (138,152,124). Sum of RGB (Red+Green+Blue) = 138+152+124=414 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.33% from 414); Green value is 152 (59.77% from 255 or 36.71% from 414); Blue value is 124 (48.83% from 255 or 29.95% from 414); Max value from RGB is 152 - color contains mainly: green. Hex color #8A987C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A987C is #756783. Grayscale: #909090. Windows color (decimal): -7694212 or 8165514. OLE color: 8165514.
HSL color Cylindrical-coordinate representation of color #8A987C: hue angle of 90º degrees, saturation: 0.12, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8A987C is Cyan = 0.09, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 138 | 152 | 124 | - |
| CMYK | 0.09 | 0 | 0.18 | 0.40 |
| HSL | 90º | 0.12% | 0.54% | - |
| HSV(B) | 90º | 0.18% | 0.6% | - |
| XYZ | 25.35 | 29.31 | 23.39 | - |
| YUV | 144.62 | 116.36 | 123.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 152 | 124 | 0.09 | 0 | 0.18 | 0.40 | 90 | 0.12 | 0.54 |
| Hex | 8A | 98 | 7C | 9 | 0 | 12 | 28 | 5A | C | 36 |
| Octal | 212 | 230 | 174 | 11 | 0 | 22 | 50 | 132 | 14 | 66 |
| Binary | 10001010 | 10011000 | 1111100 | 1001 | 0 | 10010 | 101000 | 1011010 | 1100 | 110110 |
Color Harmonies of #8A987C
Complementary color
Monochromatic Colors of #8A987C
Black with #8A987C
Text Example
Text Example
White with #8A987C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A987C; }
p { color: rgb(138,152,124); }
H1.HeaderClassName
{
color: #8A987C;
}
.AnyTagClassName
{
color: #8A987C;
}
</style>
background-color css
<style>
a { background-color: #8A987C; }
a { background-color: rgb(138,152,124); }
div.DivClassName
{
background-color: #8A987C;
}
.BgClassName
{
background-color: #8A987C;
}
</style>
border-color css
<style>
span { border-color: #8A987C; }
span { border-color: rgb(138,152,124); }
td.TdClassName
{
border-color: #8A987C;
}
.TagClassName
{
border-color: #8A987C;
}
</style>