Shades of Amulet #85A681
Tints of Amulet #85A681
RGB
CMYK
RGB Variations
Color information
#85A681 (or 0x85A681) is known color: Amulet. HEX triplet: 85, A6 and 81. RGB value is (133,166,129). Sum of RGB (Red+Green+Blue) = 133+166+129=428 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.07% from 428); Green value is 166 (65.23% from 255 or 38.79% from 428); Blue value is 129 (50.78% from 255 or 30.14% from 428); Max value from RGB is 166 - color contains mainly: green. Hex color #85A681 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85A681 is #7A597E. Grayscale: #989898. Windows color (decimal): -8018303 or 8496773. OLE color: 8496773.
HSL color Cylindrical-coordinate representation of color #85A681: hue angle of 113.51º degrees, saturation: 0.17, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #85A681 is Cyan = 0.20, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 133 | 166 | 129 | - |
| CMYK | 0.20 | 0 | 0.22 | 0.35 |
| HSL | 113.51º | 0.17% | 0.58% | - |
| HSV(B) | 113.51º | 0.22% | 0.65% | - |
| XYZ | 27.27 | 33.84 | 25.86 | - |
| YUV | 151.92 | 115.07 | 114.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 166 | 129 | 0.20 | 0 | 0.22 | 0.35 | 113.51 | 0.17 | 0.58 |
| Hex | 85 | A6 | 81 | 14 | 0 | 16 | 23 | 72 | 11 | 3A |
| Octal | 205 | 246 | 201 | 24 | 0 | 26 | 43 | 162 | 21 | 72 |
| Binary | 10000101 | 10100110 | 10000001 | 10100 | 0 | 10110 | 100011 | 1110010 | 10001 | 111010 |
Color Harmonies of #85A681
Complementary color
Monochromatic Colors of #85A681
Black with #85A681
Text Example
Text Example
White with #85A681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85A681; }
p { color: rgb(133,166,129); }
H1.HeaderClassName
{
color: #85A681;
}
.AnyTagClassName
{
color: #85A681;
}
</style>
background-color css
<style>
a { background-color: #85A681; }
a { background-color: rgb(133,166,129); }
div.DivClassName
{
background-color: #85A681;
}
.BgClassName
{
background-color: #85A681;
}
</style>
border-color css
<style>
span { border-color: #85A681; }
span { border-color: rgb(133,166,129); }
td.TdClassName
{
border-color: #85A681;
}
.TagClassName
{
border-color: #85A681;
}
</style>