Shades of Amulet #84A47A
Tints of Amulet #84A47A
RGB
CMYK
RGB Variations
Color information
#84A47A (or 0x84A47A) is known color: Amulet. HEX triplet: 84, A4 and 7A. RGB value is (132,164,122). Sum of RGB (Red+Green+Blue) = 132+164+122=418 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.58% from 418); Green value is 164 (64.45% from 255 or 39.23% from 418); Blue value is 122 (48.05% from 255 or 29.19% from 418); Max value from RGB is 164 - color contains mainly: green. Hex color #84A47A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84A47A is #7B5B85. Grayscale: #959595. Windows color (decimal): -8084358 or 8037508. OLE color: 8037508.
HSL color Cylindrical-coordinate representation of color #84A47A: hue angle of 105.71º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #84A47A is Cyan = 0.20, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 132 | 164 | 122 | - |
| CMYK | 0.20 | 0 | 0.26 | 0.36 |
| HSL | 105.71º | 0.19% | 0.56% | - |
| HSV(B) | 105.71º | 0.26% | 0.64% | - |
| XYZ | 26.3 | 32.86 | 23.37 | - |
| YUV | 149.64 | 112.4 | 115.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 164 | 122 | 0.20 | 0 | 0.26 | 0.36 | 105.71 | 0.19 | 0.56 |
| Hex | 84 | A4 | 7A | 14 | 0 | 1A | 24 | 6A | 13 | 38 |
| Octal | 204 | 244 | 172 | 24 | 0 | 32 | 44 | 152 | 23 | 70 |
| Binary | 10000100 | 10100100 | 1111010 | 10100 | 0 | 11010 | 100100 | 1101010 | 10011 | 111000 |
Color Harmonies of #84A47A
Complementary color
Monochromatic Colors of #84A47A
Black with #84A47A
Text Example
Text Example
White with #84A47A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A47A; }
p { color: rgb(132,164,122); }
H1.HeaderClassName
{
color: #84A47A;
}
.AnyTagClassName
{
color: #84A47A;
}
</style>
background-color css
<style>
a { background-color: #84A47A; }
a { background-color: rgb(132,164,122); }
div.DivClassName
{
background-color: #84A47A;
}
.BgClassName
{
background-color: #84A47A;
}
</style>
border-color css
<style>
span { border-color: #84A47A; }
span { border-color: rgb(132,164,122); }
td.TdClassName
{
border-color: #84A47A;
}
.TagClassName
{
border-color: #84A47A;
}
</style>