Shades of Amulet #8A957F
Tints of Amulet #8A957F
RGB
CMYK
RGB Variations
Color information
#8A957F (or 0x8A957F) is known color: Amulet. HEX triplet: 8A, 95 and 7F. RGB value is (138,149,127). Sum of RGB (Red+Green+Blue) = 138+149+127=414 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.33% from 414); Green value is 149 (58.59% from 255 or 35.99% from 414); Blue value is 127 (50% from 255 or 30.68% from 414); Max value from RGB is 149 - color contains mainly: green. Hex color #8A957F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A957F is #756A80. Grayscale: #8F8F8F. Windows color (decimal): -7694977 or 8361354. OLE color: 8361354.
HSL color Cylindrical-coordinate representation of color #8A957F: hue angle of 90º degrees, saturation: 0.09, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #8A957F is Cyan = 0.07, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 138 | 149 | 127 | - |
| CMYK | 0.07 | 0 | 0.15 | 0.42 |
| HSL | 90º | 0.09% | 0.54% | - |
| HSV(B) | 90º | 0.15% | 0.58% | - |
| XYZ | 25.06 | 28.43 | 24.25 | - |
| YUV | 143.2 | 118.86 | 124.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 149 | 127 | 0.07 | 0 | 0.15 | 0.42 | 90 | 0.09 | 0.54 |
| Hex | 8A | 95 | 7F | 7 | 0 | F | 2A | 5A | 9 | 36 |
| Octal | 212 | 225 | 177 | 7 | 0 | 17 | 52 | 132 | 11 | 66 |
| Binary | 10001010 | 10010101 | 1111111 | 111 | 0 | 1111 | 101010 | 1011010 | 1001 | 110110 |
Color Harmonies of #8A957F
Complementary color
Monochromatic Colors of #8A957F
Black with #8A957F
Text Example
Text Example
White with #8A957F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A957F; }
p { color: rgb(138,149,127); }
H1.HeaderClassName
{
color: #8A957F;
}
.AnyTagClassName
{
color: #8A957F;
}
</style>
background-color css
<style>
a { background-color: #8A957F; }
a { background-color: rgb(138,149,127); }
div.DivClassName
{
background-color: #8A957F;
}
.BgClassName
{
background-color: #8A957F;
}
</style>
border-color css
<style>
span { border-color: #8A957F; }
span { border-color: rgb(138,149,127); }
td.TdClassName
{
border-color: #8A957F;
}
.TagClassName
{
border-color: #8A957F;
}
</style>