Shades of Amulet #84A472
Tints of Amulet #84A472
RGB
CMYK
RGB Variations
Color information
#84A472 (or 0x84A472) is known color: Amulet. HEX triplet: 84, A4 and 72. RGB value is (132,164,114). Sum of RGB (Red+Green+Blue) = 132+164+114=410 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.20% from 410); Green value is 164 (64.45% from 255 or 40% from 410); Blue value is 114 (44.92% from 255 or 27.80% from 410); Max value from RGB is 164 - color contains mainly: green. Hex color #84A472 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84A472 is #7B5B8D. Grayscale: #949494. Windows color (decimal): -8084366 or 7513220. OLE color: 7513220.
HSL color Cylindrical-coordinate representation of color #84A472: hue angle of 98.4º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #84A472 is Cyan = 0.20, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 132 | 164 | 114 | - |
| CMYK | 0.20 | 0 | 0.30 | 0.36 |
| HSL | 98.4º | 0.22% | 0.55% | - |
| HSV(B) | 98.4º | 0.3% | 0.64% | - |
| XYZ | 25.83 | 32.67 | 20.86 | - |
| YUV | 148.73 | 108.4 | 116.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 164 | 114 | 0.20 | 0 | 0.30 | 0.36 | 98.4 | 0.22 | 0.55 |
| Hex | 84 | A4 | 72 | 14 | 0 | 1E | 24 | 62 | 16 | 37 |
| Octal | 204 | 244 | 162 | 24 | 0 | 36 | 44 | 142 | 26 | 67 |
| Binary | 10000100 | 10100100 | 1110010 | 10100 | 0 | 11110 | 100100 | 1100010 | 10110 | 110111 |
Color Harmonies of #84A472
Complementary color
Monochromatic Colors of #84A472
Black with #84A472
Text Example
Text Example
White with #84A472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A472; }
p { color: rgb(132,164,114); }
H1.HeaderClassName
{
color: #84A472;
}
.AnyTagClassName
{
color: #84A472;
}
</style>
background-color css
<style>
a { background-color: #84A472; }
a { background-color: rgb(132,164,114); }
div.DivClassName
{
background-color: #84A472;
}
.BgClassName
{
background-color: #84A472;
}
</style>
border-color css
<style>
span { border-color: #84A472; }
span { border-color: rgb(132,164,114); }
td.TdClassName
{
border-color: #84A472;
}
.TagClassName
{
border-color: #84A472;
}
</style>