Shades of Amulet #87A471
Tints of Amulet #87A471
RGB
CMYK
RGB Variations
Color information
#87A471 (or 0x87A471) is known color: Amulet. HEX triplet: 87, A4 and 71. RGB value is (135,164,113). Sum of RGB (Red+Green+Blue) = 135+164+113=412 (54% of max value = 765). Red value is 135 (53.12% from 255 or 32.77% from 412); Green value is 164 (64.45% from 255 or 39.81% from 412); Blue value is 113 (44.53% from 255 or 27.43% from 412); Max value from RGB is 164 - color contains mainly: green. Hex color #87A471 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87A471 is #785B8E. Grayscale: #959595. Windows color (decimal): -7887759 or 7447687. OLE color: 7447687.
HSL color Cylindrical-coordinate representation of color #87A471: hue angle of 94.12º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #87A471 is Cyan = 0.18, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 135 | 164 | 113 | - |
| CMYK | 0.18 | 0 | 0.31 | 0.36 |
| HSL | 94.12º | 0.22% | 0.54% | - |
| HSV(B) | 94.12º | 0.31% | 0.64% | - |
| XYZ | 26.25 | 32.89 | 20.59 | - |
| YUV | 149.52 | 107.39 | 117.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 164 | 113 | 0.18 | 0 | 0.31 | 0.36 | 94.12 | 0.22 | 0.54 |
| Hex | 87 | A4 | 71 | 12 | 0 | 1F | 24 | 5E | 16 | 36 |
| Octal | 207 | 244 | 161 | 22 | 0 | 37 | 44 | 136 | 26 | 66 |
| Binary | 10000111 | 10100100 | 1110001 | 10010 | 0 | 11111 | 100100 | 1011110 | 10110 | 110110 |
Color Harmonies of #87A471
Complementary color
Monochromatic Colors of #87A471
Black with #87A471
Text Example
Text Example
White with #87A471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87A471; }
p { color: rgb(135,164,113); }
H1.HeaderClassName
{
color: #87A471;
}
.AnyTagClassName
{
color: #87A471;
}
</style>
background-color css
<style>
a { background-color: #87A471; }
a { background-color: rgb(135,164,113); }
div.DivClassName
{
background-color: #87A471;
}
.BgClassName
{
background-color: #87A471;
}
</style>
border-color css
<style>
span { border-color: #87A471; }
span { border-color: rgb(135,164,113); }
td.TdClassName
{
border-color: #87A471;
}
.TagClassName
{
border-color: #87A471;
}
</style>