Shades of Amulet #81A573
Tints of Amulet #81A573
RGB
CMYK
RGB Variations
Color information
#81A573 (or 0x81A573) is known color: Amulet. HEX triplet: 81, A5 and 73. RGB value is (129,165,115). Sum of RGB (Red+Green+Blue) = 129+165+115=409 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.54% from 409); Green value is 165 (64.84% from 255 or 40.34% from 409); Blue value is 115 (45.31% from 255 or 28.12% from 409); Max value from RGB is 165 - color contains mainly: green. Hex color #81A573 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81A573 is #7E5A8C. Grayscale: #949494. Windows color (decimal): -8280717 or 7579009. OLE color: 7579009.
HSL color Cylindrical-coordinate representation of color #81A573: hue angle of 103.2º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #81A573 is Cyan = 0.22, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 129 | 165 | 115 | - |
| CMYK | 0.22 | 0 | 0.30 | 0.35 |
| HSL | 103.2º | 0.22% | 0.55% | - |
| HSV(B) | 103.2º | 0.3% | 0.65% | - |
| XYZ | 25.6 | 32.82 | 21.2 | - |
| YUV | 148.54 | 109.07 | 114.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 165 | 115 | 0.22 | 0 | 0.30 | 0.35 | 103.2 | 0.22 | 0.55 |
| Hex | 81 | A5 | 73 | 16 | 0 | 1E | 23 | 67 | 16 | 37 |
| Octal | 201 | 245 | 163 | 26 | 0 | 36 | 43 | 147 | 26 | 67 |
| Binary | 10000001 | 10100101 | 1110011 | 10110 | 0 | 11110 | 100011 | 1100111 | 10110 | 110111 |
Color Harmonies of #81A573
Complementary color
Monochromatic Colors of #81A573
Black with #81A573
Text Example
Text Example
White with #81A573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81A573; }
p { color: rgb(129,165,115); }
H1.HeaderClassName
{
color: #81A573;
}
.AnyTagClassName
{
color: #81A573;
}
</style>
background-color css
<style>
a { background-color: #81A573; }
a { background-color: rgb(129,165,115); }
div.DivClassName
{
background-color: #81A573;
}
.BgClassName
{
background-color: #81A573;
}
</style>
border-color css
<style>
span { border-color: #81A573; }
span { border-color: rgb(129,165,115); }
td.TdClassName
{
border-color: #81A573;
}
.TagClassName
{
border-color: #81A573;
}
</style>