Shades of Amulet #81957E
Tints of Amulet #81957E
RGB
CMYK
RGB Variations
Color information
#81957E (or 0x81957E) is known color: Amulet. HEX triplet: 81, 95 and 7E. RGB value is (129,149,126). Sum of RGB (Red+Green+Blue) = 129+149+126=404 (53% of max value = 765). Red value is 129 (50.78% from 255 or 31.93% from 404); Green value is 149 (58.59% from 255 or 36.88% from 404); Blue value is 126 (49.61% from 255 or 31.19% from 404); Max value from RGB is 149 - color contains mainly: green. Hex color #81957E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81957E is #7E6A81. Grayscale: #8C8C8C. Windows color (decimal): -8284802 or 8295809. OLE color: 8295809.
HSL color Cylindrical-coordinate representation of color #81957E: hue angle of 112.17º degrees, saturation: 0.1, 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 #81957E is Cyan = 0.13, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 129 | 149 | 126 | - |
| CMYK | 0.13 | 0 | 0.15 | 0.42 |
| HSL | 112.17º | 0.1% | 0.54% | - |
| HSV(B) | 112.17º | 0.15% | 0.58% | - |
| XYZ | 23.57 | 27.67 | 23.84 | - |
| YUV | 140.4 | 119.87 | 119.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 149 | 126 | 0.13 | 0 | 0.15 | 0.42 | 112.17 | 0.1 | 0.54 |
| Hex | 81 | 95 | 7E | D | 0 | F | 2A | 70 | A | 36 |
| Octal | 201 | 225 | 176 | 15 | 0 | 17 | 52 | 160 | 12 | 66 |
| Binary | 10000001 | 10010101 | 1111110 | 1101 | 0 | 1111 | 101010 | 1110000 | 1010 | 110110 |
Color Harmonies of #81957E
Complementary color
Monochromatic Colors of #81957E
Black with #81957E
Text Example
Text Example
White with #81957E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81957E; }
p { color: rgb(129,149,126); }
H1.HeaderClassName
{
color: #81957E;
}
.AnyTagClassName
{
color: #81957E;
}
</style>
background-color css
<style>
a { background-color: #81957E; }
a { background-color: rgb(129,149,126); }
div.DivClassName
{
background-color: #81957E;
}
.BgClassName
{
background-color: #81957E;
}
</style>
border-color css
<style>
span { border-color: #81957E; }
span { border-color: rgb(129,149,126); }
td.TdClassName
{
border-color: #81957E;
}
.TagClassName
{
border-color: #81957E;
}
</style>