Shades of Amulet #85A575
Tints of Amulet #85A575
RGB
CMYK
RGB Variations
Color information
#85A575 (or 0x85A575) is known color: Amulet. HEX triplet: 85, A5 and 75. RGB value is (133,165,117). Sum of RGB (Red+Green+Blue) = 133+165+117=415 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.05% from 415); Green value is 165 (64.84% from 255 or 39.76% from 415); Blue value is 117 (46.09% from 255 or 28.19% from 415); Max value from RGB is 165 - color contains mainly: green. Hex color #85A575 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85A575 is #7A5A8A. Grayscale: #969696. Windows color (decimal): -8018571 or 7710085. OLE color: 7710085.
HSL color Cylindrical-coordinate representation of color #85A575: hue angle of 100º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #85A575 is Cyan = 0.19, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 133 | 165 | 117 | - |
| CMYK | 0.19 | 0 | 0.29 | 0.35 |
| HSL | 100º | 0.21% | 0.55% | - |
| HSV(B) | 100º | 0.29% | 0.65% | - |
| XYZ | 26.34 | 33.18 | 21.85 | - |
| YUV | 149.96 | 109.4 | 115.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 165 | 117 | 0.19 | 0 | 0.29 | 0.35 | 100 | 0.21 | 0.55 |
| Hex | 85 | A5 | 75 | 13 | 0 | 1D | 23 | 64 | 15 | 37 |
| Octal | 205 | 245 | 165 | 23 | 0 | 35 | 43 | 144 | 25 | 67 |
| Binary | 10000101 | 10100101 | 1110101 | 10011 | 0 | 11101 | 100011 | 1100100 | 10101 | 110111 |
Color Harmonies of #85A575
Complementary color
Monochromatic Colors of #85A575
Black with #85A575
Text Example
Text Example
White with #85A575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85A575; }
p { color: rgb(133,165,117); }
H1.HeaderClassName
{
color: #85A575;
}
.AnyTagClassName
{
color: #85A575;
}
</style>
background-color css
<style>
a { background-color: #85A575; }
a { background-color: rgb(133,165,117); }
div.DivClassName
{
background-color: #85A575;
}
.BgClassName
{
background-color: #85A575;
}
</style>
border-color css
<style>
span { border-color: #85A575; }
span { border-color: rgb(133,165,117); }
td.TdClassName
{
border-color: #85A575;
}
.TagClassName
{
border-color: #85A575;
}
</style>