Shades of Amulet #85A477
Tints of Amulet #85A477
RGB
CMYK
RGB Variations
Color information
#85A477 (or 0x85A477) is known color: Amulet. HEX triplet: 85, A4 and 77. RGB value is (133,164,119). Sum of RGB (Red+Green+Blue) = 133+164+119=416 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.97% from 416); Green value is 164 (64.45% from 255 or 39.42% from 416); Blue value is 119 (46.88% from 255 or 28.61% from 416); Max value from RGB is 164 - color contains mainly: green. Hex color #85A477 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85A477 is #7A5B88. Grayscale: #959595. Windows color (decimal): -8018825 or 7840901. OLE color: 7840901.
HSL color Cylindrical-coordinate representation of color #85A477: hue angle of 101.33º degrees, saturation: 0.2, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #85A477 is Cyan = 0.19, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 133 | 164 | 119 | - |
| CMYK | 0.19 | 0 | 0.27 | 0.36 |
| HSL | 101.33º | 0.2% | 0.55% | - |
| HSV(B) | 101.33º | 0.27% | 0.64% | - |
| XYZ | 26.28 | 32.87 | 22.41 | - |
| YUV | 149.6 | 110.73 | 116.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 164 | 119 | 0.19 | 0 | 0.27 | 0.36 | 101.33 | 0.2 | 0.55 |
| Hex | 85 | A4 | 77 | 13 | 0 | 1B | 24 | 65 | 14 | 37 |
| Octal | 205 | 244 | 167 | 23 | 0 | 33 | 44 | 145 | 24 | 67 |
| Binary | 10000101 | 10100100 | 1110111 | 10011 | 0 | 11011 | 100100 | 1100101 | 10100 | 110111 |
Color Harmonies of #85A477
Complementary color
Monochromatic Colors of #85A477
Black with #85A477
Text Example
Text Example
White with #85A477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85A477; }
p { color: rgb(133,164,119); }
H1.HeaderClassName
{
color: #85A477;
}
.AnyTagClassName
{
color: #85A477;
}
</style>
background-color css
<style>
a { background-color: #85A477; }
a { background-color: rgb(133,164,119); }
div.DivClassName
{
background-color: #85A477;
}
.BgClassName
{
background-color: #85A477;
}
</style>
border-color css
<style>
span { border-color: #85A477; }
span { border-color: rgb(133,164,119); }
td.TdClassName
{
border-color: #85A477;
}
.TagClassName
{
border-color: #85A477;
}
</style>