Shades of Amulet #84A471
Tints of Amulet #84A471
RGB
CMYK
RGB Variations
Color information
#84A471 (or 0x84A471) is known color: Amulet. HEX triplet: 84, A4 and 71. RGB value is (132,164,113). Sum of RGB (Red+Green+Blue) = 132+164+113=409 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.27% from 409); Green value is 164 (64.45% from 255 or 40.10% from 409); Blue value is 113 (44.53% from 255 or 27.63% from 409); Max value from RGB is 164 - color contains mainly: green. Hex color #84A471 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84A471 is #7B5B8E. Grayscale: #949494. Windows color (decimal): -8084367 or 7447684. OLE color: 7447684.
HSL color Cylindrical-coordinate representation of color #84A471: hue angle of 97.65º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #84A471 is Cyan = 0.20, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 132 | 164 | 113 | - |
| CMYK | 0.20 | 0 | 0.31 | 0.36 |
| HSL | 97.65º | 0.22% | 0.54% | - |
| HSV(B) | 97.65º | 0.31% | 0.64% | - |
| XYZ | 25.77 | 32.65 | 20.57 | - |
| YUV | 148.62 | 107.9 | 116.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 164 | 113 | 0.20 | 0 | 0.31 | 0.36 | 97.65 | 0.22 | 0.54 |
| Hex | 84 | A4 | 71 | 14 | 0 | 1F | 24 | 62 | 16 | 36 |
| Octal | 204 | 244 | 161 | 24 | 0 | 37 | 44 | 142 | 26 | 66 |
| Binary | 10000100 | 10100100 | 1110001 | 10100 | 0 | 11111 | 100100 | 1100010 | 10110 | 110110 |
Color Harmonies of #84A471
Complementary color
Monochromatic Colors of #84A471
Black with #84A471
Text Example
Text Example
White with #84A471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A471; }
p { color: rgb(132,164,113); }
H1.HeaderClassName
{
color: #84A471;
}
.AnyTagClassName
{
color: #84A471;
}
</style>
background-color css
<style>
a { background-color: #84A471; }
a { background-color: rgb(132,164,113); }
div.DivClassName
{
background-color: #84A471;
}
.BgClassName
{
background-color: #84A471;
}
</style>
border-color css
<style>
span { border-color: #84A471; }
span { border-color: rgb(132,164,113); }
td.TdClassName
{
border-color: #84A471;
}
.TagClassName
{
border-color: #84A471;
}
</style>