Shades of Amulet #869C82
Tints of Amulet #869C82
RGB
CMYK
RGB Variations
Color information
#869C82 (or 0x869C82) is known color: Amulet. HEX triplet: 86, 9C and 82. RGB value is (134,156,130). Sum of RGB (Red+Green+Blue) = 134+156+130=420 (55% of max value = 765). Red value is 134 (52.73% from 255 or 31.90% from 420); Green value is 156 (61.33% from 255 or 37.14% from 420); Blue value is 130 (51.17% from 255 or 30.95% from 420); Max value from RGB is 156 - color contains mainly: green. Hex color #869C82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #869C82 is #79637D. Grayscale: #929292. Windows color (decimal): -7955326 or 8559750. OLE color: 8559750.
HSL color Cylindrical-coordinate representation of color #869C82: hue angle of 110.77º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #869C82 is Cyan = 0.14, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 134 | 156 | 130 | - |
| CMYK | 0.14 | 0 | 0.17 | 0.39 |
| HSL | 110.77º | 0.12% | 0.56% | - |
| HSV(B) | 110.77º | 0.17% | 0.61% | - |
| XYZ | 25.75 | 30.46 | 25.64 | - |
| YUV | 146.46 | 118.71 | 119.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 156 | 130 | 0.14 | 0 | 0.17 | 0.39 | 110.77 | 0.12 | 0.56 |
| Hex | 86 | 9C | 82 | E | 0 | 11 | 27 | 6F | C | 38 |
| Octal | 206 | 234 | 202 | 16 | 0 | 21 | 47 | 157 | 14 | 70 |
| Binary | 10000110 | 10011100 | 10000010 | 1110 | 0 | 10001 | 100111 | 1101111 | 1100 | 111000 |
Color Harmonies of #869C82
Complementary color
Monochromatic Colors of #869C82
Black with #869C82
Text Example
Text Example
White with #869C82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #869C82; }
p { color: rgb(134,156,130); }
H1.HeaderClassName
{
color: #869C82;
}
.AnyTagClassName
{
color: #869C82;
}
</style>
background-color css
<style>
a { background-color: #869C82; }
a { background-color: rgb(134,156,130); }
div.DivClassName
{
background-color: #869C82;
}
.BgClassName
{
background-color: #869C82;
}
</style>
border-color css
<style>
span { border-color: #869C82; }
span { border-color: rgb(134,156,130); }
td.TdClassName
{
border-color: #869C82;
}
.TagClassName
{
border-color: #869C82;
}
</style>