Shades of Amulet #8A9A7B
Tints of Amulet #8A9A7B
RGB
CMYK
RGB Variations
Color information
#8A9A7B (or 0x8A9A7B) is known color: Amulet. HEX triplet: 8A, 9A and 7B. RGB value is (138,154,123). Sum of RGB (Red+Green+Blue) = 138+154+123=415 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.25% from 415); Green value is 154 (60.55% from 255 or 37.11% from 415); Blue value is 123 (48.44% from 255 or 29.64% from 415); Max value from RGB is 154 - color contains mainly: green. Hex color #8A9A7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A9A7B is #756584. Grayscale: #919191. Windows color (decimal): -7693701 or 8100490. OLE color: 8100490.
HSL color Cylindrical-coordinate representation of color #8A9A7B: hue angle of 90.97º degrees, saturation: 0.13, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8A9A7B is Cyan = 0.10, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 138 | 154 | 123 | - |
| CMYK | 0.10 | 0 | 0.20 | 0.40 |
| HSL | 90.97º | 0.13% | 0.54% | - |
| HSV(B) | 90.97º | 0.2% | 0.6% | - |
| XYZ | 25.61 | 29.94 | 23.17 | - |
| YUV | 145.68 | 115.2 | 122.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 154 | 123 | 0.10 | 0 | 0.20 | 0.40 | 90.97 | 0.13 | 0.54 |
| Hex | 8A | 9A | 7B | A | 0 | 14 | 28 | 5B | D | 36 |
| Octal | 212 | 232 | 173 | 12 | 0 | 24 | 50 | 133 | 15 | 66 |
| Binary | 10001010 | 10011010 | 1111011 | 1010 | 0 | 10100 | 101000 | 1011011 | 1101 | 110110 |
Color Harmonies of #8A9A7B
Complementary color
Monochromatic Colors of #8A9A7B
Black with #8A9A7B
Text Example
Text Example
White with #8A9A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A9A7B; }
p { color: rgb(138,154,123); }
H1.HeaderClassName
{
color: #8A9A7B;
}
.AnyTagClassName
{
color: #8A9A7B;
}
</style>
background-color css
<style>
a { background-color: #8A9A7B; }
a { background-color: rgb(138,154,123); }
div.DivClassName
{
background-color: #8A9A7B;
}
.BgClassName
{
background-color: #8A9A7B;
}
</style>
border-color css
<style>
span { border-color: #8A9A7B; }
span { border-color: rgb(138,154,123); }
td.TdClassName
{
border-color: #8A9A7B;
}
.TagClassName
{
border-color: #8A9A7B;
}
</style>