Shades of Amulet #86A27B
Tints of Amulet #86A27B
RGB
CMYK
RGB Variations
Color information
#86A27B (or 0x86A27B) is known color: Amulet. HEX triplet: 86, A2 and 7B. RGB value is (134,162,123). Sum of RGB (Red+Green+Blue) = 134+162+123=419 (55% of max value = 765). Red value is 134 (52.73% from 255 or 31.98% from 419); Green value is 162 (63.67% from 255 or 38.66% from 419); Blue value is 123 (48.44% from 255 or 29.36% from 419); Max value from RGB is 162 - color contains mainly: green. Hex color #86A27B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86A27B is #795D84. Grayscale: #959595. Windows color (decimal): -7953797 or 8102534. OLE color: 8102534.
HSL color Cylindrical-coordinate representation of color #86A27B: hue angle of 103.08º degrees, saturation: 0.17, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #86A27B is Cyan = 0.17, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 134 | 162 | 123 | - |
| CMYK | 0.17 | 0 | 0.24 | 0.36 |
| HSL | 103.08º | 0.17% | 0.56% | - |
| HSV(B) | 103.08º | 0.24% | 0.64% | - |
| XYZ | 26.33 | 32.34 | 23.59 | - |
| YUV | 149.18 | 113.22 | 117.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 162 | 123 | 0.17 | 0 | 0.24 | 0.36 | 103.08 | 0.17 | 0.56 |
| Hex | 86 | A2 | 7B | 11 | 0 | 18 | 24 | 67 | 11 | 38 |
| Octal | 206 | 242 | 173 | 21 | 0 | 30 | 44 | 147 | 21 | 70 |
| Binary | 10000110 | 10100010 | 1111011 | 10001 | 0 | 11000 | 100100 | 1100111 | 10001 | 111000 |
Color Harmonies of #86A27B
Complementary color
Monochromatic Colors of #86A27B
Black with #86A27B
Text Example
Text Example
White with #86A27B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86A27B; }
p { color: rgb(134,162,123); }
H1.HeaderClassName
{
color: #86A27B;
}
.AnyTagClassName
{
color: #86A27B;
}
</style>
background-color css
<style>
a { background-color: #86A27B; }
a { background-color: rgb(134,162,123); }
div.DivClassName
{
background-color: #86A27B;
}
.BgClassName
{
background-color: #86A27B;
}
</style>
border-color css
<style>
span { border-color: #86A27B; }
span { border-color: rgb(134,162,123); }
td.TdClassName
{
border-color: #86A27B;
}
.TagClassName
{
border-color: #86A27B;
}
</style>