Shades of Amulet #869A82
Tints of Amulet #869A82
RGB
CMYK
RGB Variations
Color information
#869A82 (or 0x869A82) is known color: Amulet. HEX triplet: 86, 9A and 82. RGB value is (134,154,130). Sum of RGB (Red+Green+Blue) = 134+154+130=418 (55% of max value = 765). Red value is 134 (52.73% from 255 or 32.06% from 418); Green value is 154 (60.55% from 255 or 36.84% from 418); Blue value is 130 (51.17% from 255 or 31.10% from 418); Max value from RGB is 154 - color contains mainly: green. Hex color #869A82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #869A82 is #79657D. Grayscale: #919191. Windows color (decimal): -7955838 or 8559238. OLE color: 8559238.
HSL color Cylindrical-coordinate representation of color #869A82: hue angle of 110º degrees, saturation: 0.11, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #869A82 is Cyan = 0.13, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 134 | 154 | 130 | - |
| CMYK | 0.13 | 0 | 0.16 | 0.40 |
| HSL | 110º | 0.11% | 0.56% | - |
| HSV(B) | 110º | 0.16% | 0.6% | - |
| XYZ | 25.42 | 29.79 | 25.53 | - |
| YUV | 145.28 | 119.37 | 119.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 154 | 130 | 0.13 | 0 | 0.16 | 0.40 | 110 | 0.11 | 0.56 |
| Hex | 86 | 9A | 82 | D | 0 | 10 | 28 | 6E | B | 38 |
| Octal | 206 | 232 | 202 | 15 | 0 | 20 | 50 | 156 | 13 | 70 |
| Binary | 10000110 | 10011010 | 10000010 | 1101 | 0 | 10000 | 101000 | 1101110 | 1011 | 111000 |
Color Harmonies of #869A82
Complementary color
Monochromatic Colors of #869A82
Black with #869A82
Text Example
Text Example
White with #869A82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #869A82; }
p { color: rgb(134,154,130); }
H1.HeaderClassName
{
color: #869A82;
}
.AnyTagClassName
{
color: #869A82;
}
</style>
background-color css
<style>
a { background-color: #869A82; }
a { background-color: rgb(134,154,130); }
div.DivClassName
{
background-color: #869A82;
}
.BgClassName
{
background-color: #869A82;
}
</style>
border-color css
<style>
span { border-color: #869A82; }
span { border-color: rgb(134,154,130); }
td.TdClassName
{
border-color: #869A82;
}
.TagClassName
{
border-color: #869A82;
}
</style>