Shades of Amulet #8A997F
Tints of Amulet #8A997F
RGB
CMYK
RGB Variations
Color information
#8A997F (or 0x8A997F) is known color: Amulet. HEX triplet: 8A, 99 and 7F. RGB value is (138,153,127). Sum of RGB (Red+Green+Blue) = 138+153+127=418 (55% of max value = 765). Red value is 138 (54.30% from 255 or 33.01% from 418); Green value is 153 (60.16% from 255 or 36.60% from 418); Blue value is 127 (50% from 255 or 30.38% from 418); Max value from RGB is 153 - color contains mainly: green. Hex color #8A997F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A997F is #756680. Grayscale: #919191. Windows color (decimal): -7693953 or 8362378. OLE color: 8362378.
HSL color Cylindrical-coordinate representation of color #8A997F: hue angle of 94.62º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8A997F is Cyan = 0.10, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 138 | 153 | 127 | - |
| CMYK | 0.10 | 0 | 0.17 | 0.4 |
| HSL | 94.62º | 0.11% | 0.55% | - |
| HSV(B) | 94.62º | 0.17% | 0.6% | - |
| XYZ | 25.7 | 29.72 | 24.46 | - |
| YUV | 145.55 | 117.53 | 122.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 153 | 127 | 0.10 | 0 | 0.17 | 0.4 | 94.62 | 0.11 | 0.55 |
| Hex | 8A | 99 | 7F | A | 0 | 11 | 28 | 5F | B | 37 |
| Octal | 212 | 231 | 177 | 12 | 0 | 21 | 50 | 137 | 13 | 67 |
| Binary | 10001010 | 10011001 | 1111111 | 1010 | 0 | 10001 | 101000 | 1011111 | 1011 | 110111 |
Color Harmonies of #8A997F
Complementary color
Monochromatic Colors of #8A997F
Black with #8A997F
Text Example
Text Example
White with #8A997F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A997F; }
p { color: rgb(138,153,127); }
H1.HeaderClassName
{
color: #8A997F;
}
.AnyTagClassName
{
color: #8A997F;
}
</style>
background-color css
<style>
a { background-color: #8A997F; }
a { background-color: rgb(138,153,127); }
div.DivClassName
{
background-color: #8A997F;
}
.BgClassName
{
background-color: #8A997F;
}
</style>
border-color css
<style>
span { border-color: #8A997F; }
span { border-color: rgb(138,153,127); }
td.TdClassName
{
border-color: #8A997F;
}
.TagClassName
{
border-color: #8A997F;
}
</style>