Shades of Amulet #85A671
Tints of Amulet #85A671
RGB
CMYK
RGB Variations
Color information
#85A671 (or 0x85A671) is known color: Amulet. HEX triplet: 85, A6 and 71. RGB value is (133,166,113). Sum of RGB (Red+Green+Blue) = 133+166+113=412 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.28% from 412); Green value is 166 (65.23% from 255 or 40.29% from 412); Blue value is 113 (44.53% from 255 or 27.43% from 412); Max value from RGB is 166 - color contains mainly: green. Hex color #85A671 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85A671 is #7A598E. Grayscale: #969696. Windows color (decimal): -8018319 or 7448197. OLE color: 7448197.
HSL color Cylindrical-coordinate representation of color #85A671: hue angle of 97.36º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #85A671 is Cyan = 0.20, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 133 | 166 | 113 | - |
| CMYK | 0.20 | 0 | 0.32 | 0.35 |
| HSL | 97.36º | 0.23% | 0.55% | - |
| HSV(B) | 97.36º | 0.32% | 0.65% | - |
| XYZ | 26.29 | 33.45 | 20.69 | - |
| YUV | 150.09 | 107.07 | 115.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 166 | 113 | 0.20 | 0 | 0.32 | 0.35 | 97.36 | 0.23 | 0.55 |
| Hex | 85 | A6 | 71 | 14 | 0 | 20 | 23 | 61 | 17 | 37 |
| Octal | 205 | 246 | 161 | 24 | 0 | 40 | 43 | 141 | 27 | 67 |
| Binary | 10000101 | 10100110 | 1110001 | 10100 | 0 | 100000 | 100011 | 1100001 | 10111 | 110111 |
Color Harmonies of #85A671
Complementary color
Monochromatic Colors of #85A671
Black with #85A671
Text Example
Text Example
White with #85A671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85A671; }
p { color: rgb(133,166,113); }
H1.HeaderClassName
{
color: #85A671;
}
.AnyTagClassName
{
color: #85A671;
}
</style>
background-color css
<style>
a { background-color: #85A671; }
a { background-color: rgb(133,166,113); }
div.DivClassName
{
background-color: #85A671;
}
.BgClassName
{
background-color: #85A671;
}
</style>
border-color css
<style>
span { border-color: #85A671; }
span { border-color: rgb(133,166,113); }
td.TdClassName
{
border-color: #85A671;
}
.TagClassName
{
border-color: #85A671;
}
</style>