Shades of Amulet #8A9683
Tints of Amulet #8A9683
RGB
CMYK
RGB Variations
Color information
#8A9683 (or 0x8A9683) is known color: Amulet. HEX triplet: 8A, 96 and 83. RGB value is (138,150,131). Sum of RGB (Red+Green+Blue) = 138+150+131=419 (55% of max value = 765). Red value is 138 (54.30% from 255 or 32.94% from 419); Green value is 150 (58.98% from 255 or 35.80% from 419); Blue value is 131 (51.56% from 255 or 31.26% from 419); Max value from RGB is 150 - color contains mainly: green. Hex color #8A9683 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A9683 is #75697C. Grayscale: #909090. Windows color (decimal): -7694717 or 8623754. OLE color: 8623754.
HSL color Cylindrical-coordinate representation of color #8A9683: hue angle of 97.89º degrees, saturation: 0.08, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #8A9683 is Cyan = 0.08, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 138 | 150 | 131 | - |
| CMYK | 0.08 | 0 | 0.13 | 0.41 |
| HSL | 97.89º | 0.08% | 0.55% | - |
| HSV(B) | 97.89º | 0.13% | 0.59% | - |
| XYZ | 25.48 | 28.85 | 25.7 | - |
| YUV | 144.25 | 120.52 | 123.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 150 | 131 | 0.08 | 0 | 0.13 | 0.41 | 97.89 | 0.08 | 0.55 |
| Hex | 8A | 96 | 83 | 8 | 0 | D | 29 | 62 | 8 | 37 |
| Octal | 212 | 226 | 203 | 10 | 0 | 15 | 51 | 142 | 10 | 67 |
| Binary | 10001010 | 10010110 | 10000011 | 1000 | 0 | 1101 | 101001 | 1100010 | 1000 | 110111 |
Color Harmonies of #8A9683
Complementary color
Monochromatic Colors of #8A9683
Black with #8A9683
Text Example
Text Example
White with #8A9683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A9683; }
p { color: rgb(138,150,131); }
H1.HeaderClassName
{
color: #8A9683;
}
.AnyTagClassName
{
color: #8A9683;
}
</style>
background-color css
<style>
a { background-color: #8A9683; }
a { background-color: rgb(138,150,131); }
div.DivClassName
{
background-color: #8A9683;
}
.BgClassName
{
background-color: #8A9683;
}
</style>
border-color css
<style>
span { border-color: #8A9683; }
span { border-color: rgb(138,150,131); }
td.TdClassName
{
border-color: #8A9683;
}
.TagClassName
{
border-color: #8A9683;
}
</style>