Shades of Amulet #85A46F
Tints of Amulet #85A46F
RGB
CMYK
RGB Variations
Color information
#85A46F (or 0x85A46F) is known color: Amulet. HEX triplet: 85, A4 and 6F. RGB value is (133,164,111). Sum of RGB (Red+Green+Blue) = 133+164+111=408 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.60% from 408); Green value is 164 (64.45% from 255 or 40.20% from 408); Blue value is 111 (43.75% from 255 or 27.21% from 408); Max value from RGB is 164 - color contains mainly: green. Hex color #85A46F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85A46F is #7A5B90. Grayscale: #949494. Windows color (decimal): -8018833 or 7316613. OLE color: 7316613.
HSL color Cylindrical-coordinate representation of color #85A46F: hue angle of 95.09º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #85A46F is Cyan = 0.19, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 133 | 164 | 111 | - |
| CMYK | 0.19 | 0 | 0.32 | 0.36 |
| HSL | 95.09º | 0.23% | 0.54% | - |
| HSV(B) | 95.09º | 0.32% | 0.64% | - |
| XYZ | 25.82 | 32.69 | 19.99 | - |
| YUV | 148.69 | 106.73 | 116.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 164 | 111 | 0.19 | 0 | 0.32 | 0.36 | 95.09 | 0.23 | 0.54 |
| Hex | 85 | A4 | 6F | 13 | 0 | 20 | 24 | 5F | 17 | 36 |
| Octal | 205 | 244 | 157 | 23 | 0 | 40 | 44 | 137 | 27 | 66 |
| Binary | 10000101 | 10100100 | 1101111 | 10011 | 0 | 100000 | 100100 | 1011111 | 10111 | 110110 |
Color Harmonies of #85A46F
Complementary color
Monochromatic Colors of #85A46F
Black with #85A46F
Text Example
Text Example
White with #85A46F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85A46F; }
p { color: rgb(133,164,111); }
H1.HeaderClassName
{
color: #85A46F;
}
.AnyTagClassName
{
color: #85A46F;
}
</style>
background-color css
<style>
a { background-color: #85A46F; }
a { background-color: rgb(133,164,111); }
div.DivClassName
{
background-color: #85A46F;
}
.BgClassName
{
background-color: #85A46F;
}
</style>
border-color css
<style>
span { border-color: #85A46F; }
span { border-color: rgb(133,164,111); }
td.TdClassName
{
border-color: #85A46F;
}
.TagClassName
{
border-color: #85A46F;
}
</style>