Shades of Amulet #85A175
Tints of Amulet #85A175
RGB
CMYK
RGB Variations
Color information
#85A175 (or 0x85A175) is known color: Amulet. HEX triplet: 85, A1 and 75. RGB value is (133,161,117). Sum of RGB (Red+Green+Blue) = 133+161+117=411 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.36% from 411); Green value is 161 (63.28% from 255 or 39.17% from 411); Blue value is 117 (46.09% from 255 or 28.47% from 411); Max value from RGB is 161 - color contains mainly: green. Hex color #85A175 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85A175 is #7A5E8A. Grayscale: #939393. Windows color (decimal): -8019595 or 7709061. OLE color: 7709061.
HSL color Cylindrical-coordinate representation of color #85A175: hue angle of 98.18º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #85A175 is Cyan = 0.17, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 133 | 161 | 117 | - |
| CMYK | 0.17 | 0 | 0.27 | 0.37 |
| HSL | 98.18º | 0.19% | 0.55% | - |
| HSV(B) | 98.18º | 0.27% | 0.63% | - |
| XYZ | 25.63 | 31.76 | 21.61 | - |
| YUV | 147.61 | 110.72 | 117.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 161 | 117 | 0.17 | 0 | 0.27 | 0.37 | 98.18 | 0.19 | 0.55 |
| Hex | 85 | A1 | 75 | 11 | 0 | 1B | 25 | 62 | 13 | 37 |
| Octal | 205 | 241 | 165 | 21 | 0 | 33 | 45 | 142 | 23 | 67 |
| Binary | 10000101 | 10100001 | 1110101 | 10001 | 0 | 11011 | 100101 | 1100010 | 10011 | 110111 |
Color Harmonies of #85A175
Complementary color
Monochromatic Colors of #85A175
Black with #85A175
Text Example
Text Example
White with #85A175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85A175; }
p { color: rgb(133,161,117); }
H1.HeaderClassName
{
color: #85A175;
}
.AnyTagClassName
{
color: #85A175;
}
</style>
background-color css
<style>
a { background-color: #85A175; }
a { background-color: rgb(133,161,117); }
div.DivClassName
{
background-color: #85A175;
}
.BgClassName
{
background-color: #85A175;
}
</style>
border-color css
<style>
span { border-color: #85A175; }
span { border-color: rgb(133,161,117); }
td.TdClassName
{
border-color: #85A175;
}
.TagClassName
{
border-color: #85A175;
}
</style>