Shades of Amulet #87A280
Tints of Amulet #87A280
RGB
CMYK
RGB Variations
Color information
#87A280 (or 0x87A280) is known color: Amulet. HEX triplet: 87, A2 and 80. RGB value is (135,162,128). Sum of RGB (Red+Green+Blue) = 135+162+128=425 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.76% from 425); Green value is 162 (63.67% from 255 or 38.12% from 425); Blue value is 128 (50.39% from 255 or 30.12% from 425); Max value from RGB is 162 - color contains mainly: green. Hex color #87A280 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87A280 is #785D7F. Grayscale: #969696. Windows color (decimal): -7888256 or 8430215. OLE color: 8430215.
HSL color Cylindrical-coordinate representation of color #87A280: hue angle of 107.65º degrees, saturation: 0.15, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #87A280 is Cyan = 0.17, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 135 | 162 | 128 | - |
| CMYK | 0.17 | 0 | 0.21 | 0.36 |
| HSL | 107.65º | 0.15% | 0.57% | - |
| HSV(B) | 107.65º | 0.21% | 0.64% | - |
| XYZ | 26.81 | 32.55 | 25.29 | - |
| YUV | 150.05 | 115.55 | 117.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 162 | 128 | 0.17 | 0 | 0.21 | 0.36 | 107.65 | 0.15 | 0.57 |
| Hex | 87 | A2 | 80 | 11 | 0 | 15 | 24 | 6C | F | 39 |
| Octal | 207 | 242 | 200 | 21 | 0 | 25 | 44 | 154 | 17 | 71 |
| Binary | 10000111 | 10100010 | 10000000 | 10001 | 0 | 10101 | 100100 | 1101100 | 1111 | 111001 |
Color Harmonies of #87A280
Complementary color
Monochromatic Colors of #87A280
Black with #87A280
Text Example
Text Example
White with #87A280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87A280; }
p { color: rgb(135,162,128); }
H1.HeaderClassName
{
color: #87A280;
}
.AnyTagClassName
{
color: #87A280;
}
</style>
background-color css
<style>
a { background-color: #87A280; }
a { background-color: rgb(135,162,128); }
div.DivClassName
{
background-color: #87A280;
}
.BgClassName
{
background-color: #87A280;
}
</style>
border-color css
<style>
span { border-color: #87A280; }
span { border-color: rgb(135,162,128); }
td.TdClassName
{
border-color: #87A280;
}
.TagClassName
{
border-color: #87A280;
}
</style>