Shades of Amulet #85A571
Tints of Amulet #85A571
RGB
CMYK
RGB Variations
Color information
#85A571 (or 0x85A571) is known color: Amulet. HEX triplet: 85, A5 and 71. RGB value is (133,165,113). Sum of RGB (Red+Green+Blue) = 133+165+113=411 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.36% from 411); Green value is 165 (64.84% from 255 or 40.15% from 411); Blue value is 113 (44.53% from 255 or 27.49% from 411); Max value from RGB is 165 - color contains mainly: green. Hex color #85A571 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85A571 is #7A5A8E. Grayscale: #959595. Windows color (decimal): -8018575 or 7447941. OLE color: 7447941.
HSL color Cylindrical-coordinate representation of color #85A571: hue angle of 96.92º degrees, saturation: 0.22, 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 #85A571 is Cyan = 0.19, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 133 | 165 | 113 | - |
| CMYK | 0.19 | 0 | 0.32 | 0.35 |
| HSL | 96.92º | 0.22% | 0.55% | - |
| HSV(B) | 96.92º | 0.32% | 0.65% | - |
| XYZ | 26.11 | 33.09 | 20.63 | - |
| YUV | 149.5 | 107.4 | 116.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 165 | 113 | 0.19 | 0 | 0.32 | 0.35 | 96.92 | 0.22 | 0.55 |
| Hex | 85 | A5 | 71 | 13 | 0 | 20 | 23 | 61 | 16 | 37 |
| Octal | 205 | 245 | 161 | 23 | 0 | 40 | 43 | 141 | 26 | 67 |
| Binary | 10000101 | 10100101 | 1110001 | 10011 | 0 | 100000 | 100011 | 1100001 | 10110 | 110111 |
Color Harmonies of #85A571
Complementary color
Monochromatic Colors of #85A571
Black with #85A571
Text Example
Text Example
White with #85A571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85A571; }
p { color: rgb(133,165,113); }
H1.HeaderClassName
{
color: #85A571;
}
.AnyTagClassName
{
color: #85A571;
}
</style>
background-color css
<style>
a { background-color: #85A571; }
a { background-color: rgb(133,165,113); }
div.DivClassName
{
background-color: #85A571;
}
.BgClassName
{
background-color: #85A571;
}
</style>
border-color css
<style>
span { border-color: #85A571; }
span { border-color: rgb(133,165,113); }
td.TdClassName
{
border-color: #85A571;
}
.TagClassName
{
border-color: #85A571;
}
</style>