Shades of Amulet #85A975
Tints of Amulet #85A975
RGB
CMYK
RGB Variations
Color information
#85A975 (or 0x85A975) is known color: Amulet. HEX triplet: 85, A9 and 75. RGB value is (133,169,117). Sum of RGB (Red+Green+Blue) = 133+169+117=419 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.74% from 419); Green value is 169 (66.41% from 255 or 40.33% from 419); Blue value is 117 (46.09% from 255 or 27.92% from 419); Max value from RGB is 169 - color contains mainly: green. Hex color #85A975 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85A975 is #7A568A. Grayscale: #989898. Windows color (decimal): -8017547 or 7711109. OLE color: 7711109.
HSL color Cylindrical-coordinate representation of color #85A975: hue angle of 101.54º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #85A975 is Cyan = 0.21, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 133 | 169 | 117 | - |
| CMYK | 0.21 | 0 | 0.31 | 0.34 |
| HSL | 101.54º | 0.23% | 0.56% | - |
| HSV(B) | 101.54º | 0.31% | 0.66% | - |
| XYZ | 27.07 | 34.65 | 22.09 | - |
| YUV | 152.31 | 108.07 | 114.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 169 | 117 | 0.21 | 0 | 0.31 | 0.34 | 101.54 | 0.23 | 0.56 |
| Hex | 85 | A9 | 75 | 15 | 0 | 1F | 22 | 66 | 17 | 38 |
| Octal | 205 | 251 | 165 | 25 | 0 | 37 | 42 | 146 | 27 | 70 |
| Binary | 10000101 | 10101001 | 1110101 | 10101 | 0 | 11111 | 100010 | 1100110 | 10111 | 111000 |
Color Harmonies of #85A975
Complementary color
Monochromatic Colors of #85A975
Black with #85A975
Text Example
Text Example
White with #85A975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85A975; }
p { color: rgb(133,169,117); }
H1.HeaderClassName
{
color: #85A975;
}
.AnyTagClassName
{
color: #85A975;
}
</style>
background-color css
<style>
a { background-color: #85A975; }
a { background-color: rgb(133,169,117); }
div.DivClassName
{
background-color: #85A975;
}
.BgClassName
{
background-color: #85A975;
}
</style>
border-color css
<style>
span { border-color: #85A975; }
span { border-color: rgb(133,169,117); }
td.TdClassName
{
border-color: #85A975;
}
.TagClassName
{
border-color: #85A975;
}
</style>