Shades of Amulet #81A572
Tints of Amulet #81A572
RGB
CMYK
RGB Variations
Color information
#81A572 (or 0x81A572) is known color: Amulet. HEX triplet: 81, A5 and 72. RGB value is (129,165,114). Sum of RGB (Red+Green+Blue) = 129+165+114=408 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.62% from 408); Green value is 165 (64.84% from 255 or 40.44% from 408); Blue value is 114 (44.92% from 255 or 27.94% from 408); Max value from RGB is 165 - color contains mainly: green. Hex color #81A572 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81A572 is #7E5A8D. Grayscale: #949494. Windows color (decimal): -8280718 or 7513473. OLE color: 7513473.
HSL color Cylindrical-coordinate representation of color #81A572: hue angle of 102.35º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #81A572 is Cyan = 0.22, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 129 | 165 | 114 | - |
| CMYK | 0.22 | 0 | 0.31 | 0.35 |
| HSL | 102.35º | 0.22% | 0.55% | - |
| HSV(B) | 102.35º | 0.31% | 0.65% | - |
| XYZ | 25.55 | 32.79 | 20.9 | - |
| YUV | 148.42 | 108.57 | 114.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 165 | 114 | 0.22 | 0 | 0.31 | 0.35 | 102.35 | 0.22 | 0.55 |
| Hex | 81 | A5 | 72 | 16 | 0 | 1F | 23 | 66 | 16 | 37 |
| Octal | 201 | 245 | 162 | 26 | 0 | 37 | 43 | 146 | 26 | 67 |
| Binary | 10000001 | 10100101 | 1110010 | 10110 | 0 | 11111 | 100011 | 1100110 | 10110 | 110111 |
Color Harmonies of #81A572
Complementary color
Monochromatic Colors of #81A572
Black with #81A572
Text Example
Text Example
White with #81A572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81A572; }
p { color: rgb(129,165,114); }
H1.HeaderClassName
{
color: #81A572;
}
.AnyTagClassName
{
color: #81A572;
}
</style>
background-color css
<style>
a { background-color: #81A572; }
a { background-color: rgb(129,165,114); }
div.DivClassName
{
background-color: #81A572;
}
.BgClassName
{
background-color: #81A572;
}
</style>
border-color css
<style>
span { border-color: #81A572; }
span { border-color: rgb(129,165,114); }
td.TdClassName
{
border-color: #81A572;
}
.TagClassName
{
border-color: #81A572;
}
</style>