Shades of Amulet #8A9982
Tints of Amulet #8A9982
RGB
CMYK
RGB Variations
Color information
#8A9982 (or 0x8A9982) is known color: Amulet. HEX triplet: 8A, 99 and 82. RGB value is (138,153,130). Sum of RGB (Red+Green+Blue) = 138+153+130=421 (55% of max value = 765). Red value is 138 (54.30% from 255 or 32.78% from 421); Green value is 153 (60.16% from 255 or 36.34% from 421); Blue value is 130 (51.17% from 255 or 30.88% from 421); Max value from RGB is 153 - color contains mainly: green. Hex color #8A9982 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A9982 is #75667D. Grayscale: #919191. Windows color (decimal): -7693950 or 8558986. OLE color: 8558986.
HSL color Cylindrical-coordinate representation of color #8A9982: hue angle of 99.13º degrees, saturation: 0.1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #8A9982 is Cyan = 0.10, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 138 | 153 | 130 | - |
| CMYK | 0.10 | 0 | 0.15 | 0.4 |
| HSL | 99.13º | 0.1% | 0.55% | - |
| HSV(B) | 99.13º | 0.15% | 0.6% | - |
| XYZ | 25.9 | 29.8 | 25.51 | - |
| YUV | 145.89 | 119.03 | 122.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 153 | 130 | 0.10 | 0 | 0.15 | 0.4 | 99.13 | 0.1 | 0.55 |
| Hex | 8A | 99 | 82 | A | 0 | F | 28 | 63 | A | 37 |
| Octal | 212 | 231 | 202 | 12 | 0 | 17 | 50 | 143 | 12 | 67 |
| Binary | 10001010 | 10011001 | 10000010 | 1010 | 0 | 1111 | 101000 | 1100011 | 1010 | 110111 |
Color Harmonies of #8A9982
Complementary color
Monochromatic Colors of #8A9982
Black with #8A9982
Text Example
Text Example
White with #8A9982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A9982; }
p { color: rgb(138,153,130); }
H1.HeaderClassName
{
color: #8A9982;
}
.AnyTagClassName
{
color: #8A9982;
}
</style>
background-color css
<style>
a { background-color: #8A9982; }
a { background-color: rgb(138,153,130); }
div.DivClassName
{
background-color: #8A9982;
}
.BgClassName
{
background-color: #8A9982;
}
</style>
border-color css
<style>
span { border-color: #8A9982; }
span { border-color: rgb(138,153,130); }
td.TdClassName
{
border-color: #8A9982;
}
.TagClassName
{
border-color: #8A9982;
}
</style>