Shades of Amulet #85957A
Tints of Amulet #85957A
RGB
CMYK
RGB Variations
Color information
#85957A (or 0x85957A) is known color: Amulet. HEX triplet: 85, 95 and 7A. RGB value is (133,149,122). Sum of RGB (Red+Green+Blue) = 133+149+122=404 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.92% from 404); Green value is 149 (58.59% from 255 or 36.88% from 404); Blue value is 122 (48.05% from 255 or 30.20% from 404); Max value from RGB is 149 - color contains mainly: green. Hex color #85957A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85957A is #7A6A85. Grayscale: #8D8D8D. Windows color (decimal): -8022662 or 8033669. OLE color: 8033669.
HSL color Cylindrical-coordinate representation of color #85957A: hue angle of 95.56º degrees, saturation: 0.11, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #85957A is Cyan = 0.11, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 133 | 149 | 122 | - |
| CMYK | 0.11 | 0 | 0.18 | 0.42 |
| HSL | 95.56º | 0.11% | 0.53% | - |
| HSV(B) | 95.56º | 0.18% | 0.58% | - |
| XYZ | 23.93 | 27.89 | 22.53 | - |
| YUV | 141.14 | 117.2 | 122.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 149 | 122 | 0.11 | 0 | 0.18 | 0.42 | 95.56 | 0.11 | 0.53 |
| Hex | 85 | 95 | 7A | B | 0 | 12 | 2A | 60 | B | 35 |
| Octal | 205 | 225 | 172 | 13 | 0 | 22 | 52 | 140 | 13 | 65 |
| Binary | 10000101 | 10010101 | 1111010 | 1011 | 0 | 10010 | 101010 | 1100000 | 1011 | 110101 |
Color Harmonies of #85957A
Complementary color
Monochromatic Colors of #85957A
Black with #85957A
Text Example
Text Example
White with #85957A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85957A; }
p { color: rgb(133,149,122); }
H1.HeaderClassName
{
color: #85957A;
}
.AnyTagClassName
{
color: #85957A;
}
</style>
background-color css
<style>
a { background-color: #85957A; }
a { background-color: rgb(133,149,122); }
div.DivClassName
{
background-color: #85957A;
}
.BgClassName
{
background-color: #85957A;
}
</style>
border-color css
<style>
span { border-color: #85957A; }
span { border-color: rgb(133,149,122); }
td.TdClassName
{
border-color: #85957A;
}
.TagClassName
{
border-color: #85957A;
}
</style>