Shades of Amulet #85A173
Tints of Amulet #85A173
RGB
CMYK
RGB Variations
Color information
#85A173 (or 0x85A173) is known color: Amulet. HEX triplet: 85, A1 and 73. RGB value is (133,161,115). Sum of RGB (Red+Green+Blue) = 133+161+115=409 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.52% from 409); Green value is 161 (63.28% from 255 or 39.36% from 409); Blue value is 115 (45.31% from 255 or 28.12% from 409); Max value from RGB is 161 - color contains mainly: green. Hex color #85A173 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85A173 is #7A5E8C. Grayscale: #939393. Windows color (decimal): -8019597 or 7577989. OLE color: 7577989.
HSL color Cylindrical-coordinate representation of color #85A173: hue angle of 96.52º degrees, saturation: 0.2, 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 #85A173 is Cyan = 0.17, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 133 | 161 | 115 | - |
| CMYK | 0.17 | 0 | 0.29 | 0.37 |
| HSL | 96.52º | 0.2% | 0.54% | - |
| HSV(B) | 96.52º | 0.29% | 0.63% | - |
| XYZ | 25.51 | 31.71 | 21 | - |
| YUV | 147.38 | 109.72 | 117.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 161 | 115 | 0.17 | 0 | 0.29 | 0.37 | 96.52 | 0.2 | 0.54 |
| Hex | 85 | A1 | 73 | 11 | 0 | 1D | 25 | 61 | 14 | 36 |
| Octal | 205 | 241 | 163 | 21 | 0 | 35 | 45 | 141 | 24 | 66 |
| Binary | 10000101 | 10100001 | 1110011 | 10001 | 0 | 11101 | 100101 | 1100001 | 10100 | 110110 |
Color Harmonies of #85A173
Complementary color
Monochromatic Colors of #85A173
Black with #85A173
Text Example
Text Example
White with #85A173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85A173; }
p { color: rgb(133,161,115); }
H1.HeaderClassName
{
color: #85A173;
}
.AnyTagClassName
{
color: #85A173;
}
</style>
background-color css
<style>
a { background-color: #85A173; }
a { background-color: rgb(133,161,115); }
div.DivClassName
{
background-color: #85A173;
}
.BgClassName
{
background-color: #85A173;
}
</style>
border-color css
<style>
span { border-color: #85A173; }
span { border-color: rgb(133,161,115); }
td.TdClassName
{
border-color: #85A173;
}
.TagClassName
{
border-color: #85A173;
}
</style>