Shades of Amulet #8A9C84
Tints of Amulet #8A9C84
RGB
CMYK
RGB Variations
Color information
#8A9C84 (or 0x8A9C84) is known color: Amulet. HEX triplet: 8A, 9C and 84. RGB value is (138,156,132). Sum of RGB (Red+Green+Blue) = 138+156+132=426 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.39% from 426); Green value is 156 (61.33% from 255 or 36.62% from 426); Blue value is 132 (51.95% from 255 or 30.99% from 426); Max value from RGB is 156 - color contains mainly: green. Hex color #8A9C84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A9C84 is #75637B. Grayscale: #939393. Windows color (decimal): -7693180 or 8690826. OLE color: 8690826.
HSL color Cylindrical-coordinate representation of color #8A9C84: hue angle of 105º degrees, saturation: 0.11, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #8A9C84 is Cyan = 0.12, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 138 | 156 | 132 | - |
| CMYK | 0.12 | 0 | 0.15 | 0.39 |
| HSL | 105º | 0.11% | 0.56% | - |
| HSV(B) | 105º | 0.15% | 0.61% | - |
| XYZ | 26.53 | 30.85 | 26.39 | - |
| YUV | 147.88 | 119.04 | 120.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 156 | 132 | 0.12 | 0 | 0.15 | 0.39 | 105 | 0.11 | 0.56 |
| Hex | 8A | 9C | 84 | C | 0 | F | 27 | 69 | B | 38 |
| Octal | 212 | 234 | 204 | 14 | 0 | 17 | 47 | 151 | 13 | 70 |
| Binary | 10001010 | 10011100 | 10000100 | 1100 | 0 | 1111 | 100111 | 1101001 | 1011 | 111000 |
Color Harmonies of #8A9C84
Complementary color
Monochromatic Colors of #8A9C84
Black with #8A9C84
Text Example
Text Example
White with #8A9C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A9C84; }
p { color: rgb(138,156,132); }
H1.HeaderClassName
{
color: #8A9C84;
}
.AnyTagClassName
{
color: #8A9C84;
}
</style>
background-color css
<style>
a { background-color: #8A9C84; }
a { background-color: rgb(138,156,132); }
div.DivClassName
{
background-color: #8A9C84;
}
.BgClassName
{
background-color: #8A9C84;
}
</style>
border-color css
<style>
span { border-color: #8A9C84; }
span { border-color: rgb(138,156,132); }
td.TdClassName
{
border-color: #8A9C84;
}
.TagClassName
{
border-color: #8A9C84;
}
</style>