Shades of Amulet #81967E
Tints of Amulet #81967E
RGB
CMYK
RGB Variations
Color information
#81967E (or 0x81967E) is known color: Amulet. HEX triplet: 81, 96 and 7E. RGB value is (129,150,126). Sum of RGB (Red+Green+Blue) = 129+150+126=405 (53% of max value = 765). Red value is 129 (50.78% from 255 or 31.85% from 405); Green value is 150 (58.98% from 255 or 37.04% from 405); Blue value is 126 (49.61% from 255 or 31.11% from 405); Max value from RGB is 150 - color contains mainly: green. Hex color #81967E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81967E is #7E6981. Grayscale: #8D8D8D. Windows color (decimal): -8284546 or 8296065. OLE color: 8296065.
HSL color Cylindrical-coordinate representation of color #81967E: hue angle of 112.5º degrees, saturation: 0.1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #81967E is Cyan = 0.14, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 129 | 150 | 126 | - |
| CMYK | 0.14 | 0 | 0.16 | 0.41 |
| HSL | 112.5º | 0.1% | 0.54% | - |
| HSV(B) | 112.5º | 0.16% | 0.59% | - |
| XYZ | 23.73 | 27.99 | 23.89 | - |
| YUV | 140.99 | 119.54 | 119.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 150 | 126 | 0.14 | 0 | 0.16 | 0.41 | 112.5 | 0.1 | 0.54 |
| Hex | 81 | 96 | 7E | E | 0 | 10 | 29 | 70 | A | 36 |
| Octal | 201 | 226 | 176 | 16 | 0 | 20 | 51 | 160 | 12 | 66 |
| Binary | 10000001 | 10010110 | 1111110 | 1110 | 0 | 10000 | 101001 | 1110000 | 1010 | 110110 |
Color Harmonies of #81967E
Complementary color
Monochromatic Colors of #81967E
Black with #81967E
Text Example
Text Example
White with #81967E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81967E; }
p { color: rgb(129,150,126); }
H1.HeaderClassName
{
color: #81967E;
}
.AnyTagClassName
{
color: #81967E;
}
</style>
background-color css
<style>
a { background-color: #81967E; }
a { background-color: rgb(129,150,126); }
div.DivClassName
{
background-color: #81967E;
}
.BgClassName
{
background-color: #81967E;
}
</style>
border-color css
<style>
span { border-color: #81967E; }
span { border-color: rgb(129,150,126); }
td.TdClassName
{
border-color: #81967E;
}
.TagClassName
{
border-color: #81967E;
}
</style>