Shades of Amulet #85A072
Tints of Amulet #85A072
RGB
CMYK
RGB Variations
Color information
#85A072 (or 0x85A072) is known color: Amulet. HEX triplet: 85, A0 and 72. RGB value is (133,160,114). Sum of RGB (Red+Green+Blue) = 133+160+114=407 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.68% from 407); Green value is 160 (62.89% from 255 or 39.31% from 407); Blue value is 114 (44.92% from 255 or 28.01% from 407); Max value from RGB is 160 - color contains mainly: green. Hex color #85A072 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85A072 is #7A5F8D. Grayscale: #929292. Windows color (decimal): -8019854 or 7512197. OLE color: 7512197.
HSL color Cylindrical-coordinate representation of color #85A072: hue angle of 95.22º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #85A072 is Cyan = 0.17, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 133 | 160 | 114 | - |
| CMYK | 0.17 | 0 | 0.29 | 0.37 |
| HSL | 95.22º | 0.19% | 0.54% | - |
| HSV(B) | 95.22º | 0.29% | 0.63% | - |
| XYZ | 25.28 | 31.34 | 20.64 | - |
| YUV | 146.68 | 109.55 | 118.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 160 | 114 | 0.17 | 0 | 0.29 | 0.37 | 95.22 | 0.19 | 0.54 |
| Hex | 85 | A0 | 72 | 11 | 0 | 1D | 25 | 5F | 13 | 36 |
| Octal | 205 | 240 | 162 | 21 | 0 | 35 | 45 | 137 | 23 | 66 |
| Binary | 10000101 | 10100000 | 1110010 | 10001 | 0 | 11101 | 100101 | 1011111 | 10011 | 110110 |
Color Harmonies of #85A072
Complementary color
Monochromatic Colors of #85A072
Black with #85A072
Text Example
Text Example
White with #85A072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85A072; }
p { color: rgb(133,160,114); }
H1.HeaderClassName
{
color: #85A072;
}
.AnyTagClassName
{
color: #85A072;
}
</style>
background-color css
<style>
a { background-color: #85A072; }
a { background-color: rgb(133,160,114); }
div.DivClassName
{
background-color: #85A072;
}
.BgClassName
{
background-color: #85A072;
}
</style>
border-color css
<style>
span { border-color: #85A072; }
span { border-color: rgb(133,160,114); }
td.TdClassName
{
border-color: #85A072;
}
.TagClassName
{
border-color: #85A072;
}
</style>