Shades of Amulet #84A46C
Tints of Amulet #84A46C
RGB
CMYK
RGB Variations
Color information
#84A46C (or 0x84A46C) is known color: Amulet. HEX triplet: 84, A4 and 6C. RGB value is (132,164,108). Sum of RGB (Red+Green+Blue) = 132+164+108=404 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.67% from 404); Green value is 164 (64.45% from 255 or 40.59% from 404); Blue value is 108 (42.58% from 255 or 26.73% from 404); Max value from RGB is 164 - color contains mainly: green. Hex color #84A46C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84A46C is #7B5B93. Grayscale: #949494. Windows color (decimal): -8084372 or 7120004. OLE color: 7120004.
HSL color Cylindrical-coordinate representation of color #84A46C: hue angle of 94.29º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #84A46C is Cyan = 0.20, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 132 | 164 | 108 | - |
| CMYK | 0.20 | 0 | 0.34 | 0.36 |
| HSL | 94.29º | 0.24% | 0.53% | - |
| HSV(B) | 94.29º | 0.34% | 0.64% | - |
| XYZ | 25.5 | 32.54 | 19.12 | - |
| YUV | 148.05 | 105.4 | 116.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 164 | 108 | 0.20 | 0 | 0.34 | 0.36 | 94.29 | 0.24 | 0.53 |
| Hex | 84 | A4 | 6C | 14 | 0 | 22 | 24 | 5E | 18 | 35 |
| Octal | 204 | 244 | 154 | 24 | 0 | 42 | 44 | 136 | 30 | 65 |
| Binary | 10000100 | 10100100 | 1101100 | 10100 | 0 | 100010 | 100100 | 1011110 | 11000 | 110101 |
Color Harmonies of #84A46C
Complementary color
Monochromatic Colors of #84A46C
Black with #84A46C
Text Example
Text Example
White with #84A46C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A46C; }
p { color: rgb(132,164,108); }
H1.HeaderClassName
{
color: #84A46C;
}
.AnyTagClassName
{
color: #84A46C;
}
</style>
background-color css
<style>
a { background-color: #84A46C; }
a { background-color: rgb(132,164,108); }
div.DivClassName
{
background-color: #84A46C;
}
.BgClassName
{
background-color: #84A46C;
}
</style>
border-color css
<style>
span { border-color: #84A46C; }
span { border-color: rgb(132,164,108); }
td.TdClassName
{
border-color: #84A46C;
}
.TagClassName
{
border-color: #84A46C;
}
</style>