Shades of Amulet #86AA7A
Tints of Amulet #86AA7A
RGB
CMYK
RGB Variations
Color information
#86AA7A (or 0x86AA7A) is known color: Amulet. HEX triplet: 86, AA and 7A. RGB value is (134,170,122). Sum of RGB (Red+Green+Blue) = 134+170+122=426 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.46% from 426); Green value is 170 (66.80% from 255 or 39.91% from 426); Blue value is 122 (48.05% from 255 or 28.64% from 426); Max value from RGB is 170 - color contains mainly: green. Hex color #86AA7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86AA7A is #795585. Grayscale: #999999. Windows color (decimal): -7951750 or 8039046. OLE color: 8039046.
HSL color Cylindrical-coordinate representation of color #86AA7A: hue angle of 105º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #86AA7A is Cyan = 0.21, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 134 | 170 | 122 | - |
| CMYK | 0.21 | 0 | 0.28 | 0.33 |
| HSL | 105º | 0.22% | 0.57% | - |
| HSV(B) | 105º | 0.28% | 0.67% | - |
| XYZ | 27.72 | 35.22 | 23.75 | - |
| YUV | 153.76 | 110.07 | 113.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 170 | 122 | 0.21 | 0 | 0.28 | 0.33 | 105 | 0.22 | 0.57 |
| Hex | 86 | AA | 7A | 15 | 0 | 1C | 21 | 69 | 16 | 39 |
| Octal | 206 | 252 | 172 | 25 | 0 | 34 | 41 | 151 | 26 | 71 |
| Binary | 10000110 | 10101010 | 1111010 | 10101 | 0 | 11100 | 100001 | 1101001 | 10110 | 111001 |
Color Harmonies of #86AA7A
Complementary color
Monochromatic Colors of #86AA7A
Black with #86AA7A
Text Example
Text Example
White with #86AA7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86AA7A; }
p { color: rgb(134,170,122); }
H1.HeaderClassName
{
color: #86AA7A;
}
.AnyTagClassName
{
color: #86AA7A;
}
</style>
background-color css
<style>
a { background-color: #86AA7A; }
a { background-color: rgb(134,170,122); }
div.DivClassName
{
background-color: #86AA7A;
}
.BgClassName
{
background-color: #86AA7A;
}
</style>
border-color css
<style>
span { border-color: #86AA7A; }
span { border-color: rgb(134,170,122); }
td.TdClassName
{
border-color: #86AA7A;
}
.TagClassName
{
border-color: #86AA7A;
}
</style>