Shades of Amulet #81957A
Tints of Amulet #81957A
RGB
CMYK
RGB Variations
Color information
#81957A (or 0x81957A) is known color: Amulet. HEX triplet: 81, 95 and 7A. RGB value is (129,149,122). Sum of RGB (Red+Green+Blue) = 129+149+122=400 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.25% from 400); Green value is 149 (58.59% from 255 or 37.25% from 400); Blue value is 122 (48.05% from 255 or 30.5% from 400); Max value from RGB is 149 - color contains mainly: green. Hex color #81957A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81957A is #7E6A85. Grayscale: #8C8C8C. Windows color (decimal): -8284806 or 8033665. OLE color: 8033665.
HSL color Cylindrical-coordinate representation of color #81957A: hue angle of 104.44º degrees, saturation: 0.11, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #81957A is Cyan = 0.13, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 129 | 149 | 122 | - |
| CMYK | 0.13 | 0 | 0.18 | 0.42 |
| HSL | 104.44º | 0.11% | 0.53% | - |
| HSV(B) | 104.44º | 0.18% | 0.58% | - |
| XYZ | 23.31 | 27.57 | 22.5 | - |
| YUV | 139.94 | 117.87 | 120.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 149 | 122 | 0.13 | 0 | 0.18 | 0.42 | 104.44 | 0.11 | 0.53 |
| Hex | 81 | 95 | 7A | D | 0 | 12 | 2A | 68 | B | 35 |
| Octal | 201 | 225 | 172 | 15 | 0 | 22 | 52 | 150 | 13 | 65 |
| Binary | 10000001 | 10010101 | 1111010 | 1101 | 0 | 10010 | 101010 | 1101000 | 1011 | 110101 |
Color Harmonies of #81957A
Complementary color
Monochromatic Colors of #81957A
Black with #81957A
Text Example
Text Example
White with #81957A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81957A; }
p { color: rgb(129,149,122); }
H1.HeaderClassName
{
color: #81957A;
}
.AnyTagClassName
{
color: #81957A;
}
</style>
background-color css
<style>
a { background-color: #81957A; }
a { background-color: rgb(129,149,122); }
div.DivClassName
{
background-color: #81957A;
}
.BgClassName
{
background-color: #81957A;
}
</style>
border-color css
<style>
span { border-color: #81957A; }
span { border-color: rgb(129,149,122); }
td.TdClassName
{
border-color: #81957A;
}
.TagClassName
{
border-color: #81957A;
}
</style>