Shades of Amulet #84A46D
Tints of Amulet #84A46D
RGB
CMYK
RGB Variations
Color information
#84A46D (or 0x84A46D) is known color: Amulet. HEX triplet: 84, A4 and 6D. RGB value is (132,164,109). Sum of RGB (Red+Green+Blue) = 132+164+109=405 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.59% from 405); Green value is 164 (64.45% from 255 or 40.49% from 405); Blue value is 109 (42.97% from 255 or 26.91% from 405); Max value from RGB is 164 - color contains mainly: green. Hex color #84A46D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84A46D is #7B5B92. Grayscale: #949494. Windows color (decimal): -8084371 or 7185540. OLE color: 7185540.
HSL color Cylindrical-coordinate representation of color #84A46D: hue angle of 94.91º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #84A46D is Cyan = 0.20, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 132 | 164 | 109 | - |
| CMYK | 0.20 | 0 | 0.34 | 0.36 |
| HSL | 94.91º | 0.23% | 0.54% | - |
| HSV(B) | 94.91º | 0.34% | 0.64% | - |
| XYZ | 25.55 | 32.56 | 19.41 | - |
| YUV | 148.16 | 105.9 | 116.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 164 | 109 | 0.20 | 0 | 0.34 | 0.36 | 94.91 | 0.23 | 0.54 |
| Hex | 84 | A4 | 6D | 14 | 0 | 22 | 24 | 5F | 17 | 36 |
| Octal | 204 | 244 | 155 | 24 | 0 | 42 | 44 | 137 | 27 | 66 |
| Binary | 10000100 | 10100100 | 1101101 | 10100 | 0 | 100010 | 100100 | 1011111 | 10111 | 110110 |
Color Harmonies of #84A46D
Complementary color
Monochromatic Colors of #84A46D
Black with #84A46D
Text Example
Text Example
White with #84A46D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A46D; }
p { color: rgb(132,164,109); }
H1.HeaderClassName
{
color: #84A46D;
}
.AnyTagClassName
{
color: #84A46D;
}
</style>
background-color css
<style>
a { background-color: #84A46D; }
a { background-color: rgb(132,164,109); }
div.DivClassName
{
background-color: #84A46D;
}
.BgClassName
{
background-color: #84A46D;
}
</style>
border-color css
<style>
span { border-color: #84A46D; }
span { border-color: rgb(132,164,109); }
td.TdClassName
{
border-color: #84A46D;
}
.TagClassName
{
border-color: #84A46D;
}
</style>