Shades of Amulet #84A571
Tints of Amulet #84A571
RGB
CMYK
RGB Variations
Color information
#84A571 (or 0x84A571) is known color: Amulet. HEX triplet: 84, A5 and 71. RGB value is (132,165,113). Sum of RGB (Red+Green+Blue) = 132+165+113=410 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.20% from 410); Green value is 165 (64.84% from 255 or 40.24% from 410); Blue value is 113 (44.53% from 255 or 27.56% from 410); Max value from RGB is 165 - color contains mainly: green. Hex color #84A571 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84A571 is #7B5A8E. Grayscale: #959595. Windows color (decimal): -8084111 or 7447940. OLE color: 7447940.
HSL color Cylindrical-coordinate representation of color #84A571: hue angle of 98.08º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #84A571 is Cyan = 0.20, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 132 | 165 | 113 | - |
| CMYK | 0.20 | 0 | 0.32 | 0.35 |
| HSL | 98.08º | 0.22% | 0.55% | - |
| HSV(B) | 98.08º | 0.32% | 0.65% | - |
| XYZ | 25.95 | 33.01 | 20.63 | - |
| YUV | 149.21 | 107.57 | 115.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 165 | 113 | 0.20 | 0 | 0.32 | 0.35 | 98.08 | 0.22 | 0.55 |
| Hex | 84 | A5 | 71 | 14 | 0 | 20 | 23 | 62 | 16 | 37 |
| Octal | 204 | 245 | 161 | 24 | 0 | 40 | 43 | 142 | 26 | 67 |
| Binary | 10000100 | 10100101 | 1110001 | 10100 | 0 | 100000 | 100011 | 1100010 | 10110 | 110111 |
Color Harmonies of #84A571
Complementary color
Monochromatic Colors of #84A571
Black with #84A571
Text Example
Text Example
White with #84A571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A571; }
p { color: rgb(132,165,113); }
H1.HeaderClassName
{
color: #84A571;
}
.AnyTagClassName
{
color: #84A571;
}
</style>
background-color css
<style>
a { background-color: #84A571; }
a { background-color: rgb(132,165,113); }
div.DivClassName
{
background-color: #84A571;
}
.BgClassName
{
background-color: #84A571;
}
</style>
border-color css
<style>
span { border-color: #84A571; }
span { border-color: rgb(132,165,113); }
td.TdClassName
{
border-color: #84A571;
}
.TagClassName
{
border-color: #84A571;
}
</style>