Shades of Amulet #85997C
Tints of Amulet #85997C
RGB
CMYK
RGB Variations
Color information
#85997C (or 0x85997C) is known color: Amulet. HEX triplet: 85, 99 and 7C. RGB value is (133,153,124). Sum of RGB (Red+Green+Blue) = 133+153+124=410 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.44% from 410); Green value is 153 (60.16% from 255 or 37.32% from 410); Blue value is 124 (48.83% from 255 or 30.24% from 410); Max value from RGB is 153 - color contains mainly: green. Hex color #85997C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85997C is #7A6683. Grayscale: #8F8F8F. Windows color (decimal): -8021636 or 8165765. OLE color: 8165765.
HSL color Cylindrical-coordinate representation of color #85997C: hue angle of 101.38º degrees, saturation: 0.12, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #85997C is Cyan = 0.13, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 133 | 153 | 124 | - |
| CMYK | 0.13 | 0 | 0.19 | 0.4 |
| HSL | 101.38º | 0.12% | 0.54% | - |
| HSV(B) | 101.38º | 0.19% | 0.6% | - |
| XYZ | 24.7 | 29.22 | 23.41 | - |
| YUV | 143.71 | 116.87 | 120.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 153 | 124 | 0.13 | 0 | 0.19 | 0.4 | 101.38 | 0.12 | 0.54 |
| Hex | 85 | 99 | 7C | D | 0 | 13 | 28 | 65 | C | 36 |
| Octal | 205 | 231 | 174 | 15 | 0 | 23 | 50 | 145 | 14 | 66 |
| Binary | 10000101 | 10011001 | 1111100 | 1101 | 0 | 10011 | 101000 | 1100101 | 1100 | 110110 |
Color Harmonies of #85997C
Complementary color
Monochromatic Colors of #85997C
Black with #85997C
Text Example
Text Example
White with #85997C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85997C; }
p { color: rgb(133,153,124); }
H1.HeaderClassName
{
color: #85997C;
}
.AnyTagClassName
{
color: #85997C;
}
</style>
background-color css
<style>
a { background-color: #85997C; }
a { background-color: rgb(133,153,124); }
div.DivClassName
{
background-color: #85997C;
}
.BgClassName
{
background-color: #85997C;
}
</style>
border-color css
<style>
span { border-color: #85997C; }
span { border-color: rgb(133,153,124); }
td.TdClassName
{
border-color: #85997C;
}
.TagClassName
{
border-color: #85997C;
}
</style>