Shades of Amulet #86A47A
Tints of Amulet #86A47A
RGB
CMYK
RGB Variations
Color information
#86A47A (or 0x86A47A) is known color: Amulet. HEX triplet: 86, A4 and 7A. RGB value is (134,164,122). Sum of RGB (Red+Green+Blue) = 134+164+122=420 (55% of max value = 765). Red value is 134 (52.73% from 255 or 31.90% from 420); Green value is 164 (64.45% from 255 or 39.05% from 420); Blue value is 122 (48.05% from 255 or 29.05% from 420); Max value from RGB is 164 - color contains mainly: green. Hex color #86A47A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86A47A is #795B85. Grayscale: #969696. Windows color (decimal): -7953286 or 8037510. OLE color: 8037510.
HSL color Cylindrical-coordinate representation of color #86A47A: hue angle of 102.86º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #86A47A is Cyan = 0.18, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 134 | 164 | 122 | - |
| CMYK | 0.18 | 0 | 0.26 | 0.36 |
| HSL | 102.86º | 0.19% | 0.56% | - |
| HSV(B) | 102.86º | 0.26% | 0.64% | - |
| XYZ | 26.62 | 33.02 | 23.38 | - |
| YUV | 150.24 | 112.06 | 116.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 164 | 122 | 0.18 | 0 | 0.26 | 0.36 | 102.86 | 0.19 | 0.56 |
| Hex | 86 | A4 | 7A | 12 | 0 | 1A | 24 | 67 | 13 | 38 |
| Octal | 206 | 244 | 172 | 22 | 0 | 32 | 44 | 147 | 23 | 70 |
| Binary | 10000110 | 10100100 | 1111010 | 10010 | 0 | 11010 | 100100 | 1100111 | 10011 | 111000 |
Color Harmonies of #86A47A
Complementary color
Monochromatic Colors of #86A47A
Black with #86A47A
Text Example
Text Example
White with #86A47A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86A47A; }
p { color: rgb(134,164,122); }
H1.HeaderClassName
{
color: #86A47A;
}
.AnyTagClassName
{
color: #86A47A;
}
</style>
background-color css
<style>
a { background-color: #86A47A; }
a { background-color: rgb(134,164,122); }
div.DivClassName
{
background-color: #86A47A;
}
.BgClassName
{
background-color: #86A47A;
}
</style>
border-color css
<style>
span { border-color: #86A47A; }
span { border-color: rgb(134,164,122); }
td.TdClassName
{
border-color: #86A47A;
}
.TagClassName
{
border-color: #86A47A;
}
</style>