Shades of Amulet #81A472
Tints of Amulet #81A472
RGB
CMYK
RGB Variations
Color information
#81A472 (or 0x81A472) is known color: Amulet. HEX triplet: 81, A4 and 72. RGB value is (129,164,114). Sum of RGB (Red+Green+Blue) = 129+164+114=407 (53% of max value = 765). Red value is 129 (50.78% from 255 or 31.70% from 407); Green value is 164 (64.45% from 255 or 40.29% from 407); Blue value is 114 (44.92% from 255 or 28.01% from 407); Max value from RGB is 164 - color contains mainly: green. Hex color #81A472 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81A472 is #7E5B8D. Grayscale: #939393. Windows color (decimal): -8280974 or 7513217. OLE color: 7513217.
HSL color Cylindrical-coordinate representation of color #81A472: hue angle of 102º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #81A472 is Cyan = 0.21, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 129 | 164 | 114 | - |
| CMYK | 0.21 | 0 | 0.30 | 0.36 |
| HSL | 102º | 0.22% | 0.55% | - |
| HSV(B) | 102º | 0.3% | 0.64% | - |
| XYZ | 25.37 | 32.43 | 20.84 | - |
| YUV | 147.84 | 108.9 | 114.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 164 | 114 | 0.21 | 0 | 0.30 | 0.36 | 102 | 0.22 | 0.55 |
| Hex | 81 | A4 | 72 | 15 | 0 | 1E | 24 | 66 | 16 | 37 |
| Octal | 201 | 244 | 162 | 25 | 0 | 36 | 44 | 146 | 26 | 67 |
| Binary | 10000001 | 10100100 | 1110010 | 10101 | 0 | 11110 | 100100 | 1100110 | 10110 | 110111 |
Color Harmonies of #81A472
Complementary color
Monochromatic Colors of #81A472
Black with #81A472
Text Example
Text Example
White with #81A472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81A472; }
p { color: rgb(129,164,114); }
H1.HeaderClassName
{
color: #81A472;
}
.AnyTagClassName
{
color: #81A472;
}
</style>
background-color css
<style>
a { background-color: #81A472; }
a { background-color: rgb(129,164,114); }
div.DivClassName
{
background-color: #81A472;
}
.BgClassName
{
background-color: #81A472;
}
</style>
border-color css
<style>
span { border-color: #81A472; }
span { border-color: rgb(129,164,114); }
td.TdClassName
{
border-color: #81A472;
}
.TagClassName
{
border-color: #81A472;
}
</style>