Shades of Amulet #86A97A
Tints of Amulet #86A97A
RGB
CMYK
RGB Variations
Color information
#86A97A (or 0x86A97A) is known color: Amulet. HEX triplet: 86, A9 and 7A. RGB value is (134,169,122). Sum of RGB (Red+Green+Blue) = 134+169+122=425 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.53% from 425); Green value is 169 (66.41% from 255 or 39.76% from 425); Blue value is 122 (48.05% from 255 or 28.71% from 425); Max value from RGB is 169 - color contains mainly: green. Hex color #86A97A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86A97A is #795685. Grayscale: #999999. Windows color (decimal): -7952006 or 8038790. OLE color: 8038790.
HSL color Cylindrical-coordinate representation of color #86A97A: hue angle of 104.68º degrees, saturation: 0.21, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #86A97A is Cyan = 0.21, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 134 | 169 | 122 | - |
| CMYK | 0.21 | 0 | 0.28 | 0.34 |
| HSL | 104.68º | 0.21% | 0.57% | - |
| HSV(B) | 104.68º | 0.28% | 0.66% | - |
| XYZ | 27.53 | 34.85 | 23.69 | - |
| YUV | 153.18 | 110.4 | 114.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 169 | 122 | 0.21 | 0 | 0.28 | 0.34 | 104.68 | 0.21 | 0.57 |
| Hex | 86 | A9 | 7A | 15 | 0 | 1C | 22 | 69 | 15 | 39 |
| Octal | 206 | 251 | 172 | 25 | 0 | 34 | 42 | 151 | 25 | 71 |
| Binary | 10000110 | 10101001 | 1111010 | 10101 | 0 | 11100 | 100010 | 1101001 | 10101 | 111001 |
Color Harmonies of #86A97A
Complementary color
Monochromatic Colors of #86A97A
Black with #86A97A
Text Example
Text Example
White with #86A97A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86A97A; }
p { color: rgb(134,169,122); }
H1.HeaderClassName
{
color: #86A97A;
}
.AnyTagClassName
{
color: #86A97A;
}
</style>
background-color css
<style>
a { background-color: #86A97A; }
a { background-color: rgb(134,169,122); }
div.DivClassName
{
background-color: #86A97A;
}
.BgClassName
{
background-color: #86A97A;
}
</style>
border-color css
<style>
span { border-color: #86A97A; }
span { border-color: rgb(134,169,122); }
td.TdClassName
{
border-color: #86A97A;
}
.TagClassName
{
border-color: #86A97A;
}
</style>