Shades of Amulet #84A47B
Tints of Amulet #84A47B
RGB
CMYK
RGB Variations
Color information
#84A47B (or 0x84A47B) is known color: Amulet. HEX triplet: 84, A4 and 7B. RGB value is (132,164,123). Sum of RGB (Red+Green+Blue) = 132+164+123=419 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.50% from 419); Green value is 164 (64.45% from 255 or 39.14% from 419); Blue value is 123 (48.44% from 255 or 29.36% from 419); Max value from RGB is 164 - color contains mainly: green. Hex color #84A47B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84A47B is #7B5B84. Grayscale: #959595. Windows color (decimal): -8084357 or 8103044. OLE color: 8103044.
HSL color Cylindrical-coordinate representation of color #84A47B: hue angle of 106.83º degrees, saturation: 0.18, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #84A47B is Cyan = 0.20, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 132 | 164 | 123 | - |
| CMYK | 0.20 | 0 | 0.25 | 0.36 |
| HSL | 106.83º | 0.18% | 0.56% | - |
| HSV(B) | 106.83º | 0.25% | 0.64% | - |
| XYZ | 26.37 | 32.89 | 23.7 | - |
| YUV | 149.76 | 112.9 | 115.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 164 | 123 | 0.20 | 0 | 0.25 | 0.36 | 106.83 | 0.18 | 0.56 |
| Hex | 84 | A4 | 7B | 14 | 0 | 19 | 24 | 6B | 12 | 38 |
| Octal | 204 | 244 | 173 | 24 | 0 | 31 | 44 | 153 | 22 | 70 |
| Binary | 10000100 | 10100100 | 1111011 | 10100 | 0 | 11001 | 100100 | 1101011 | 10010 | 111000 |
Color Harmonies of #84A47B
Complementary color
Monochromatic Colors of #84A47B
Black with #84A47B
Text Example
Text Example
White with #84A47B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A47B; }
p { color: rgb(132,164,123); }
H1.HeaderClassName
{
color: #84A47B;
}
.AnyTagClassName
{
color: #84A47B;
}
</style>
background-color css
<style>
a { background-color: #84A47B; }
a { background-color: rgb(132,164,123); }
div.DivClassName
{
background-color: #84A47B;
}
.BgClassName
{
background-color: #84A47B;
}
</style>
border-color css
<style>
span { border-color: #84A47B; }
span { border-color: rgb(132,164,123); }
td.TdClassName
{
border-color: #84A47B;
}
.TagClassName
{
border-color: #84A47B;
}
</style>