Shades of Amulet #86AF7C
Tints of Amulet #86AF7C
RGB
CMYK
RGB Variations
Color information
#86AF7C (or 0x86AF7C) is known color: Amulet. HEX triplet: 86, AF and 7C. RGB value is (134,175,124). Sum of RGB (Red+Green+Blue) = 134+175+124=433 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.95% from 433); Green value is 175 (68.75% from 255 or 40.42% from 433); Blue value is 124 (48.83% from 255 or 28.64% from 433); Max value from RGB is 175 - color contains mainly: green. Hex color #86AF7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86AF7C is #795083. Grayscale: #9D9D9D. Windows color (decimal): -7950468 or 8171398. OLE color: 8171398.
HSL color Cylindrical-coordinate representation of color #86AF7C: hue angle of 108.24º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #86AF7C is Cyan = 0.23, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 134 | 175 | 124 | - |
| CMYK | 0.23 | 0 | 0.29 | 0.31 |
| HSL | 108.24º | 0.24% | 0.59% | - |
| HSV(B) | 108.24º | 0.29% | 0.69% | - |
| XYZ | 28.8 | 37.18 | 24.73 | - |
| YUV | 156.93 | 109.42 | 111.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 175 | 124 | 0.23 | 0 | 0.29 | 0.31 | 108.24 | 0.24 | 0.59 |
| Hex | 86 | AF | 7C | 17 | 0 | 1D | 1F | 6C | 18 | 3B |
| Octal | 206 | 257 | 174 | 27 | 0 | 35 | 37 | 154 | 30 | 73 |
| Binary | 10000110 | 10101111 | 1111100 | 10111 | 0 | 11101 | 11111 | 1101100 | 11000 | 111011 |
Color Harmonies of #86AF7C
Complementary color
Monochromatic Colors of #86AF7C
Black with #86AF7C
Text Example
Text Example
White with #86AF7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86AF7C; }
p { color: rgb(134,175,124); }
H1.HeaderClassName
{
color: #86AF7C;
}
.AnyTagClassName
{
color: #86AF7C;
}
</style>
background-color css
<style>
a { background-color: #86AF7C; }
a { background-color: rgb(134,175,124); }
div.DivClassName
{
background-color: #86AF7C;
}
.BgClassName
{
background-color: #86AF7C;
}
</style>
border-color css
<style>
span { border-color: #86AF7C; }
span { border-color: rgb(134,175,124); }
td.TdClassName
{
border-color: #86AF7C;
}
.TagClassName
{
border-color: #86AF7C;
}
</style>