Shades of Amulet #859973
Tints of Amulet #859973
RGB
CMYK
RGB Variations
Color information
#859973 (or 0x859973) is known color: Amulet. HEX triplet: 85, 99 and 73. RGB value is (133,153,115). Sum of RGB (Red+Green+Blue) = 133+153+115=401 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.17% from 401); Green value is 153 (60.16% from 255 or 38.15% from 401); Blue value is 115 (45.31% from 255 or 28.68% from 401); Max value from RGB is 153 - color contains mainly: green. Hex color #859973 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #859973 is #7A668C. Grayscale: #8E8E8E. Windows color (decimal): -8021645 or 7575941. OLE color: 7575941.
HSL color Cylindrical-coordinate representation of color #859973: hue angle of 91.58º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #859973 is Cyan = 0.13, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 133 | 153 | 115 | - |
| CMYK | 0.13 | 0 | 0.25 | 0.4 |
| HSL | 91.58º | 0.16% | 0.53% | - |
| HSV(B) | 91.58º | 0.25% | 0.6% | - |
| XYZ | 24.16 | 29.01 | 20.55 | - |
| YUV | 142.69 | 112.37 | 121.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 153 | 115 | 0.13 | 0 | 0.25 | 0.4 | 91.58 | 0.16 | 0.53 |
| Hex | 85 | 99 | 73 | D | 0 | 19 | 28 | 5C | 10 | 35 |
| Octal | 205 | 231 | 163 | 15 | 0 | 31 | 50 | 134 | 20 | 65 |
| Binary | 10000101 | 10011001 | 1110011 | 1101 | 0 | 11001 | 101000 | 1011100 | 10000 | 110101 |
Color Harmonies of #859973
Complementary color
Monochromatic Colors of #859973
Black with #859973
Text Example
Text Example
White with #859973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859973; }
p { color: rgb(133,153,115); }
H1.HeaderClassName
{
color: #859973;
}
.AnyTagClassName
{
color: #859973;
}
</style>
background-color css
<style>
a { background-color: #859973; }
a { background-color: rgb(133,153,115); }
div.DivClassName
{
background-color: #859973;
}
.BgClassName
{
background-color: #859973;
}
</style>
border-color css
<style>
span { border-color: #859973; }
span { border-color: rgb(133,153,115); }
td.TdClassName
{
border-color: #859973;
}
.TagClassName
{
border-color: #859973;
}
</style>