Shades of Amulet #81A172
Tints of Amulet #81A172
RGB
CMYK
RGB Variations
Color information
#81A172 (or 0x81A172) is known color: Amulet. HEX triplet: 81, A1 and 72. RGB value is (129,161,114). Sum of RGB (Red+Green+Blue) = 129+161+114=404 (53% of max value = 765). Red value is 129 (50.78% from 255 or 31.93% from 404); Green value is 161 (63.28% from 255 or 39.85% from 404); Blue value is 114 (44.92% from 255 or 28.22% from 404); Max value from RGB is 161 - color contains mainly: green. Hex color #81A172 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81A172 is #7E5E8D. Grayscale: #929292. Windows color (decimal): -8281742 or 7512449. OLE color: 7512449.
HSL color Cylindrical-coordinate representation of color #81A172: hue angle of 100.85º degrees, saturation: 0.2, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #81A172 is Cyan = 0.20, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 129 | 161 | 114 | - |
| CMYK | 0.20 | 0 | 0.29 | 0.37 |
| HSL | 100.85º | 0.2% | 0.54% | - |
| HSV(B) | 100.85º | 0.29% | 0.63% | - |
| XYZ | 24.84 | 31.37 | 20.67 | - |
| YUV | 146.07 | 109.9 | 115.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 161 | 114 | 0.20 | 0 | 0.29 | 0.37 | 100.85 | 0.2 | 0.54 |
| Hex | 81 | A1 | 72 | 14 | 0 | 1D | 25 | 65 | 14 | 36 |
| Octal | 201 | 241 | 162 | 24 | 0 | 35 | 45 | 145 | 24 | 66 |
| Binary | 10000001 | 10100001 | 1110010 | 10100 | 0 | 11101 | 100101 | 1100101 | 10100 | 110110 |
Color Harmonies of #81A172
Complementary color
Monochromatic Colors of #81A172
Black with #81A172
Text Example
Text Example
White with #81A172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81A172; }
p { color: rgb(129,161,114); }
H1.HeaderClassName
{
color: #81A172;
}
.AnyTagClassName
{
color: #81A172;
}
</style>
background-color css
<style>
a { background-color: #81A172; }
a { background-color: rgb(129,161,114); }
div.DivClassName
{
background-color: #81A172;
}
.BgClassName
{
background-color: #81A172;
}
</style>
border-color css
<style>
span { border-color: #81A172; }
span { border-color: rgb(129,161,114); }
td.TdClassName
{
border-color: #81A172;
}
.TagClassName
{
border-color: #81A172;
}
</style>