Shades of Amulet #8A9883
Tints of Amulet #8A9883
RGB
CMYK
RGB Variations
Color information
#8A9883 (or 0x8A9883) is known color: Amulet. HEX triplet: 8A, 98 and 83. RGB value is (138,152,131). Sum of RGB (Red+Green+Blue) = 138+152+131=421 (55% of max value = 765). Red value is 138 (54.30% from 255 or 32.78% from 421); Green value is 152 (59.77% from 255 or 36.10% from 421); Blue value is 131 (51.56% from 255 or 31.12% from 421); Max value from RGB is 152 - color contains mainly: green. Hex color #8A9883 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A9883 is #75677C. Grayscale: #919191. Windows color (decimal): -7694205 or 8624266. OLE color: 8624266.
HSL color Cylindrical-coordinate representation of color #8A9883: hue angle of 100º degrees, saturation: 0.09, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #8A9883 is Cyan = 0.09, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 138 | 152 | 131 | - |
| CMYK | 0.09 | 0 | 0.14 | 0.40 |
| HSL | 100º | 0.09% | 0.55% | - |
| HSV(B) | 100º | 0.14% | 0.6% | - |
| XYZ | 25.81 | 29.5 | 25.81 | - |
| YUV | 145.42 | 119.86 | 122.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 152 | 131 | 0.09 | 0 | 0.14 | 0.40 | 100 | 0.09 | 0.55 |
| Hex | 8A | 98 | 83 | 9 | 0 | E | 28 | 64 | 9 | 37 |
| Octal | 212 | 230 | 203 | 11 | 0 | 16 | 50 | 144 | 11 | 67 |
| Binary | 10001010 | 10011000 | 10000011 | 1001 | 0 | 1110 | 101000 | 1100100 | 1001 | 110111 |
Color Harmonies of #8A9883
Complementary color
Monochromatic Colors of #8A9883
Black with #8A9883
Text Example
Text Example
White with #8A9883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A9883; }
p { color: rgb(138,152,131); }
H1.HeaderClassName
{
color: #8A9883;
}
.AnyTagClassName
{
color: #8A9883;
}
</style>
background-color css
<style>
a { background-color: #8A9883; }
a { background-color: rgb(138,152,131); }
div.DivClassName
{
background-color: #8A9883;
}
.BgClassName
{
background-color: #8A9883;
}
</style>
border-color css
<style>
span { border-color: #8A9883; }
span { border-color: rgb(138,152,131); }
td.TdClassName
{
border-color: #8A9883;
}
.TagClassName
{
border-color: #8A9883;
}
</style>