Shades of Amulet #84A975
Tints of Amulet #84A975
RGB
CMYK
RGB Variations
Color information
#84A975 (or 0x84A975) is known color: Amulet. HEX triplet: 84, A9 and 75. RGB value is (132,169,117). Sum of RGB (Red+Green+Blue) = 132+169+117=418 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.58% from 418); Green value is 169 (66.41% from 255 or 40.43% from 418); Blue value is 117 (46.09% from 255 or 27.99% from 418); Max value from RGB is 169 - color contains mainly: green. Hex color #84A975 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84A975 is #7B568A. Grayscale: #989898. Windows color (decimal): -8083083 or 7711108. OLE color: 7711108.
HSL color Cylindrical-coordinate representation of color #84A975: hue angle of 102.69º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #84A975 is Cyan = 0.22, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 132 | 169 | 117 | - |
| CMYK | 0.22 | 0 | 0.31 | 0.34 |
| HSL | 102.69º | 0.23% | 0.56% | - |
| HSV(B) | 102.69º | 0.31% | 0.66% | - |
| XYZ | 26.91 | 34.57 | 22.08 | - |
| YUV | 152.01 | 108.24 | 113.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 169 | 117 | 0.22 | 0 | 0.31 | 0.34 | 102.69 | 0.23 | 0.56 |
| Hex | 84 | A9 | 75 | 16 | 0 | 1F | 22 | 67 | 17 | 38 |
| Octal | 204 | 251 | 165 | 26 | 0 | 37 | 42 | 147 | 27 | 70 |
| Binary | 10000100 | 10101001 | 1110101 | 10110 | 0 | 11111 | 100010 | 1100111 | 10111 | 111000 |
Color Harmonies of #84A975
Complementary color
Monochromatic Colors of #84A975
Black with #84A975
Text Example
Text Example
White with #84A975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A975; }
p { color: rgb(132,169,117); }
H1.HeaderClassName
{
color: #84A975;
}
.AnyTagClassName
{
color: #84A975;
}
</style>
background-color css
<style>
a { background-color: #84A975; }
a { background-color: rgb(132,169,117); }
div.DivClassName
{
background-color: #84A975;
}
.BgClassName
{
background-color: #84A975;
}
</style>
border-color css
<style>
span { border-color: #84A975; }
span { border-color: rgb(132,169,117); }
td.TdClassName
{
border-color: #84A975;
}
.TagClassName
{
border-color: #84A975;
}
</style>