Shades of Amulet #85A170
Tints of Amulet #85A170
RGB
CMYK
RGB Variations
Color information
#85A170 (or 0x85A170) is known color: Amulet. HEX triplet: 85, A1 and 70. RGB value is (133,161,112). Sum of RGB (Red+Green+Blue) = 133+161+112=406 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.76% from 406); Green value is 161 (63.28% from 255 or 39.66% from 406); Blue value is 112 (44.14% from 255 or 27.59% from 406); Max value from RGB is 161 - color contains mainly: green. Hex color #85A170 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85A170 is #7A5E8F. Grayscale: #939393. Windows color (decimal): -8019600 or 7381381. OLE color: 7381381.
HSL color Cylindrical-coordinate representation of color #85A170: hue angle of 94.29º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #85A170 is Cyan = 0.17, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 133 | 161 | 112 | - |
| CMYK | 0.17 | 0 | 0.30 | 0.37 |
| HSL | 94.29º | 0.21% | 0.54% | - |
| HSV(B) | 94.29º | 0.3% | 0.63% | - |
| XYZ | 25.34 | 31.65 | 20.1 | - |
| YUV | 147.04 | 108.22 | 117.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 161 | 112 | 0.17 | 0 | 0.30 | 0.37 | 94.29 | 0.21 | 0.54 |
| Hex | 85 | A1 | 70 | 11 | 0 | 1E | 25 | 5E | 15 | 36 |
| Octal | 205 | 241 | 160 | 21 | 0 | 36 | 45 | 136 | 25 | 66 |
| Binary | 10000101 | 10100001 | 1110000 | 10001 | 0 | 11110 | 100101 | 1011110 | 10101 | 110110 |
Color Harmonies of #85A170
Complementary color
Monochromatic Colors of #85A170
Black with #85A170
Text Example
Text Example
White with #85A170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85A170; }
p { color: rgb(133,161,112); }
H1.HeaderClassName
{
color: #85A170;
}
.AnyTagClassName
{
color: #85A170;
}
</style>
background-color css
<style>
a { background-color: #85A170; }
a { background-color: rgb(133,161,112); }
div.DivClassName
{
background-color: #85A170;
}
.BgClassName
{
background-color: #85A170;
}
</style>
border-color css
<style>
span { border-color: #85A170; }
span { border-color: rgb(133,161,112); }
td.TdClassName
{
border-color: #85A170;
}
.TagClassName
{
border-color: #85A170;
}
</style>