Shades of Amulet #85A082
Tints of Amulet #85A082
RGB
CMYK
RGB Variations
Color information
#85A082 (or 0x85A082) is known color: Amulet. HEX triplet: 85, A0 and 82. RGB value is (133,160,130). Sum of RGB (Red+Green+Blue) = 133+160+130=423 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.44% from 423); Green value is 160 (62.89% from 255 or 37.83% from 423); Blue value is 130 (51.17% from 255 or 30.73% from 423); Max value from RGB is 160 - color contains mainly: green. Hex color #85A082 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85A082 is #7A5F7D. Grayscale: #949494. Windows color (decimal): -8019838 or 8560773. OLE color: 8560773.
HSL color Cylindrical-coordinate representation of color #85A082: hue angle of 114º degrees, saturation: 0.14, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #85A082 is Cyan = 0.17, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 133 | 160 | 130 | - |
| CMYK | 0.17 | 0 | 0.19 | 0.37 |
| HSL | 114º | 0.14% | 0.57% | - |
| HSV(B) | 114º | 0.19% | 0.63% | - |
| XYZ | 26.27 | 31.74 | 25.86 | - |
| YUV | 148.51 | 117.55 | 116.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 160 | 130 | 0.17 | 0 | 0.19 | 0.37 | 114 | 0.14 | 0.57 |
| Hex | 85 | A0 | 82 | 11 | 0 | 13 | 25 | 72 | E | 39 |
| Octal | 205 | 240 | 202 | 21 | 0 | 23 | 45 | 162 | 16 | 71 |
| Binary | 10000101 | 10100000 | 10000010 | 10001 | 0 | 10011 | 100101 | 1110010 | 1110 | 111001 |
Color Harmonies of #85A082
Complementary color
Monochromatic Colors of #85A082
Black with #85A082
Text Example
Text Example
White with #85A082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85A082; }
p { color: rgb(133,160,130); }
H1.HeaderClassName
{
color: #85A082;
}
.AnyTagClassName
{
color: #85A082;
}
</style>
background-color css
<style>
a { background-color: #85A082; }
a { background-color: rgb(133,160,130); }
div.DivClassName
{
background-color: #85A082;
}
.BgClassName
{
background-color: #85A082;
}
</style>
border-color css
<style>
span { border-color: #85A082; }
span { border-color: rgb(133,160,130); }
td.TdClassName
{
border-color: #85A082;
}
.TagClassName
{
border-color: #85A082;
}
</style>