Shades of Amulet #85A182
Tints of Amulet #85A182
RGB
CMYK
RGB Variations
Color information
#85A182 (or 0x85A182) is known color: Amulet. HEX triplet: 85, A1 and 82. RGB value is (133,161,130). Sum of RGB (Red+Green+Blue) = 133+161+130=424 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.37% from 424); Green value is 161 (63.28% from 255 or 37.97% from 424); Blue value is 130 (51.17% from 255 or 30.66% from 424); Max value from RGB is 161 - color contains mainly: green. Hex color #85A182 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85A182 is #7A5E7D. Grayscale: #959595. Windows color (decimal): -8019582 or 8561029. OLE color: 8561029.
HSL color Cylindrical-coordinate representation of color #85A182: hue angle of 114.19º 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 #85A182 is Cyan = 0.17, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 133 | 161 | 130 | - |
| CMYK | 0.17 | 0 | 0.19 | 0.37 |
| HSL | 114.19º | 0.14% | 0.57% | - |
| HSV(B) | 114.19º | 0.19% | 0.63% | - |
| XYZ | 26.45 | 32.09 | 25.92 | - |
| YUV | 149.09 | 117.22 | 116.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 161 | 130 | 0.17 | 0 | 0.19 | 0.37 | 114.19 | 0.14 | 0.57 |
| Hex | 85 | A1 | 82 | 11 | 0 | 13 | 25 | 72 | E | 39 |
| Octal | 205 | 241 | 202 | 21 | 0 | 23 | 45 | 162 | 16 | 71 |
| Binary | 10000101 | 10100001 | 10000010 | 10001 | 0 | 10011 | 100101 | 1110010 | 1110 | 111001 |
Color Harmonies of #85A182
Complementary color
Monochromatic Colors of #85A182
Black with #85A182
Text Example
Text Example
White with #85A182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85A182; }
p { color: rgb(133,161,130); }
H1.HeaderClassName
{
color: #85A182;
}
.AnyTagClassName
{
color: #85A182;
}
</style>
background-color css
<style>
a { background-color: #85A182; }
a { background-color: rgb(133,161,130); }
div.DivClassName
{
background-color: #85A182;
}
.BgClassName
{
background-color: #85A182;
}
</style>
border-color css
<style>
span { border-color: #85A182; }
span { border-color: rgb(133,161,130); }
td.TdClassName
{
border-color: #85A182;
}
.TagClassName
{
border-color: #85A182;
}
</style>